PFND3DWDDM2_6DDI_RELOCATEDEVICEFUNCS callback function (d3d10umddi.h)
The RelocateDeviceFuncs function notifies the user-mode display driver about the new location of the driver function table.
Syntax
PFND3DWDDM2_6DDI_RELOCATEDEVICEFUNCS Pfnd3dwddm26DdiRelocatedevicefuncs;
void Pfnd3dwddm26DdiRelocatedevicefuncs(
D3D10DDI_HDEVICE unnamedParam1,
D3DWDDM2_6DDI_DEVICEFUNCS *unnamedParam2
)
{...}
Parameters
unnamedParam1
hDevice [in]
A handle to the display device (graphics context).
unnamedParam2
pDeviceFunctions [in]
A pointer to a D3DWDDM2_6DDI_DEVICEFUNCS structure that contains pointers to the functions of the user-mode display driver.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3d10umddi.h |