RTC_OFFER_WATCHER_MODE

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 modes reflecting the course of action when a subscription is sent by a new watcher.

Syntax

typedef enum RTC_OFFER_WATCHER_MODE {
  RTCOWM_OFFER_WATCHER_EVENT,
  RTCOWM_AUTOMATICALLY_ADD_WATCHER
} RTC_OFFER_WATCHER_MODE;

Elements

  • RTCOWM_OFFER_WATCHER_EVENT
    The client is notified of a new watcher with an RTCE_WATCHER event.
  • RTCOWM_AUTOMATICALLY_ADD_WATCHER
    The new watcher is automatically added to the list of allowed watchers, and no event is fired.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCClientPresence::OfferWatcherMode