D3DDDI_DESTROYPAGINGQUEUE - NtDoc

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

typedef struct D3DDDI_DESTROYPAGINGQUEUE {
  [in] D3DKMT_HANDLE hPagingQueue;
} D3DDDI_DESTROYPAGINGQUEUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-d3dddi_destroypagingqueue)

D3DDDI_DESTROYPAGINGQUEUE structure

Description

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.

Members

hPagingQueue [in]

A paging queue handle to be destroyed.

See also

D3DKMTDestroyPagingQueue

pfnDestroyPagingQueueCb