// d3d12umddi.h
PFND3D12DDI_UMD_CALLBACK_METHOD Pfnd3d12ddiUmdCallbackMethod;
void Pfnd3d12ddiUmdCallbackMethod(
void *pContext
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used by the user mode driver to complete a context.
pContextA pointer to the context.
//Declaration
PFND3D12DDI_UMD_CALLBACK_METHOD Pfnd3d12ddiUmdCallbackMethod;
// Definition
void Pfnd3d12ddiUmdCallbackMethod
(
void *pContext
)
{...}