RTCRMF_ Constants
The roaming constants describe the objects with roaming capabilities. The IRTCClientProvisioning2::EnableProfileEx method uses the roaming type flags.
RTCRMF_ALL_ROAMING
0x0000000FAll types of roaming will be enabled for the profile.
RTCRMF_BUDDY_ROAMING
0x00000001Buddy roaming will be enabled for the profile.
RTCRMF_PRESENCE_ROAMING
0x00000004Presence roaming will be enabled for the profile.
RTCRMF_PROFILE_ROAMING
0x00000008Profile roaming will be enabled for the profile.
RTCRMF_WATCHER_ROAMING
0x00000002Watcher roaming will be enabled for the profile.
Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.