// d3dkmthk.h
typedef struct _D3DKMT_MARKDEVICEASERROR {
D3DKMT_HANDLE hDevice;
D3DKMT_DEVICE_ERROR_REASON Reason;
} D3DKMT_MARKDEVICEASERROR;
View the official Windows Driver Kit DDI referenceNo description available.
Marks a device as error.
hDeviceA handle to the device.
ReasonThe reason for the error.