IRTCSessionOperationCompleteEvent2::Participant

This method gets the other participant in a session operation. The application can call the method on each event as it arrives. The resultant participants are those who have successfully received the operation.

HRESULT get_Participant(
  IRTCParticipant** ppParticipant
);

Parameters

  • ppParticipant
    [out] Pointer to an IRTCParticipant interface for the other participant in the session operation. This method adds a reference to the Participant object, which the caller is responsible for releasing.

Return Values

This method can return an RTC_E_ constant.

Remarks

Each participant triggers the RTCE_SESSION_OPERATION_COMPLETE event on the sender or initiator upon completion of the session operation. The application can call the Participant method on each event to determine what party has successfully received the message or stream. For example, if a message is sent to all participants from a client, each participant will trigger a client event with IRTCSessionOperationCompleteEvent2 available on it.

Requirements

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

See Also

Communications Service | IRTCSessionOperationCompleteEvent2 | IRTCParticipant | RTC_E_

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.