Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This enumeration defines possible types of messaging event.
Syntax
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
| Header | rtccore.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |