PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB - NtDoc

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

PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB Pfnd3dddiWaitforsynchronizationobjectfromcpucb;

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

NtDoc

No description available.

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

PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB callback function

Description

The pfnWaitForSynchronizationObjectFromCpuCb callback waits for a monitored fence to reach a certain value before processing subsequent context commands.

Parameters

hDevice

A handle to the display device.

unnamedParam2

Pointer to a D3DDDICB_WAITFORSYNCHRONIZATIONOBJECTFROMCPU structure that provides the details of the requested operation.

Return value

If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.