Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.45 KB

nc-d3dumddi-pfnd3dddi_destroypagingqueuecb.md

File metadata and controls

77 lines (57 loc) · 2.45 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_DESTROYPAGINGQUEUECB
PFND3DDDI_DESTROYPAGINGQUEUECB (d3dumddi.h)
pfnDestroyPagingQueueCb waits for a paging queue to finish all operations queued to it and destroys it along with the associated sync object.
display\pfndestroypagingqueuecb.htm
display
05/10/2018
PFND3DDDI_DESTROYPAGINGQUEUECB callback function
PFND3DDDI_DESTROYPAGINGQUEUECB, PFND3DDDI_DESTROYPAGINGQUEUECB callback, d3dumddi/pfnDestroyPagingQueueCb, display.pfndestroypagingqueuecb, pfnDestroyPagingQueueCb, pfnDestroyPagingQueueCb callback function [Display Devices]
d3dumddi.h
D3dumddi.h
Desktop
Windows 10
Windows Server 2016
Windows
PFND3DDDI_DESTROYPAGINGQUEUECB
d3dumddi/PFND3DDDI_DESTROYPAGINGQUEUECB
APIRef
kbSyntax
UserDefined
d3dumddi.h
PFND3DDDI_DESTROYPAGINGQUEUECB

PFND3DDDI_DESTROYPAGINGQUEUECB callback function

-description

pfnDestroyPagingQueueCb waits for a paging queue to finish all operations queued to it and destroys it along with the associated sync object.

-parameters

-param hDevice

A handle to the display device.

-param unnamedParam2

pData [in]

A pointer to a D3DDDI_DESTROYPAGINGQUEUE structure that describes the operation to perform.

-returns

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

-remarks

In addition to hPagingQueue, this device driver interface (DDI) invalidates hSyncObject and FenceValueCPUVirtualAddress values returned from pfnCreatePagingQueueCb.

-see-also

D3DDDI_DESTROYPAGINGQUEUE

pfnCreatePagingQueueCb