RTC_MESSAGING_EVENT_TYPE

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 types of messaging event.

Syntax

typedef enum RTC_MESSAGING_EVENT_TYPE {
  RTCMSET_MESSAGE,
  RTCMSET_STATUS
} RTC_MESSAGING_EVENT_TYPE;

Elements

  • RTCMSET_STATUS
    User status update. The new status can be obtained by calling IRTCMessagingEvent::EventType.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCMessagingEvent::EventType