PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT - NtDoc

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

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT Pfnd3dkmtSignalsynchronizationobject;

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

NtDoc

No description available.

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

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT callback function

Description

The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT callback function inserts a signal for the specified synchronization objects in the specified context stream.

Parameters

unnamedParam1

Pointer to a D3DKMT_SIGNALSYNCHRONIZATIONOBJECT structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT Pfnd3dkmtSignalsynchronizationobject;

// Definition

NTSTATUS Pfnd3dkmtSignalsynchronizationobject
(
    const D3DKMT_SIGNALSYNCHRONIZATIONOBJECT *
)
{...}

Remarks

See also