D3DKMT_MARKDEVICEASERROR - NtDoc

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

typedef struct _D3DKMT_MARKDEVICEASERROR {
  D3DKMT_HANDLE              hDevice;
  D3DKMT_DEVICE_ERROR_REASON Reason;
} D3DKMT_MARKDEVICEASERROR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_markdeviceaserror)

_D3DKMT_MARKDEVICEASERROR structure

Description

Marks a device as error.

Members

hDevice

A handle to the device.

Reason

The reason for the error.

Remarks

See also