// d3dkmthk.h
NTSTATUS D3DKMTDestroyPagingQueue(
D3DDDI_DESTROYPAGINGQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
D3DKMTDestroyPagingQueue waits for a paging queue to finish all operations queued to it, and destroys it along with the associated sync object.
unnamedParam1pData [in, out]
A pointer to a D3DDDI_DESTROYPAGINGQUEUE structure that describes the operation.
Returns one of the following values:
| Return code | Description |
|---|---|
| STATUS_SUCCESS | The operation was performed successfully. |
This function might also return other NTSTATUS values.
In addition to hPagingQueue, this device driver interface (DDI) invalidates hSyncObject and FenceValueCPUVirtualAddress values returned from D3DKMTCreatePagingQueue.