PFND3DKMT_DESTROYCONTEXT - NtDoc

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

PFND3DKMT_DESTROYCONTEXT Pfnd3dkmtDestroycontext;

NTSTATUS Pfnd3dkmtDestroycontext(
  const D3DKMT_DESTROYCONTEXT *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_destroycontext)

PFND3DKMT_DESTROYCONTEXT callback function

Description

Implemented by the client driver to destroy the specified graphics processing unit (GPU) context.

Parameters

unnamedParam1

Pointer to a D3DKMT_DESTROYCONTEXT structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_DESTROYCONTEXT Pfnd3dkmtDestroycontext;

// Definition

NTSTATUS Pfnd3dkmtDestroycontext
(
    const D3DKMT_DESTROYCONTEXT *
)
{...}