Give Us a Call: +1-877-99-BOPUP

TRANSFER_MESSAGE_TYPING_EVENT_STRUCT structure

Specifies or retrieves information on message typing event. Used to deliver instant notification to a recipient that message is being typed or to receive such event from other users. As a result of reception of this event the IM client must display "User is typing message..." or similar notification in it's GUI.

typedef struct _TRANSFER_MESSAGE_TYPING_EVENT_STRUCT {     DWORD dwTypingFlags;     char lpszRecipientName[ACCOUNT_LENGTH + 1]; } TRANSFER_MESSAGE_TYPING_EVENT_STRUCT;

Members

dwTypingFlags
Not used in this version of the IM Client SDK.
lpszAccount
Contains the name of user account that is a recipient of currently typed message.