RTC_MESSAGING_USER_STATUS
The RTC_MESSAGING_USER_STATUS enumeration describes the message status for a messaging window.
typedef enum RTC_MESSAGING_USER_STATUS
{
RTCMUS_IDLE,
RTCMUS_TYPING
} RTC_MESSAGING_USER_STATUS;
Constants
- RTCMUS_IDLE
User is not active. - RTCMUS_TYPING
User is typing in the messaging window associated with this session.
Requirements
Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
See Also
IRTCMessagingEvent::get_UserStatus, IRTCSession::SendMessageStatus