PFND3DDDI_SUBMITPRESENTTOHWQUEUECB callback function (d3dumddi.h)

pfnSubmitPresentToHwQueueCb is invoked by user mode drivers to submit a Blt Present operation to a hardware queue.

Syntax

PFND3DDDI_SUBMITPRESENTTOHWQUEUECB Pfnd3dddiSubmitpresenttohwqueuecb;

HRESULT Pfnd3dddiSubmitpresenttohwqueuecb(
  HANDLE hDevice,
  D3DDDICB_SUBMITPRESENTTOHWQUEUE *unnamedParam2
)
{...}

Parameters

hDevice

A handle to a device.

unnamedParam2

Pointer to a D3DDDICB_SUBMITPRESENTTOHWQUEUE structure.

Return value

Returns HRESULT.

Requirements

Requirement Value
Header d3dumddi.h