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

NewMessage notification

Notifies the IM client application on a new incoming instant message. VBNotification.NewMessage is sent in the form of a VBNotification.NOTIFY_SERVER_MESSAGE message.

VBNotification.NewMessage = wParam lpVBMessageStruct = CType(Marshal.PtrToStructure(lParam, GetType(VBMessageStruct)), VBMessageStruct)

Parameters

lpVBMessageStruct
Variable of VBMessageStruct structure that contains information on the instant message.

Return Value

The return value is ignored.