D3DKMTSubmitCommandToHwQueue function (d3dkmthk.h)

Used to submit a command to the hardware queue.

Syntax

NTSTATUS D3DKMTSubmitCommandToHwQueue(
  [in] const D3DKMT_SUBMITCOMMANDTOHWQUEUE *unnamedParam1
);

Parameters

[in] unnamedParam1

A D3DKMT_SUBMITCOMMANDTOHWQUEUE structure holding the information needed to submit a command 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

See also

D3DKMT_SUBMITCOMMANDTOHWQUEUE