// d3dkmthk.h
NTSTATUS D3DKMTCreateHwQueue(
D3DKMT_CREATEHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
Dxgkrnl calls D3DKMTCreateHwQueue to create a new hardware queue.
unnamedParam1[in/out] Pointer to a D3DKMT_CREATEHWQUEUE structure that describes the hardware queue to create.
D3DKMTCreateHwQueue returns STATUS_SUCCESS upon successful completion. Otherwise, it returns an appropriate NSTATUS code.