IRTCSessionReferredEvent::get_ReferredByURI

The get_ReferredByURI method retrieves the URI of the party that initiated the session transfer.

HRESULT get_ReferredByURI(BSTR*pbstrReferredByURI);

Parameters

  • pbstrReferredByURI
    [out] Pointer to a BSTR that contains the URI of the party that initiated the session transfer.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The pbstrReferredByURI parameter is not a valid pointer.
E_OUTOFMEMORY Insufficient memory to perform this operation.
RTC_E_NOT_EXIST The URI of the party that initiated the session transfer does not exist.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSessionReferredEvent is defined as 176A6828-4FCC-4F28-A862-04597A6CF1C4.

See Also

IRTCSessionReferredEvent, IRTCSession2, Session Control