IMcastAddressAllocation::get_Scopes 方法 (mdhcp.h)
[Rendezvous IP Telephony 會議控制項和介面不適用於 Windows Vista、Windows Server 2008 和後續版本的作業系統。 RTC 用戶端 API 提供類似的功能。
get_Scopes方法會建立可用的 IMcast 範圍集合。 這個方法類似于 EnumerateScopes,但由 Visual Basic 等指令碼語言使用。
語法
HRESULT get_Scopes(
[out] VARIANT *pVariant
);
參數
[out] pVariant
接收IMcastScope介面指標之 ITCollection之VARIANT的指標。
傳回值
這個方法可以傳回其中一個值。
值 | 意義 |
---|---|
|
方法成功。 |
|
傳入無效指標引數的呼叫端。 |
|
沒有可用的範圍。 |
|
記憶體不足,無法建立必要的物件。 |
備註
TAPI 會在IMcastAddressAllocation::get_Scopes傳回的IMcastScope介面上呼叫AddRef方法。 應用程式必須在IMcastScope介面上呼叫Release,以釋放與其相關聯的資源。
需求
目標平台 | Windows |
標頭 | mdhcp.h |
程式庫 | Uuid.lib |
Dll | Mdhcp.dll |