IRTCSessionConsultantReferredEvent::ReferToURI

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Applies to Windows Embedded CE 6.0 R2

This method gets the URI of the party to whom the session is being referred.

Syntax

HRESULT ReferToURI(
   [out] BSTR* pbstrReferredToURI
);

Parameters

  • pbstrReferredToURI
    [out] Pointer to the URI of the referred-to party.

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

IRTCSessionCallControl2
IRTCSessionStateChangeEvent3
IRTCSessionConsultantReferredEvent

Other Resources