Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The D3DKMT_DEVICESTATE_TYPE enumeration type contains values that indicate the status of a device.
Syntax
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;
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 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |