RTC_WATCHER_EVENT_TYPE (Windows Embedded CE 6.0)
1/6/2010
This enumeration defines possible watcher events. The IRTCWatcherEvent2::EventType method uses this enumeration.
Syntax
typedef enum RTC_WATCHER_EVENT_TYPE {
RTCWET_WATCHER_ADD,
RTCWET_WATCHER_REMOVE,
RTCWET_WATCHER_UPDATE,
RTCWET_WATCHER_OFFERING,
RTCWET_WATCHER_ROAMED
} RTC_WATCHER_EVENT_TYPE;
Elements
- RTCWET_WATCHER_ADD
This new watcher has been successfully added to the watcher list.
- RTCWET_WATCHER_REMOVE
This watcher has been successfully removed from the watcher list.
- RTCWET_WATCHER_UPDATE
This watcher's properties have been updated.
- RTCWET_WATCHER_OFFERING
This is an incoming request to watch. This new watcher must be accepted or blocked.
RTCWET_WATCHER_ROAMED
The watcher'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 |