MprAdminLinkHangupNotification

[This is preliminary documentation and subject to change.]

RAS calls the MprAdminLinkHangupNotification function whenever a link for a particular connection is dismantled.

VOID MprAdminLinkHangupNotification(
  RAS_PORT_0 * pRasPort0,    // struct that describes the port
  RAS_PORT_1 * pRasPort1     // struct that describes the port
);
 

Parameters

pRasPort0
Pointer to a RAS_PORT_0 structure that describes the port being used by the link.
pRasPort1
Pointer to a RAS_PORT_1 structure that describes the port being used by the link.

Return Values

This function does not have a return value.