// d3dkmthk.h
NTSTATUS D3DKMTSubmitCommandToHwQueue(
[in] const D3DKMT_SUBMITCOMMANDTOHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
Used to submit a command to the hardware queue.
unnamedParam1 [in]A D3DKMT_SUBMITCOMMANDTOHWQUEUE structure holding the information needed to submit a command to the hardware queue.
| Return code | Description |
|---|---|
| STATUS_SUCCESS | The device context was called successfully. |
| STATUS_INVALID_PARAMETER | Parameters were validated and determined to be incorrect. |
This function might also return other NTSTATUS values.