IRTCSessionReferredEvent::ReferredByURI
Other versions of this page are also available for the following:
8/28/2008
This method gets the URI of the party that initiated the session transfer.
Syntax
HRESULT get_ReferredByURI(
BSTR* pbstrReferredByURI
);
Parameters
pbstrReferredByURI
[out] Pointer to a BSTR that will be filled with the URI of the party initiated the session transfer, or an empty string if there is no entry.The method allocates the buffer.
The caller is responsible for releasing this memory with SysFreeString.
Return Value
This method can return an RTC_E_ constant.
The following table shows additional return values and additional information about a specific return value.
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
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |