Share via


RTCRMF_ (Windows Embedded CE 6.0)

1/6/2010

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

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

See Also

Reference

RTC Client API Constants
IRTCClientProvisioning2::EnableProfileEx