MprAdminConnectionHangupNotification

[This is preliminary documentation and subject to change.]

The MprAdminConnectionHangupNotification function is called after the last link for the specified connection has been dismantled.

VOID MprAdminConnectionHangupNotification(
  RAS_CONNECTION_0 * pRasConnection0,   // struct that describes connection
  RAS_CONNECTION_1 * pRasConnection1    // struct that describes connection
);
 

Parameters

pRasConnection0
Pointer to a RAS_CONNECTION_0 structure describing this connection.
pRasConnection1
Pointer to a RAS_CONNECTION_1 structure describing this connection.

Return Values

This function does not have a return value.

See Also

MprAdminAcceptNewConnection, MprAdminAcceptNewLink, MprAdminConnectionHangupNotification, RAS_CONNECTION_0, RAS_CONNECTION_1