IRDPSRAPIInvitationManager::CreateInvitation 方法 (rdpencomapi.h)
建立邀請。
語法
HRESULT CreateInvitation(
[in] BSTR bstrAuthString,
[in] BSTR bstrGroupName,
[in] BSTR bstrPassword,
[in] long AttendeeLimit,
[out] IRDPSRAPIInvitation **ppInvitation
);
參數
[in] bstrAuthString
類型: BSTR
要用於授權的字串。 字串限制為 255 個字元,而且會話必須是唯一的。 如果為 NULL,則方法會為您產生字串。
[in] bstrGroupName
類型: BSTR
群組的名稱。 會話的字串必須是唯一的。 應用程式通常會使用組名將出席者分成可授與不同授權等級的群組。
[in] bstrPassword
類型: BSTR
用於驗證的密碼。 密碼限制為 255 個字元。 您必須從票證將密碼提供給查看器頻外。
[in] AttendeeLimit
類型: long
出席者的最大數目。
[out] ppInvitation
類型: IRDPSRAPIInvitation**
IRDPSRAPIInvitation 介面指標。
傳回值
類型: HRESULT
如果方法成功,傳回值會 S_OK。 否則,傳回值是錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | rdpencomapi.h |
Dll | RdpEncom.dll |