Share via


IRTCMediaEvent2::get_Participant (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Concepts

IRTCMediaEvent2