[This is preliminary documentation and subject to change.]
The MprConfigInterfaceCreate function creates a router interface in the specified router configuration.
DWORD
MprConfigInterfaceCreate(
HANDLE hMprConfig, // handle to the router configuration
DWORD dwLevel, // level of information requested
LPBYTE lpbBuffer, // MPR_INTERFACE_0 structure
HANDLE * phRouterInterface // handle to the interface configuration
);
hMprConfig is NULL
dwLevel is not zero.
lpbBuffer is NULL
phRouterInterface 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, MprConfigInterfaceDelete, MprConfigServerConnect