PFND3DDDI_SUBMITCOMMANDTOHWQUEUECB - NtDoc

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

PFND3DDDI_SUBMITCOMMANDTOHWQUEUECB Pfnd3dddiSubmitcommandtohwqueuecb;

HRESULT Pfnd3dddiSubmitcommandtohwqueuecb(
  HANDLE hDevice,
  const D3DDDICB_SUBMITCOMMANDTOHWQUEUE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_submitcommandtohwqueuecb)

PFND3DDDI_SUBMITCOMMANDTOHWQUEUECB callback function

Description

A callback to submit a command to the hardware queue.

Parameters

hDevice

A handle to the device.

unnamedParam2

submitCommandToHwQueue [in]

A pointer to the structure holding information on submitting a command to the hardware queue.

Return value

Return code Description
S_OK The call was completed successfully.

This function might also return other HRESULT values.