Share via


RTCRF_ (Windows CE 5.0)

Send Feedback

These constants contain registration-specific information. They are returned by the IRTCClientProvisioning::SessionCapabilities and IRTCProfile::SessionCapabilities methods. The following table shows the RTCRF_ constants.:

Value Description
RTCRF_REGISTER_ALL = 0x0000000F Registration allows all of the registration types.
Note   This constant is only available for RTC 1.2 and later. Previous versions may use the flag value 0x00000007 to represent this constant.
RTCRF_REGISTER_INVITE_SESSIONS = 0x00000001 Registration allows incoming RTCST_PC_TO_PC and RTCST_MULTIPARTY_IM sessions through the registrar. The registrar is informed that the client accepts the SIP INVITE and BYE messages.
RTCRF_REGISTER_MESSAGE_SESSIONS = 0x00000002 Registration allows incoming RTCST_IM sessions through the registrar. The registrar is informed that the client accepts the SIP MESSAGE, INFO, and BYE messages.
RTCRF_REGISTER_NOTIFY = 0x00000008 Registration allows incoming notifications through the registrar. The registrar is informed that the Client accepts the SIP NOTIFY message.
Note   This constant is only available for RTC 1.2 and later.
RTCRF_REGISTER_PRESENCE = 0x00000004 Registration allows incoming watchers through the registrar. The registrar is informed that the client accepts the SIP SUBSCRIBE message.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.

See Also

RTC Client API Constants | IRTCClientProvisioning::SessionCapabilities | IRTCProfile::SessionCapabilities

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.