// d3dumddi.h
typedef struct _D3DDDICB_DESTROYHWQUEUE {
HANDLE hHwQueue;
} D3DDDICB_DESTROYHWQUEUE;
View the official Windows Driver Kit DDI referenceNo description available.
A structure that holds information to destroy a hardware queue.
hHwQueueHandle to the queue to destroy.