DXGK_PRESENT_DISPLAY_ONLY_PROGRESS_ID enumeration (d3dkmddi.h)

Indicates the status of the current present operation.

Syntax

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;

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.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3dkmddi.h

See also

DXGKARGCB_PRESENT_DISPLAYONLY_PROGRESS