// d3dkmddi.h
DXGKDDI_DESTROYPROCESS DxgkddiDestroyprocess;
NTSTATUS DxgkddiDestroyprocess(
IN_CONST_HANDLE hAdapter,
IN_CONST_HANDLE hKmdProcess
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
DxgkDdiDestroyProcess destroys a kernel mode driver process object.
hAdapterA handle to the display adapter.
hKmdProcessA handle to the kernel mode driver process.
Returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes defined in Ntstatus.h.