IRTCMessagingEvent::UserStatus (Windows CE 5.0)

Send Feedback

This method gets the user keystroke status.

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 Values

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCMessagingEvent | IRTCSession::SendMessageStatus | RTC_MESSAGING_USER_STATUS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.