Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 1.67 KB

nc-d3dumddi-pfnd3dddi_submitpresenttohwqueuecb.md

File metadata and controls

84 lines (64 loc) · 1.67 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:d3dumddi.PFND3DDDI_SUBMITPRESENTTOHWQUEUECB
PFND3DDDI_SUBMITPRESENTTOHWQUEUECB (d3dumddi.h)
The PFND3DDDI_SUBMITPRESENTTOHWQUEUECB callback function is invoked by user mode drivers to submit a Blt Present operation to a hardware queue.
10/19/2018
PFND3DDDI_SUBMITPRESENTTOHWQUEUECB callback function
d3dumddi.h
Windows
display
RS5
PFND3DDDI_SUBMITPRESENTTOHWQUEUECB
d3dumddi/PFND3DDDI_SUBMITPRESENTTOHWQUEUECB
apiref
UserDefined
d3dumddi.h
PFND3DDDI_SUBMITPRESENTTOHWQUEUECB
c++

PFND3DDDI_SUBMITPRESENTTOHWQUEUECB callback function

-description

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

-parameters

-param hDevice

A handle to a device.

-param unnamedParam2

Pointer to a D3DDDICB_SUBMITPRESENTTOHWQUEUE structure.

-returns

Returns HRESULT.

-prototype

//Declaration

PFND3DDDI_SUBMITPRESENTTOHWQUEUECB Pfnd3dddiSubmitpresenttohwqueuecb; 

// Definition

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

-remarks

-see-also