IRTCInfoEvent::get_Participant

The get_Participant property returns the participant object who sent the SIP INFO message.

HRESULT get_Participant(IRTCParticipant**ppParticipant);

Parameters

  • ppParticipant
    [out] Returns a pointer to an IRTCParticipant interface. 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_PLATFORM_NOT_SUPPORTED The platform must be Windows 2000 or above.

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_IRTCInfoEvent is defined as 4E1D68AE-1912-4f49-B2C3-594FADFD425F.

See Also

IRTCInfoEvent, IRTCParticipant