D3DKMT_DEVICEESCAPE_TYPE - NtDoc

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

typedef enum _D3DKMT_DEVICEESCAPE_TYPE {
  D3DKMT_DEVICEESCAPE_VIDPNFROMALLOCATION,
  D3DKMT_DEVICEESCAPE_RESTOREGAMMA
} D3DKMT_DEVICEESCAPE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DEVICEESCAPE_TYPE enumeration

Description

Device escape type.

Constants

D3DKMT_DEVICEESCAPE_VIDPNFROMALLOCATION

VidPn from allocation.

D3DKMT_DEVICEESCAPE_RESTOREGAMMA

Restore gamma.

Remarks

See also