D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT structure (d3dkmthk.h)
Used to get process device removal support.
Syntax
typedef struct _D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT {
HANDLE hProcess;
LUID AdapterLuid;
BOOLEAN Support;
} D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT;
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.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |