// d3dkmthk.h
NTSTATUS D3DKMTDestroyHwQueue(
[in] const D3DKMT_DESTROYHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
Used to destroy a hardware queue.
unnamedParam1 [in]A pointer to a D3DKMT_DESTROYHWQUEUE structure holding the information needed to destroy a hardware queue.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.