IRTCClientPresence::OfferWatcherMode (Windows Embedded CE 6.0)
1/6/2010
Note
This method is unsupported in Windows Embedded CE 6.0.
This method sets or gets the way the RTC Client API handles subscription requests by new watchers that are not in the list of allowed or blocked watchers.
Syntax
HRESULT put_OfferWatcherMode(
RTC_OFFER_WATCHER_MODE enMode
);
HRESULT get_OfferWatcherMode(
RTC_OFFER_WATCHER_MODE* penMode
);
Parameters
- enMode, penMode
[in, out] An RTC_OFFER_WATCHER_MODE enumeration value specifying the setting.
Return Value
This method can return an RTC_E_ constant.
Remarks
If the RTC_OFFER_WATCHER_MODE enumeration value RTCOWM_AUTOMATICALLY_ADD_WATCHER is used, watchers are added to the watcher list without prior approval from the user and without notification to the user.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |