RTC_GROUP_EVENT_TYPE
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.Note 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
IRTCBuddyGroupEvent::EventType
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.