// d3dukmdt.h
typedef struct D3DDDI_DESTROYPAGINGQUEUE {
[in] D3DKMT_HANDLE hPagingQueue;
} D3DDDI_DESTROYPAGINGQUEUE;
View the official Windows Driver Kit DDI referenceNo description available.
D3DDDI_DESTROYPAGINGQUEUE is used with pfnDestroyPagingQueueCb and D3DKMTDestroyPagingQueue to wait for a paging queue to finish all operations queued to it and destroy it along with the associated sync object.
hPagingQueue [in]A paging queue handle to be destroyed.