Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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