IRTCSessionOperationCompleteEvent2::get_Participant

The get_Participant method gets the other participant in a session operation.

HRESULT get_Participant(IRTCParticipant**ppParticipant);

Parameters

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

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The ppParticipant parameter is not a valid pointer.
RTC_E_NOT_EXIST There is no participant attached to this event.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSessionOperationCompleteEvent2 is defined as f6fc2a9b-d5bc-4241-b436-1b8460c13832.

See Also

IRTCSessionOperationCompleteEvent2, IRTCSessionOperationCompleteEvent, IRTCParticipant