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 可以連線到會話的出席者數目上限。 (Put) |
IRDPSRAPIInvitation::p ut_Revoked 邀請的撤銷狀態。 (Put) |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | rdpencomapi.h |