Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 1.58 KB

nc-dxgiddi-pfnddxgiddi_submitpresenttohwqueuecb.md

File metadata and controls

78 lines (62 loc) · 1.58 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NC:dxgiddi.PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB
PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB (dxgiddi.h)
Learn more about the PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB callback function.
10/05/2023
PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB callback function
dxgiddi.h
Windows 10, version 1809
Windows
display
RS5
PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB
dxgiddi/PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB
apiref
UserDefined
dxgiddi.h
PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB
c++

PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB callback function

-description

pfnSubmitPresentToHwQueueCb submits a Present operation to a hardware queue.

-parameters

-param hDevice

A handle to a device.

-param unnamedParam2

Pointer to a DXGIDDICB_SUBMITPRESENTTOHWQUEUE structure.

-returns

Returns HRESULT.

-prototype

//Declaration

PFNDDXGIDDI_SUBMITPRESENTTOHWQUEUECB PfnddxgiddiSubmitpresenttohwqueuecb; 

// Definition

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