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.
This enumeration defines possible types of messaging event.
typedef enum RTC_MESSAGING_EVENT_TYPE {RTCMSET_MESSAGE,RTCMSET_STATUS} RTC_MESSAGING_EVENT_TYPE;
Elements
- RTCMSET_MESSAGE
Instant message. The message string can be obtained by calling IRTCMessagingEvent::EventType. - RTCMSET_STATUS
User status update. The new status can be obtained by calling IRTCMessagingEvent::EventType.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCMessagingEvent::EventType
Send Feedback on this topic to the authors