MprConfigServerDisconnect

The MprConfigServerDisconnect function disconnects a connection made by a previous call to MprConfigServerConnect.

VOID MprConfigServerDisconnect(
  HANDLE hMprConfig  // handle to router configuration
);

Parameters

hMprConfig
[in] Handle to a router configuration obtained from a previous call to MprConfigServerConnect.

Return Values

None.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Mprapi.h.
  Library: Use Mprapi.lib.

See Also

Router Management Reference, Router Configuration Functions, FormatMessage, MprConfigServerConnect