Share via


RTC_GROUP_EVENT_TYPE (Windows CE 5.0)

Send Feedback

This enumeration defines possible group events. The IRTCBuddyGroupEvent::EventType method uses 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;

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCBuddyGroupEvent::EventType

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.