RTC_OFFER_WATCHER_MODE (Windows CE 5.0)
This enumeration defines possible modes reflecting the course of action when a subscription is sent by a new watcher.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCClientPresence::OfferWatcherMode
Send Feedback on this topic to the authors