[This is preliminary documentation and subject to change.]
Call the MprAdminMIBServerConnect function to connect to the Windows NT router being administered. This call should be made before any other calls to the server. The handle returned by this function is used in subsequent MIB calls.
DWORD MprAdminMIBServerConnect(
LPWSTR lpwsServerName, // name of router
MIB_SERVER_HANDLE * phMibServer // handle to router
);