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 管理功能RAS 用户管理功能。 从标注函数中调用时,对这些函数的调用不会返回。

要求

要求
最低受支持的客户端 Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 mprapi.h

另请参阅

MprAdminAcceptNewConnection

MprAdminAcceptNewConnection2

MprAdminAcceptNewLink

MprAdminConnectionHangupNotification

MprAdminConnectionHangupNotification2

RAS 管理 DLL

RAS 管理功能

RAS_PORT_0

RAS_PORT_1

远程访问服务管理参考