Share via


IRTCSessionReferStatusEvent::get_Session

The get_Session method returns a pointer to the referred session.

HRESULT get_Session(IRTCSession2**ppSession);

Parameters

  • ppSession
    [out] Pointer to an IRTCSession2 interface containing the referred session. 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 ppSession 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_IRTCSessionReferStatusEvent is defined as 3D8FC2CD-5D76-44AB-BB68-2A80353B34A2.

See Also

IRTCSessionReferStatusEvent, IRTCSession2, Session Control