IEnumParticipant interface

[IEnumParticipant is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The IEnumParticipant interface provides COM-standard enumeration methods for the ITParticipant interface. The ITParticipantControl::EnumerateParticipants method returns a pointer to IEnumParticipant.

The IEnumParticipant interface is hidden from Visual Basic and scripting languages.

Members

The IEnumParticipant interface inherits from the IUnknown interface. IEnumParticipant also has these types of members:

Methods

The IEnumParticipant interface has these methods.

Method Description
Clone Creates another enumerator that contains the same enumeration state as the current one.
Next Gets the next specified number of elements in the enumeration sequence.
Reset Resets to the beginning of the enumeration sequence.
Skip Skips over the next specified number of elements in the enumeration sequence.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Confpriv.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

ITParticipant