MprAdminServerDisconnect

[This is preliminary documentation and subject to change.]

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

VOID MprAdminServerDisconnect(
  MPR_SERVER_HANDLE hMprServer    // handle to router
)

Parameters

hMprServer
Handle to the Windows NT router from which to disconnect. Obtain this handle by calling MprAdminServerConnect.

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

MprAdminServerConnect