IMcastAddressAllocation::EnumerateScopes 方法 (mdhcp.h)
[会合 IP 电话会议控件和接口不适用于 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 |
Library | Uuid.lib |
DLL | Mdhcp.dll |