PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB - NtDoc

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

PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB PfnddxgiddiSubmitpresenttohwqueuecb;

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

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-dxgiddi-pfnddxgiddi_submitpresenttohwqueuecb)

PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB callback function

Description

pfnSubmitPresentToHwQueueCb submits a Present operation to a hardware queue.

Parameters

hDevice

A handle to a device.

unnamedParam2

Pointer to a DXGIDDICB_SUBMITPRESENTTOHWQUEUE structure.

Return value

Returns HRESULT.

Prototype

//Declaration

PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB PfnddxgiddiSubmitpresenttohwqueuecb;

// Definition

HRESULT PfnddxgiddiSubmitpresenttohwqueuecb
(
    HANDLE hDevice
    DXGIDDICB_SUBMITPRESENTTOHWQUEUE *
)
{...}