// d3d10umddi.h
PFND3D11_1DDI_RELOCATEDEVICEFUNCS Pfnd3d111DdiRelocatedevicefuncs;
VOID Pfnd3d111DdiRelocatedevicefuncs(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_DEVICEFUNCS *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Notifies the user-mode display driver about the new location of the driver function table.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2pDeviceFunctions [in]
A pointer to a D3D11_1DDI_DEVICEFUNCS structure that contains pointers to the functions of the user-mode display driver.
The driver can use the pfnSetErrorCb callback function to set an error code.
A user-mode display driver can use the RelocateDeviceFuncs(D3D11_1) function to replace function pointers in the driver function table.