Share via


IRTCMediaEvent2::get_Participant

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface contains an additional method related to a media event, extending the functionality provided by the IRTCMediaEvent:IDispatch interface.

Syntax

HRESULT get_Participant(
  IRTCParticipant3** ppParticipant
);

Parameters

  • ppParticipant
    [out] The participant to which the media’s state changed.

Return Value

This method can return an RTC_E_ constant.

E_INVALIDARG - The ppParticipant parameter is NULL.

RTC_E_NOT_EXIST - There is no participant attached to this event.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later