IRTCIntensityEvent2::get_Participant (Windows Embedded CE 6.0)
1/6/2010
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 |