PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB callback function (dxgiddi.h)

The PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB callback function is implemented by a graphics client driver to submit a present Blt to the hardware queue.

Syntax

PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB PfnddxgiddiSubmitpresentblttohwqueuecb;

HRESULT PfnddxgiddiSubmitpresentblttohwqueuecb(
  HANDLE hDevice,
  DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE *unnamedParam2
)
{...}

Parameters

hDevice

A handle to the device.

unnamedParam2

Pointer to a DXGIDDICB_SUBMITPRESENTBLTTOHWQUEUE structure that contains information to submit a present Blt to hardware queue.

Return value

Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS Values error code.

Requirements

Requirement Value
Header dxgiddi.h