MprConfigServerDisconnect

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

Return Values

None.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.
  Import Library: Link with mprapi.lib.

See Also

FormatMessage, MprConfigServerConnect