MprAdminConnectionHangupNotification function (mprapi.h)
Remote Access Service calls the MprAdminConnectionHangupNotification function after the last link for the specified connection has been dismantled.
Syntax
void MprAdminConnectionHangupNotification(
[in] RAS_CONNECTION_0 *pRasConnection0,
[in] RAS_CONNECTION_1 *pRasConnection1
);
Parameters
[in] pRasConnection0
Pointer to a RAS_CONNECTION_0 structure that describes this connection.
[in] pRasConnection1
Pointer to a RAS_CONNECTION_1 structure that describes this connection.
Return value
None
Remarks
RAS supports multiple Administration DLLs. RAS calls the multiple implementations of the MprAdminConnectionHangupNotification function in the order in which the DLLs are listed in the registry.
Windows 2000 Server and earlier: If MprAdminAcceptNewConnection does not accept the new connection, RAS does not call the MprAdminConnectionHangupNotification function.
Do not call any of the RAS Administration Functions or RAS User Administration Functions from inside MprAdminConnectionHangupNotification. Calls to these functions do not return when made from within a callout function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | mprapi.h |
See also
MprAdminConnectionHangupNotification2