IRTCSessionReferredEvent::ReferredByURI (Windows CE 5.0)
This method gets the URI of the party that initiated the session transfer.
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 Values
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCSessionReferredEvent | SysFreeString
Send Feedback on this topic to the authors