IRTCEnumParticipants

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface provides COM-standard enumeration methods for the IRTCParticipant interface. The IRTCSession::EnumerateParticipants method gets a pointer to IRTCEnumParticipants. This interface is intended for C and C++ applications.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

IRTCEnumParticipants::Next

Retrieves the next specified number of elements in the enumeration sequence.

IRTCEnumParticipants::Reset

Resets to the beginning of the enumeration sequence.

IRTCEnumParticipants::Skip

Skips the next specified number of elements in the enumeration sequence.

IRTCEnumParticipants::Clone

Creates another enumerator that contains the same enumeration state as the current one.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Interfaces