Share via


RTC_GROUP_EVENT_TYPE

The RTC_GROUP_EVENT_TYPE enumeration describes the group events. The IRTCBuddygroupEvent::get_EventType method uses a value of this enumeration.

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;

Constants

  • 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 raomed.

    **RTC 1.0 and 1.01:  **This enumeration value is not supported.

Requirements

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