// d3dumddi.h
PFND3DDDI_WAITFORSYNCHRONIZATIONOBJECTFROMCPUCB Pfnd3dddiWaitforsynchronizationobjectfromcpucb;
HRESULT Pfnd3dddiWaitforsynchronizationobjectfromcpucb(
HANDLE hDevice,
const D3DDDICB_WAITFORSYNCHRONIZATIONOBJECTFROMCPU *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The pfnWaitForSynchronizationObjectFromCpuCb callback waits for a monitored fence to reach a certain value before processing subsequent context commands.
hDeviceA handle to the display device.
unnamedParam2Pointer to a D3DDDICB_WAITFORSYNCHRONIZATIONOBJECTFROMCPU structure that provides the details of the requested operation.
If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.