RTC_WATCHER_EVENT_TYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

RTC Client API Enumerations
IRTCWatcherEvent2::EventType