D3DKMT_DEVICESTATE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_d3dkmt_devicestate_type)

_D3DKMT_DEVICESTATE_TYPE enumeration

Description

The D3DKMT_DEVICESTATE_TYPE enumeration type contains values that indicate the status of a device.

Constants

D3DKMT_DEVICESTATE_EXECUTION

The device execution state is retrieved.

D3DKMT_DEVICESTATE_PRESENT

The device present state is retrieved.

D3DKMT_DEVICESTATE_RESET

The device reset state is retrieved.

D3DKMT_DEVICESTATE_PRESENT_DWM

The device present desktop window manager state is retrieved.

D3DKMT_DEVICESTATE_PAGE_FAULT

The device page fault state is retrieved.

D3DKMT_DEVICESTATE_PRESENT_QUEUE

See also

D3DKMT_GETDEVICESTATE