RTC_T120_APPLET

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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