DXGKDDI_DESTROYPROCESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

DXGKDDI_DESTROYPROCESS DxgkddiDestroyprocess;

NTSTATUS DxgkddiDestroyprocess(
  IN_CONST_HANDLE hAdapter,
  IN_CONST_HANDLE hKmdProcess
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkddi_destroyprocess)

DXGKDDI_DESTROYPROCESS callback function

Description

DxgkDdiDestroyProcess destroys a kernel mode driver process object.

Parameters

hAdapter

A handle to the display adapter.

hKmdProcess

A handle to the kernel mode driver process.

Return value

Returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes defined in Ntstatus.h.