D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT - NtDoc

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

typedef struct _D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT {
  HANDLE  hProcess;
  LUID    AdapterLuid;
  BOOLEAN Support;
} D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT structure

Description

Used to get process device removal support.

Members

hProcess

Handle to the process.

AdapterLuid

Luid of Adapter that is potentially being detached.

Support

Determines whether or not the process using the adapter can recover from graphics device removal.