Share via


IRTCSessionReferredEvent::get_Session

The get_Session method retrieves the referred session. This session contains additional information about the session transfer.

HRESULT get_Session(IRTCSession2**ppSession2);

Parameters

  • ppSession2
    [out] Pointer to the IRTCSession2 interface for the session that is referred. This call adds a reference to the IRTCSession2 object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The ppSession2 parameter is not a valid pointer.

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