PFND3DWDDM2_2DDI_RELOCATEDEVICEFUNCS callback function (d3d10umddi.h)

The pfnRelocateDeviceFuncs callback function specifies the device functions table.

Syntax

PFND3DWDDM2_2DDI_RELOCATEDEVICEFUNCS Pfnd3dwddm22DdiRelocatedevicefuncs;

void Pfnd3dwddm22DdiRelocatedevicefuncs(
  D3D10DDI_HDEVICE unnamedParam1,
  D3DWDDM2_2DDI_DEVICEFUNCS *unnamedParam2
)
{...}

Parameters

unnamedParam1

hDevice

A handle to the display device (graphics context).

unnamedParam2

DeviceFunctions [in]

The device functions table, as a D3DWDDM2_2DDI_DEVICEFUNCS structure.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d3d10umddi.h (include D3d12umddi.h)

See also

D3DWDDM2_2DDI_DEVICEFUNCS