PFND3D12DDI_DESTROYCOMMANDQUEUE callback function (d3d12umddi.h)

Destroys a command queue.

Syntax

PFND3D12DDI_DESTROYCOMMANDQUEUE Pfnd3d12ddiDestroycommandqueue;

void Pfnd3d12ddiDestroycommandqueue(
  D3D12DDI_HDEVICE unnamedParam1,
  D3D12DDI_HCOMMANDQUEUE unnamedParam2
)
{...}

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

A command queue handle.

Return value

None

Requirements

Requirement Value
Header d3d12umddi.h