This topic has not yet been rated - Rate this topic

RTC_WATCHER_EVENT_TYPE

The RTC_WATCHER_EVENT_TYPE enumeration describes the watcher events. The IRTCWatcherEvent2::get_EventType method uses a value of 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;

Constants

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
This watcher's presence information is roamed.
RTC 1.0 and 1.01:  This enumeration value is not supported.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.

 

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.