次の方法で共有


RTC_MESSAGING_USER_STATUS (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines possible user statuses for a messaging window.

Syntax

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

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCMessagingEvent::UserStatus
IRTCSession::SendMessageStatus