PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU - NtDoc

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

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU Pfnd3dkmtSignalsynchronizationobjectfromcpu;

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

NtDoc

No description available.

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

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU callback function

Description

The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU callback function enables a driver to signal a monitored fence.

Parameters

unnamedParam1

Pointer to a D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU Pfnd3dkmtSignalsynchronizationobjectfromcpu;

// Definition

NTSTATUS Pfnd3dkmtSignalsynchronizationobjectfromcpu
(
    const D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU *
)
{...}

Remarks

See also