PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2 - NtDoc

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

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2 Pfnd3dkmtSignalsynchronizationobjectfromgpu2;

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

NtDoc

No description available.

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

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2 callback function

Description

The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2 callback function is used to signal a monitored fence.

Parameters

unnamedParam1

Pointer to a D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2 structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2 Pfnd3dkmtSignalsynchronizationobjectfromgpu2;

// Definition

NTSTATUS Pfnd3dkmtSignalsynchronizationobjectfromgpu2
(
    const D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMGPU2 *
)
{...}

Remarks

See also