D3DKMTSubmitWaitForSyncObjectsToHwQueue - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

NTSTATUS D3DKMTSubmitWaitForSyncObjectsToHwQueue(
  [in] const D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtsubmitwaitforsyncobjectstohwqueue)

D3DKMTSubmitWaitForSyncObjectsToHwQueue function

Description

Used to submit a wait to the hardware queue.

Parameters

unnamedParam1 [in]

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.

See also

D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE