Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remote Access Service (RAS) calls the MprAdminConnectionHangupNotificationEx function after the last link for the specified connection has been dismantled.
Syntax
void MprAdminConnectionHangupNotificationEx(
[in] RAS_CONNECTION_EX *pRasConn
);
Parameters
[in] pRasConn
A pointer to a RAS_CONNECTION_EX structure that describes this connection.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | mprapi.h |
See also
MprAdminConnectionHangupNotification
MprAdminConnectionHangupNotification2