Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |