IRTCSessionConsultantReferredEvent::ReferToSessionInfo (Windows Embedded CE 6.0)
1/6/2010
Applies to Windows Embedded CE 6.0 R2
This method gets the information of the session which is to be replaced.
Syntax
HRESULT ReferToSessionInfo(
[out] BSTR* pbstrReferToCallID,
[out] BSTR* pbstrReferToFromTag,
[out] BSTR* pbstrReferToToTag
);
Parameters
- pbstrReferToCallID
[out] Pointer to the URI of the party initiating the referred event.
- pbstrReferToFromTag
[out] Pointer to the name of the refer-to From Tag.
- pbstrReferToToTag
[out] Pointer to the name of the refer-to To Tag.
Return Value
This method returns an S_OK when it completes successfully.
This method can return an RTC_E_ constant.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
IRTCSessionConsultantReferredEvent
IRTCSessionCallControl2
IRTCSessionStateChangeEvent3