D3DKMTSubmitSignalSyncObjectsToHwQueue - NtDoc

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

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

NtDoc

No description available.

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

D3DKMTSubmitSignalSyncObjectsToHwQueue function

Description

Used to submit a signal to the hardware queue.

Parameters

unnamedParam1 [in]

A D3DKMT_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE structure holding the information needed to submit a signal 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_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE