Share via


RTC_WATCHER_MATCH_MODE (Windows CE 5.0)

Send Feedback

This enumeration defines possible levels of matching used when comparing a SIP URI to an Access Control Entry (ACE). The IRTCClientPresence2::WatcherEx method uses this enumeration.

typedef enum RTC_WATCHER_MATCH_MODE {   RTCWMM_EXACT_MATCH,   RTCWMM_BEST_ACE_MATCH } RTC_WATCHER_MATCH_MODE;

Elements

  • RTCWMM_EXACT_MATCH
    The watcher SIP URI string must match exactly the user specified for the ACE.
  • RTCWMM_BEST_ACE_MATCH
    The watcher SIP URI is matched against ACEs from all scopes to find the closest available match. The scopes are User, Domain, and All, in that order.). For example, if the URI to match is someone@example.com, the closest match might be the ACE for the domain "example.com" if a matching user ACE is not present.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Enumerations | IRTCClientPresence2::WatcherEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.