RTC_WATCHER_EVENT_TYPE
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 has 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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.