Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The get_ReferToURI method retrieves the URI of the transfer target. The transferee uses this information to create a new session with the transfer target.
HRESULT get_ReferToURI(BSTR**pbstrReferToURI);
Parameters
- pbstrReferToURI
[out] Pointer to a BSTR that contains the URI of the transfer target.
Return Values
RTC methods may return an RTC_E_ constant.
| Value | Meaning |
|---|---|
| E_POINTER | The pbstrReferToURI parameter is not a valid pointer. |
| RTC_E_NOT_EXIST | The URI of the transfer target does not exist for this event. |
| E_OUTOFMEMORY | Insufficient memory to perform this operation. |
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, Session Transfer Accepted