PFND3DDDI_CREATEHWQUEUECB - NtDoc

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

PFND3DDDI_CREATEHWQUEUECB Pfnd3dddiCreatehwqueuecb;

HRESULT Pfnd3dddiCreatehwqueuecb(
  HANDLE hDevice,
  D3DDDICB_CREATEHWQUEUE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DDDI_CREATEHWQUEUECB callback function

Description

A callback to create a new hardware queue

Parameters

hDevice

A handle to the device.

unnamedParam2

createHwQueue [in, out]

A pointer to the structure holding information on creating the hardware queue.

Return value

Return code Description
S_OK The call was successfully completed.

This function might also return other HRESULT values.