IMcastAddressAllocation::EnumerateScopes 方法 (mdhcp.h)
[Rendezvous IP Telephony 會議控件和介面不適用於 Windows Vista、Windows Server 2008 和後續版本的操作系統。 RTC 用戶端 API 提供類似的功能。
EnumerateScopes 方法會建立可用的多播範圍列舉。 這個方法主要適用於 C++ 程式設計人員。 Visual Basic 和其他腳本語言會改用 get_Scopes 。
語法
HRESULT EnumerateScopes(
[out] IEnumMcastScope **ppEnumMcastScope
);
參數
[out] ppEnumMcastScope
傳回新 IEnumMcastScope 物件的指標。
傳回值
這個方法可以傳回其中一個值。
值 | 意義 |
---|---|
|
方法成功。 |
|
傳入無效指標自變數的呼叫端。 |
|
沒有可用的範圍。 |
|
記憶體不足,無法建立必要的物件。 |
備註
TAPI 會在 IMcastAddressAllocation::EnumerateScopes 傳回的 IEnumMcastScope 介面上呼叫 AddRef 方法。 應用程式必須在 IEnumMcastScope 介面上呼叫 Release,以釋放與其相關聯的資源。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | mdhcp.h |
程式庫 | Uuid.lib |
Dll | Mdhcp.dll |