DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef enum _DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID {
  DXGK_PRESENT_DISPLAYONLY_PROGRESS_ID_COMPLETE,
  DXGK_PRESENT_DISPLAYONLY_PROGRESS_ID_FAILED
} DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_present_display_only_progress_id)

_DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID enumeration

Description

Indicates the status of the current present operation.

Constants

DXGK_PRESENT_DISPLAYONLY_PROGRESS_ID_COMPLETE

The present operation has completed.

DXGK_PRESENT_DISPLAYONLY_PROGRESS_ID_FAILED

An error occurred during the present operation.

See also

DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS