PFND3D12DDI_UMD_CALLBACK_METHOD - NtDoc

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

PFND3D12DDI_UMD_CALLBACK_METHOD Pfnd3d12ddiUmdCallbackMethod;

void Pfnd3d12ddiUmdCallbackMethod(
  void *pContext
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_umd_callback_method)

PFND3D12DDI_UMD_CALLBACK_METHOD callback function

Description

Used by the user mode driver to complete a context.

Parameters

pContext

A pointer to the context.

Prototype

//Declaration

PFND3D12DDI_UMD_CALLBACK_METHOD Pfnd3d12ddiUmdCallbackMethod;

// Definition

void Pfnd3d12ddiUmdCallbackMethod
(
    void *pContext
)
{...}

Remarks

See also