D3DKMTDestroyPagingQueue - NtDoc

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

NTSTATUS D3DKMTDestroyPagingQueue(
  D3DDDI_DESTROYPAGINGQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtdestroypagingqueue)

D3DKMTDestroyPagingQueue function

Description

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

Parameters

unnamedParam1

pData [in, out]

A pointer to a D3DDDI_DESTROYPAGINGQUEUE structure that describes the operation.

Return value

Returns one of the following values:

Return code Description
STATUS_SUCCESS The operation was performed successfully.

This function might also return other NTSTATUS values.

Remarks

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

See also

D3DDDI_DESTROYPAGINGQUEUE

D3DKMTCreatePagingQueue