RTCRMF_ (Windows CE 5.0)
The roaming constants describe objects with roaming capabilities. The IRTCClientProvisioning2::EnableProfileEx method uses the roaming type flags.
The following table shows the roaming constants.
Value | Description |
---|---|
RTCRMF_ALL_ROAMING = 0x0000000F | All types of roaming are enabled for the profile. |
RTCRMF_BUDDY_ROAMING = 0x00000001 | Buddy roaming is enabled for the profile. |
RTCRMF_PRESENCE_ROAMING = 0x00000004 | Presence roaming is enabled for the profile. |
RTCRMF_PROFILE_ROAMING = 0x00000008 | Profile roaming is enabled for the profile. |
RTCRMF_WATCHER_ROAMING = 0x00000002 | Watcher roaming is enabled for the profile. |
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.
See Also
RTC Client API Constants | IRTCClientProvisioning2::EnableProfileEx
Send Feedback on this topic to the authors