Share via


RTCRMF_ Constants

The roaming constants describe the objects with roaming capabilities. The IRTCClientProvisioning2::EnableProfileEx method uses the roaming type flags.

  • RTCRMF_ALL_ROAMING
    0x0000000F

    All types of roaming will be enabled for the profile.

  • RTCRMF_BUDDY_ROAMING
    0x00000001

    Buddy roaming will be enabled for the profile.

  • RTCRMF_PRESENCE_ROAMING
    0x00000004

    Presence roaming will be enabled for the profile.

  • RTCRMF_PROFILE_ROAMING
    0x00000008

    Profile roaming will be enabled for the profile.

  • RTCRMF_WATCHER_ROAMING
    0x00000002

    Watcher roaming will be enabled for the profile.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.

See Also

Roaming