MprAdminMIBServerDisconnect

[This is preliminary documentation and subject to change.]

The MprAdminMIBServerDisconnect function disconnects the connection made by a previous call to MprAdminMIBServerConnect.

DWORD  MprAdminMIBServerDisconnect(
  MIB_SERVER_HANDLE hMibServer    // handle to router
);

Parameters

hMibServer
Handle to the Windows NT router from which to disconnect. Obtain this handle by calling MprAdminMIBServerConnect.

Return Values

NO_ERROR
Success

See Also

MprAdminMIBServerConnect