PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU - NtDoc

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

PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU Pfnd3dkmtWaitforsynchronizationobjectfromgpu;

NTSTATUS Pfnd3dkmtWaitforsynchronizationobjectfromgpu(
  const D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_waitforsynchronizationobjectfromgpu)

PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU callback function

Description

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

Parameters

unnamedParam1

Pointer to a D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU Pfnd3dkmtWaitforsynchronizationobjectfromgpu;

// Definition

NTSTATUS Pfnd3dkmtWaitforsynchronizationobjectfromgpu
(
    const D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU *
)
{...}

Remarks

See also