PFND3DDDI_SUBMITPRESENTTOHWQUEUECB - NtDoc

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

PFND3DDDI_SUBMITPRESENTTOHWQUEUECB Pfnd3dddiSubmitpresenttohwqueuecb;

HRESULT Pfnd3dddiSubmitpresenttohwqueuecb(
  HANDLE hDevice,
  D3DDDICB_SUBMITPRESENTTOHWQUEUE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_submitpresenttohwqueuecb)

PFND3DDDI_SUBMITPRESENTTOHWQUEUECB callback function

Description

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

Parameters

hDevice

A handle to a device.

unnamedParam2

Pointer to a D3DDDICB_SUBMITPRESENTTOHWQUEUE structure.

Return value

Returns HRESULT.

Prototype

//Declaration

PFND3DDDI_SUBMITPRESENTTOHWQUEUECB Pfnd3dddiSubmitpresenttohwqueuecb;

// Definition

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

Remarks

See also