IEnumParticipant 接口

[IEnumParticipant 不适用于 Windows Vista、Windows Server 2008 和操作系统的后续版本。 RTC 客户端 API 提供类似的功能。]

IEnumParticipant 接口为 ITParticipant 接口提供 COM 标准枚举方法。 ITParticipantControl::EnumerateParticipants 方法返回指向 IEnumParticipant 的指针。

IEnumParticipant 接口对 Visual Basic 和脚本语言隐藏。

成员

IEnumParticipant 接口继承自 IUnknown 接口。 IEnumParticipant 还具有以下类型的成员:

方法

IEnumParticipant 接口具有以下方法。

方法 说明
克隆 创建另一个枚举器,其中包含与当前枚举器相同的枚举状态。
下一篇 获取枚举序列中下一个指定数量的元素。
重 置 重置为枚举序列的开头。
跳过 跳过枚举序列中下一个指定数量的元素。

要求

要求
TAPI 版本
需要 TAPI 3.0 或更高版本
标头
Confpriv.h

Uuid.lib
DLL
Tapi3.dll

另请参阅

ITParticipant