PFND3DDDI_SYNCTOKEN - NtDoc

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

PFND3DDDI_SYNCTOKEN Pfnd3dddiSynctoken;

VOID Pfnd3dddiSynctoken(
  HANDLE hDevice,
  const D3DDDIARG_SYNCTOKEN *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DDDI_SYNCTOKEN callback function

Description

The PFND3DDDI_SYNCTOKEN callback creates a sync token.

Parameters

hDevice

A handle to the graphics context device.

unnamedParam2

Pointer to a D3DDDIARG_SYNCTOKEN structure.

Prototype

//Declaration

PFND3DDDI_SYNCTOKEN Pfnd3dddiSynctoken;

// Definition

VOID Pfnd3dddiSynctoken
(
    HANDLE hDevice
     const D3DDDIARG_SYNCTOKEN *
)
{...}