[This is preliminary documentation and subject to change.]
The MprConfigServerConnect function connects to the Windows NT router machine to be configured. Call this function before making any other calls to the server. The handle returned by this function is used in subsequent calls to configure interfaces and transports on the server.
DWORD MprConfigServerConnect(
LPWSTR lpwsServerName, // address of server name
HANDLE * phMprConfig // address of router configuration handle
);
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, MprConfigServerDisconnect