Share via


RTCSI_ (Windows CE 5.0)

Send Feedback

The session type constants describe the sessions. These constants are used by the IRTCClientProvisioning::SessionCapabilities and IRTCProfile::SessionCapabilities methods. The following table shows the RTCSI_ session type constants.

Value Description
RTCSI_APPLICATION = 0x00000020 The session is an application session.
Note   This constant is only available for Windows CE 5.0 and later.
RTCSI_IM = 0x00000008 Peer-to-peer instant messaging session. This type of session does not use streaming resources.
RTCSI_MULTIPARTY = 0x00000010 Multiparty instant messaging session. This type of session does not use streaming resources.
Note   This constant is only available for RTC 1.2 and later.
RTCSI_PC_TO_PC = 0x00000001 PC-to-PC call.
RTCSI_PC_TO_PHONE = 0x00000002 PC-to-phone call.
RTCSI_PHONE_TO_PHONE = 0x00000004 Phone-to-phone call. This type of call does not use streaming resources.

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.