// d3dkmthk.h
NTSTATUS D3DKMTSubmitSignalSyncObjectsToHwQueue(
[in] const D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
Used to submit a signal to the hardware queue.
unnamedParam1 [in]A D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE structure holding the information needed to submit a signal 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.
D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE