IRTCParticipant:IUnknown (Windows CE 5.0)

Send Feedback

This interface contains all methods related to a Participant object. The IRTCSession::AddParticipant method creates the Participant object.

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
UserURI Gets the user Universal Resource Identifier (URI) of the participant.
Name Gets the name of the participant.
Removable Gets a value that tells if it is possible to remove this participant from the session.
State Gets the current state of the participant.
Session Gets the parent Session object for the participant.

Requirements

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

See Also

RTC Client API Interfaces | IRTCSession::AddParticipant | IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.