IRDPSRAPIInvitation 接口 (rdpencomapi.h)
邀请使个人或一组人能够连接到会话。 当与会者连接到会话时,客户端会发送票证和密码。 这两条信息用于对与会者进行身份验证。
应用程序使用 IRDPSRAPIInvitationManager::CreateInvitation 获取对此对象的访问权限。
如果邀请列表包含以下属性的 和 邀请,则与会者可以加入会话:
- ConnectionString 中的票证字符串与客户端发送的票证字符串匹配。
- Password 中的密码字符串与客户端发送的密码字符串匹配。
- 与会者人数未超过 AttendeeLimit 中的最大人数。
- 尚未使用 Revoked 撤销邀请。
继承
IRDPSRAPIInvitation 接口继承自 IDispatch 接口。
方法
IRDPSRAPIInvitation 接口具有以下方法。
IRDPSRAPIInvitation::get_AttendeeLimit 可以连接到会话的最大与会者数。 (获取) |
IRDPSRAPIInvitation::get_ConnectionString 票证字符串。 |
IRDPSRAPIInvitation::get_GroupName 组名称。 |
IRDPSRAPIInvitation::get_Password 密码字符串。 |
IRDPSRAPIInvitation::get_Revoked 邀请的已撤销状态。 (获取) |
IRDPSRAPIInvitation::p ut_AttendeeLimit 可以连接到会话的最大与会者数。 (放置) |
IRDPSRAPIInvitation::p ut_Revoked 邀请的已撤销状态。 (放置) |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | rdpencomapi.h |