IRTCInfoEvent::get_Session
The get_Session property returns the session object that the info event is associated with.
HRESULT get_Session(IRTCSession2**ppSession);
Parameters
- ppSession
[out] Returns a pointer to an IRTCSession interface. 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.
Value | Meaning |
---|---|
E_POINTER | The ppSession parameter is not a valid pointer. |
RTC_E_PLATFORM_NOT_SUPPORTED | The platform must be Windows 2000 or above. |
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_IRTCInfoEvent is defined as 4E1D68AE-1912-4f49-B2C3-594FADFD425F.