IRTCReInviteEvent2::get_Participant (Windows Embedded CE 6.0)
1/6/2010
This method allows an application to get the participant when a re-invite is received. The re-invite is issued by the participant who originally sent the invite.
Syntax
HRESULT get_Participant(
IRTCParticipant3** ppParticipant
);
Parameters
- ppParticipant
[out] The participant for which the re-invite is intended.
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 |