MprAdminLinkHangupNotification 函式 (mprapi.h)
當特定連線的連結已停止時,RAS 會呼叫 MprAdminLinkHangupNotification 函式。
語法
void MprAdminLinkHangupNotification(
[in] RAS_PORT_0 *pRasPort0,
[in] RAS_PORT_1 *pRasPort1
);
參數
[in] pRasPort0
描述連結所使用埠之 RAS_PORT_0 結構的指標。
[in] pRasPort1
描述連結所使用之埠 的RAS_PORT_1 結構的指標。
傳回值
無
備註
RAS 支援多個系統管理 DLL。 RAS 會以登錄中列出 DLL 的順序,呼叫 MprAdminLinkHangupNotification的多個實作。
Windows 2000 Server 和更早版本: 如果 RAS 不接受新的連結,RAS 不會呼叫 MprAdminLinkHangupNotification 函式。
請勿從 MprAdminLinkHangupNotification 內呼叫任何 RAS Administration Functions 或 RAS 使用者管理函式。 從圖說文字函式內進行時,不會傳回這些函式的呼叫。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | mprapi.h |
另請參閱
MprAdminConnectionHangupNotification