MprAdminServerDisconnect

The MprAdminServerDisconnect function disconnects the connection made by a previous call to MprAdminServerConnect.

VOID MprAdminServerDisconnect(
  MPR_SERVER_HANDLE hMprServer  // handle to router
);

Parameters

hMprServer
[in] Handle to the Windows 2000 router from which to disconnect. Obtain this handle by calling MprAdminServerConnect.

Return Values

None.

Requirements

  Windows NT/2000: Requires Windows 2000. Available as a redistributable for Windows NT 4.0.
  Header: Declared in Mprapi.h.
  Library: Use Mprapi.lib.

See Also

Router Management Reference, Router Administration Functions, MprAdminServerConnect