PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB - NtDoc

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

PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB PfnddxgiddiSubmitpresentblttohwqueuecb;

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

NtDoc

No description available.

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

PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB callback function

Description

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

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.

Prototype

//Declaration

PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB PfnddxgiddiSubmitpresentblttohwqueuecb;

// Definition

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

PFNDDXGIDDI_SUBMITPRESENTBLTTOHWQUEUECB