// d3dkmthk.h
typedef struct _D3DKMT_DESTROYHWQUEUE {
D3DKMT_HANDLE hHwQueue;
} D3DKMT_DESTROYHWQUEUE;
View the official Windows Driver Kit DDI referenceNo description available.
A structure holding information to destroy a hardware queue.
hHwQueueHandle to the hardware queue to be destroyed.