Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines possible watcher events. The IRTCWatcherEvent2::EventType method uses this enumeration.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCWatcherEvent2::EventType
Send Feedback on this topic to the authors