RTC_MESSAGING_USER_STATUS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.