Share via


IRTCIntensityEvent2::get_Participant

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method allows an application to get the participant associated with an intensity event.

Syntax

HRESULT get_Participant(
  IRTCParticipant3** ppParticipant
);

Parameters

  • ppParticipant
    [out] The participant associated with the intensity event.

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