Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |