Share via


IRTCSessionStateChangeEvent::get_Session

The get_Session property returns the Session object that changed state.

HRESULT get_Session(IRTCSession**ppSession);

Parameters

  • ppSession
    [out] Pointer to the IRTCSession interface on the Session object that changed state. This call adds a reference to the Session object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSessionStateChangeEvent is defined as b5bad703-5952-48b3-9321-7f4500521506.

See Also

IRTCSessionStateChangeEvent, IRTCSession, Answer a Call, Receive an Incoming Session When the Client is Behind a NAT