RTC_GROUP_EVENT_TYPE (Windows Embedded CE 6.0)
1/6/2010
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 |