RTC_GROUP_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 group events. The IRTCBuddyGroupEvent::EventType method uses this enumeration.

Syntax

typedef enum RTC_GROUP_EVENT_TYPE { 
  RTCGET_GROUP_ADD, 
  RTCGET_GROUP_REMOVE, 
  RTCGET_GROUP_UPDATE, 
  RTCGET_GROUP_BUDDY_ADD, 
  RTCGET_GROUP_BUDDY_REMOVE,
  RTCGET_GROUP_ROAMED 
} RTC_GROUP_EVENT_TYPE;

Elements

  • RTCGET_GROUP_ADD
    The new group has been successfully added to the group list.
  • RTCGET_GROUP_REMOVE
    The group has been successfully removed from the group list.
  • RTCGET_GROUP_UPDATE
    This group's properties have been updated.
  • RTCGET_GROUP_BUDDY_ADD
    This buddy has been successfully added to the group.
  • RTCGET_GROUP_BUDDY_REMOVE
    This buddy has been successfully removed from the group.
  • RTCGET_GROUP_ROAMED
    This group's presence information is roamed.

    This enumeration value is available only for RTC 1.2 and later.

Requirements

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

See Also

Reference

RTC Client API Enumerations
IRTCBuddyGroupEvent::EventType