Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to submit a wait to the hardware queue.
Syntax
NTSTATUS D3DKMTSubmitWaitForSyncObjectsToHwQueue(
[in] const D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE *unnamedParam1
);
Parameters
[in] unnamedParam1
A D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE structure holding the information needed to submit a wait to the hardware queue.
Return value
| 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.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | d3dkmthk.h |
| Library | Gdi32.lib |
| DLL | Gdi32.dll |