// 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 referenceNo description available.
Indicates the status of the current present operation.
DXGK_PRESENT_DISPLAYONLY_PROGRESS_ID_COMPLETEThe present operation has completed.
DXGK_PRESENT_DISPLAYONLY_PROGRESS_ID_FAILEDAn error occurred during the present operation.
DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS