Rufen Sie uns an: +1-877-99-BOPUP

NOTIFY_MESSAGE_TYPING_EVENT notification

Notifies the IM client application that remote user is typing a message. NOTIFY_MESSAGE_TYPING_EVENT is sent in the form of a WM_NOTIFY_SERVER message.

NOTIFY_MESSAGE_TYPING_EVENT     lpTransferMessageTypingEventStruct = (TRANSFER_MESSAGE_TYPING_EVENT_STRUCT *) lParam;

Parameters

lpTransferMessageTypingEventStruct
Pointer to a TRANSFER_MESSAGE_TYPING_EVENT_STRUCT structure that contains information on typing event and user who is typing a message.

Return Value

The return value is ignored.