PFND3DDDI_DESTROYHWQUEUECB callback function (d3dumddi.h)

A callback to destroy a hardware queue.

Syntax

PFND3DDDI_DESTROYHWQUEUECB Pfnd3dddiDestroyhwqueuecb;

HRESULT Pfnd3dddiDestroyhwqueuecb(
  HANDLE hDevice,
  const D3DDDICB_DESTROYHWQUEUE *unnamedParam2
)
{...}

Parameters

hDevice

A handle to the device.

unnamedParam2

destroyHwQueue [in]

A pointer to the structure holding information to destroy the hardware queue.

Return value

Return code Description
S_OK The call was successfully completed.

This function might also return other HRESULT values.

Requirements

Requirement Value
Target Platform Windows
Header d3dumddi.h