PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB - NtDoc

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

PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB Pfnd3d12ddiSignalsynchronizationobject2cb;

HRESULT Pfnd3d12ddiSignalsynchronizationobject2cb(
  D3D12DDI_HRTDEVICE hDevice,
  const D3D12DDICB_SIGNALSYNCHRONIZATIONOBJECT2 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_signalsynchronizationobject2cb)

PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB callback function

Description

Inserts a signal for the specified synchronization objects in the specified context stream.

Parameters

hDevice

Handle to a device.

unnamedParam2

Pointer to a D3D12DDICB_SIGNALSYNCHRONIZATIONOBJECT2 structure.

Return value

Returns HRESULT.

Prototype

//Declaration

PFND3D12DDI_SIGNALSYNCHRONIZATIONOBJECT2CB Pfnd3d12ddiSignalsynchronizationobject2cb;

// Definition

HRESULT Pfnd3d12ddiSignalsynchronizationobject2cb
(
    D3D12DDI_HRTDEVICE hDevice
     const D3D12DDICB_SIGNALSYNCHRONIZATIONOBJECT2 *
)
{...}

Remarks

See also