Share via


RTC_MESSAGING_USER_STATUS

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

IRTCMessagingEvent::UserStatus | IRTCSession::SendMessageStatus

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.