// 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 referenceNo description available.
Device error reasons.
D3DKMT_DEVICE_ERROR_REASON_GENERICGeneric.
D3DKMT_DEVICE_ERROR_REASON_DRIVER_ERRORDriver error.