// d3dkmthk.h
typedef enum _D3DKMT_DEVICESTATE_TYPE {
D3DKMT_DEVICESTATE_EXECUTION,
D3DKMT_DEVICESTATE_PRESENT,
D3DKMT_DEVICESTATE_RESET,
D3DKMT_DEVICESTATE_PRESENT_DWM,
D3DKMT_DEVICESTATE_PAGE_FAULT,
D3DKMT_DEVICESTATE_PRESENT_QUEUE
} D3DKMT_DEVICESTATE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_DEVICESTATE_TYPE enumeration type contains values that indicate the status of a device.
D3DKMT_DEVICESTATE_EXECUTIONThe device execution state is retrieved.
D3DKMT_DEVICESTATE_PRESENTThe device present state is retrieved.
D3DKMT_DEVICESTATE_RESETThe device reset state is retrieved.
D3DKMT_DEVICESTATE_PRESENT_DWMThe device present desktop window manager state is retrieved.
D3DKMT_DEVICESTATE_PAGE_FAULTThe device page fault state is retrieved.
D3DKMT_DEVICESTATE_PRESENT_QUEUE