RTC_T120_APPLET

The RTC_T120_APPLET enumeration describes the applet types. The IRTCClient::StartT120Applet and IRTCClient::get_IsT120AppletRunning methods require a value of this enumeration.

typedef enum RTC_T120_APPLET
{
  RTCTA_WHITEBOARD, 
  RTCTA_APPSHARING
} RTC_T120_APPLET;

Constants

  • RTCTA_WHITEBOARD
    Whiteboard applet.
  • RTCTA_APPSHARING
    Application sharing applet.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000 SP4.
Header: Declared in Rtccore.h.

See Also

IRTCClient::get_IsT120AppletRunning, IRTCClient::StartT120Applet