D3DDDICB_DESTROYHWQUEUE - NtDoc

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

typedef struct _D3DDDICB_DESTROYHWQUEUE {
  HANDLE hHwQueue;
} D3DDDICB_DESTROYHWQUEUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_destroyhwqueue)

_D3DDDICB_DESTROYHWQUEUE structure

Description

A structure that holds information to destroy a hardware queue.

Members

hHwQueue

Handle to the queue to destroy.