Contattaci: +1-877-99-BOPUP (877-992-6787)

MessageTypingEvent notification

Notifies the IM client application that remote user is typing a message. VBNotification.MessageTypingEvent is sent in the form of a VBNotification.NOTIFY_SERVER_MESSAGE message.

VBNotification.MessageTypingEvent = wParam lpVBMessageTypingStruct = CType(Marshal.PtrToStructure(lParam, GetType(VBMessageTypingStruct)), VBMessageTypingStruct)

Parameters

lpVBMessageTypingStruct
Variable of VBMessageTypingStruct structure that contains information on typing event and user who is typing a message.

Return Value

The return value is ignored.