PFND3DDDI_DESTROYHWCONTEXTCB - NtDoc

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

PFND3DDDI_DESTROYHWCONTEXTCB Pfnd3dddiDestroyhwcontextcb;

HRESULT Pfnd3dddiDestroyhwcontextcb(
  HANDLE hDevice,
  const D3DDDICB_DESTROYHWCONTEXT *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_destroyhwcontextcb)

PFND3DDDI_DESTROYHWCONTEXTCB callback function

Description

A callback to destroy a hardware context.

Parameters

hDevice

A handle to the device.

unnamedParam2

destroyHwContext [in]

A pointer to the structure holding information to destroy the hardware context.

Return value

Return code Description
S_OK The call was successfully completed.

This function might also return other HRESULT values.