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

GroupChanged notification

Notifies the IM client application that assigned messaging group has been renamed and/or it's permissions have been changed. VBNotification.GroupChanged is sent in the form of a VBNotification.NOTIFY_SERVER_MESSAGE message.

VBNotification.GroupChanged = 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.