IRTCMessagingEvent::UserStatus (Windows Embedded CE 6.0)
1/6/2010
This method gets the user keystroke status.
Syntax
HRESULT get_UserStatus(
RTC_MESSAGING_USER_STATUS* penUserStatus
);
Parameters
- penUserStatus
[out] Pointer to an RTC_MESSAGING_USER_STATUS enumeration value specifying the user status. The status indicates if the user is typing or idle.
Return Value
This method can return an RTC_E_ constant.
Remarks
This method is used for instant messaging (IM) sessions only. The applications that are participating in the IM session are responsible for setting their current user status. The status is sent to other participants with the IRTCSession::SendMessageStatus method.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IRTCMessagingEvent
IRTCSession::SendMessageStatus
RTC_MESSAGING_USER_STATUS