D3DKMT_DEVICE_ERROR_REASON - NtDoc

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

typedef enum _D3DKMT_DEVICE_ERROR_REASON {
  D3DKMT_DEVICE_ERROR_REASON_GENERIC,
  D3DKMT_DEVICE_ERROR_REASON_DRIVER_ERROR
} D3DKMT_DEVICE_ERROR_REASON;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DEVICE_ERROR_REASON enumeration

Description

Device error reasons.

Constants

D3DKMT_DEVICE_ERROR_REASON_GENERIC

Generic.

D3DKMT_DEVICE_ERROR_REASON_DRIVER_ERROR

Driver error.

Remarks

See also