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

GroupAdded notification

Notifies the IM client application that current user has been added (assigned) to specified messaging group. VBNotification.GroupAdded is sent in the form of a VBNotification.NOTIFY_SERVER_MESSAGE message.

VBNotification.GroupAdded = wParam lpVBNotifyGroupStruct = CType(Marshal.PtrToStructure(lParam, GetType(VBNotifyGroupStruct)), VBNotifyGroupStruct)

Parameters

lpVBNotifyGroupStruct
Variable of VBNotifyGroupStruct structure that contains information on the messaging group.

Return Value

The return value is ignored.