RTC_T120_APPLET (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines possible add-in types. The IRTCClient::StartT120Applet and IRTCClient::IsT120AppletRunning methods use this enumeration.
Syntax
typedef enum RTC_T120_APPLET {
RTCTA_WHITEBOARD,
RTCTA_APPSHARING
} RTC_T120_APPLET;
Elements
- RTCTA_WHITEBOARD
Whiteboard add-in.
- RTCTA_APPSHARING
Application sharing add-in.
Requirements
Header | rtccore.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
RTC Client API Enumerations
IRTCClient::StartT120Applet
IRTCClient::IsT120AppletRunning