Share via


IRTCSession::EnumerateParticipants

This method retrieves an enumeration of the participants in this session, excluding the local user. If there are no participants in the session, an empty enumeration is retrieved. This method is intended for C and C++ applications.

HRESULT EnumerateParticipants(
  IRTCEnumParticipants** ppEnum
);

Parameters

  • ppEnum
    [out] Pointer to the IRTCEnumParticipants interface on an enumeration object containing an IRTCParticipant pointer for each participant in the session. This method adds a reference to the enumeration object, which the caller is responsible for releasing.

Return Values

This method can return an RTC_E_ constant.

Remarks

The online status of participants in a MIM session will be available to all other participants in the session. This can result in compromised privacy information. If none of the participants in the session has blocked another participant from viewing its online status, no privacy information is compromised. However, if any participant in the session has blocked another participant from viewing its online status, the first participant's privacy information will be compromised in a MIM session.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCEnumParticipants | IRTCParticipant | IRTCSession::Participants

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.