共用方式為


IEnumParticipant 介面

[IEnumParticipant 不適用於 Windows Vista、Windows Server 2008 和後續版本的作業系統。 RTC 用戶端 API 提供類似的功能。

IEnumParticipant介面提供ITParticipant介面的 COM 標準列舉方法。 ITParticipantControl::EnumerateParticipants方法會傳回IEnumParticipant的指標。

IEnumParticipant介面會隱藏在 Visual Basic 和指令碼語言中。

成員

IEnumParticipant介面繼承自IUnknown介面。 IEnumParticipant 也有下列類型的成員:

方法

IEnumParticipant介面具有這些方法。

方法 Description
複製 建立另一個列舉值,其包含與目前列舉值相同的列舉型別狀態。
下一步 取得列舉序列中下一個指定的專案數目。
重 置 重設為列舉序列的開頭。
跳過 略過列舉序列中下一個指定的專案數目。

規格需求

需求
TAPI 版本
需要 TAPI 3.0 或更新版本
標頭
Confpriv.h
程式庫
Uuid.lib
DLL
Tapi3.dll

另請參閱

ITParticipant