IRTCSessionConsultantReferredEvent::Session (Windows Embedded CE 6.0)
1/6/2010
Applies to Windows Embedded CE 6.0 R2
This method gets the session that is in the process of being consultant referred.
Syntax
HRESULT Session(
[out] IRTCSession2** ppSession
);
Parameters
- ppSession
[out] Pointer to the IRTCSession interface on the session that is being consultant referred. This method adds a reference to the Session object which the caller is responsible for releasing.
Return Value
This method returns an S_OK when it completes successfully.
This method can return an RTC_E_ constant.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
IRTCSessionConsultantReferredEvent
IRTCSessionCallControl2
IRTCSessionStateChangeEvent3