Share via


IRTCMessagingEvent::UserStatus

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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