D3DKMT_DESTROYHWQUEUE - NtDoc

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

typedef struct _D3DKMT_DESTROYHWQUEUE {
  D3DKMT_HANDLE hHwQueue;
} D3DKMT_DESTROYHWQUEUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_destroyhwqueue)

_D3DKMT_DESTROYHWQUEUE structure

Description

A structure holding information to destroy a hardware queue.

Members

hHwQueue

Handle to the hardware queue to be destroyed.