RTC_MESSAGING_USER_STATUS (Windows CE 5.0)
This enumeration defines possible user statuses for a messaging window.
typedef enum RTC_MESSAGING_USER_STATUS {RTCMUS_IDLE,RTCMUS_TYPING} RTC_MESSAGING_USER_STATUS;
Elements
- RTCMUS_IDLE
User is not active. - RTCMUS_TYPING
User is typing in the messaging window associated with this session.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCMessagingEvent::UserStatus | IRTCSession::SendMessageStatus
Send Feedback on this topic to the authors