D3DDDI_DEVICEEXECUTION_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef enum _D3DDDI_DEVICEEXECUTION_STATE {
  D3DDDI_DEVICEEXECUTION_ACTIVE,
  D3DDDI_DEVICEEXECUTION_RESET,
  D3DDDI_DEVICEEXECUTION_HUNG,
  D3DDDI_DEVICEEXECUTION_STOPPED,
  D3DDDI_DEVICEEXECUTION_ERROR_OUTOFMEMORY,
  D3DDDI_DEVICEEXECUTION_ERROR_DMAFAULT
} D3DDDI_DEVICEEXECUTION_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dumddi-_d3dddi_deviceexecution_state)

_D3DDDI_DEVICEEXECUTION_STATE enumeration

Description

Indicates the state of the device.

Constants

D3DDDI_DEVICEEXECUTION_ACTIVE

The device is active.

D3DDDI_DEVICEEXECUTION_RESET

The device has been reset.

D3DDDI_DEVICEEXECUTION_HUNG

The device is still running but has stopped responding (it is "hung").

D3DDDI_DEVICEEXECUTION_STOPPED

The device has stopped.

D3DDDI_DEVICEEXECUTION_ERROR_OUTOFMEMORY

The device has run out of memory.

D3DDDI_DEVICEEXECUTION_ERROR_DMAFAULT

The device has a DMA fault error.