Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.37 KB

nc-d3dumddi-pfnd3dddi_createpagingqueuecb.md

File metadata and controls

69 lines (54 loc) · 2.37 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dumddi.PFND3DDDI_CREATEPAGINGQUEUECB
PFND3DDDI_CREATEPAGINGQUEUECB (d3dumddi.h)
pfnCreatePagingQueueCb is used to create a device paging queue that can be used to synchronize with video memory management operations for the device, such as making the device resource resident.
display\pfncreatepagingqueuecb.htm
display
05/10/2018
PFND3DDDI_CREATEPAGINGQUEUECB callback function
PFND3DDDI_CREATEPAGINGQUEUECB, PFND3DDDI_CREATEPAGINGQUEUECB callback, d3dumddi/pfnCreatePagingQueueCb, display.pfncreatepagingqueuecb, pfnCreatePagingQueueCb, pfnCreatePagingQueueCb callback function [Display Devices]
d3dumddi.h
D3dumddi.h
Desktop
Windows 10
Windows Server 2016
Windows
PFND3DDDI_CREATEPAGINGQUEUECB
d3dumddi/PFND3DDDI_CREATEPAGINGQUEUECB
APIRef
kbSyntax
UserDefined
d3dumddi.h
PFND3DDDI_CREATEPAGINGQUEUECB

PFND3DDDI_CREATEPAGINGQUEUECB callback function

-description

pfnCreatePagingQueueCb is used to create a device paging queue that can be used to synchronize with video memory management operations for the device, such as making the device resource resident.

-parameters

-param hDevice

A handle to the display device.

-param unnamedParam2

pData [out]

A pointer to a D3DDDICB_CREATEPAGINGQUEUE structure that provides the details of the requested operation.

-returns

If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

A device can have multiple paging queues created for it. Paging queues can be destroyed either explicitly by calling pfnDestroyPagingQueueCb, or by implicitly destroying the device they belong to. After the latter, paging queue handles will become invalid.