// d3dkmthk.h
PFND3DKMT_GETPROCESSDEVICEREMOVALSUPPORT PfnD3dkmtGetProcessDeviceRemovalSupport;
NTSTATUS PfnD3dkmtGetProcessDeviceRemovalSupport(
D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Implemented by the client driver to get process device removal support.
PFND3DKMT_GETPROCESSDEVICEREMOVALSUPPORT PfnD3dkmtGetProcessDeviceRemovalSupport;
NTSTATUS PfnD3dkmtGetProcessDeviceRemovalSupport(
D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT *unnamedParam1
)
{...}
unnamedParam1Pointer to a D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT structure that contains the information needed to get process device removal support.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Register your implementation of this callback function by setting the appropriate member of D3DKMT_GETPROCESSDEVICEREMOVALSUPPORT and then calling PfnD3dkmtGetProcessDeviceRemovalSupport.