PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE - NtDoc

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

PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE PfnD3dkmtSubmitWaitForSyncObjectsToHwQueue;

NTSTATUS PfnD3dkmtSubmitWaitForSyncObjectsToHwQueue(
    const D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_submitwaitforsyncobjectstohwqueue)

PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE callback function

Description

Implemented by the client driver to submit a wait on the hardware queue.

Syntax

PFND3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE PfnD3dkmtSubmitWaitForSyncObjectsToHwQueue;

NTSTATUS PfnD3dkmtSubmitWaitForSyncObjectsToHwQueue(
    const D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE *unnamedParam1
)
{...}

Parameters

unnamedParam1

Pointer to a D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE structure.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

Remarks

Register your implementation of this callback function by setting the appropriate member of D3DKMT_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE and then calling PfnD3dkmtSubmitWaitForSyncObjectsToHwQueue.