[This is preliminary documentation and subject to change.]
The MprConfigInterfaceSetInfo function sets the configuration for the specified interface.
DWORD MprConfigInterfaceSetInfo(
HANDLE hMprConfig, // handle to the router configuration
HANDLE hRouterInterface, // handle to the interface configuration
DWORD dwLevel, // level of the information requested
LPBYTE lpBuffer // MPR_INTERFACE_0 structure
);
hMprConfig is NULL.
HRouterInterface is NULL.
dwLevel is not zero.
lpBuffer is NULL.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.
Import Library: Link with mprapi.lib.
FormatMessage, MprConfigInterfaceCreate, MprConfigInterfaceEnum, MprConfigInterfaceGetHandle, MprConfigServerConnect