// d3dkmthk.h
typedef struct _D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT {
HANDLE hProcess;
LUID AdapterLuid;
BOOLEAN Support;
} D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
Used to get process device removal support.
hProcessHandle to the process.
AdapterLuidLuid of Adapter that is potentially being detached.
SupportDetermines whether or not the process using the adapter can recover from graphics device removal.