RTC_WATCHER_MATCH_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 levels of matching used when comparing a SIP URI to an Access Control Entry (ACE). The IRTCClientPresence2::WatcherEx method uses this enumeration.

Syntax

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

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

See Also

Reference

RTC Client API Enumerations
IRTCClientPresence2::WatcherEx