ITDirectoryObjectConference::p ut_Url 方法 (rend.h)
[Rendezvous IP Telephony Conferencing controls and interface not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. RTC 用戶端 API 提供類似的功能。]
put_Url方法會設定URL。
語法
HRESULT put_Url(
[in] BSTR pUrl
);
參數
[in] pUrl
包含 URL 的 BSTR 指標。
傳回值
這個方法可以傳回下列其中一個值。
傳回碼 | 描述 |
---|---|
|
方法成功。 |
|
pUrl 參數不是有效的指標。 |
|
記憶體不足,無法執行作業。 |
|
未指定的錯誤。 |
|
尚未實作這個方法。 |
備註
應用程式必須使用 SysAllocString 為 pUrl 參數配置記憶體,並在不再需要變數時使用 SysFreeString 釋放記憶體。
此函式可能會以未加密的形式透過網路傳送數據;因此,網路上有人竊聽可能會讀取數據。 使用此方法之前,應該先考慮以純文本傳送數據的安全性風險。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | rend.h |
Dll | Rend.dll |