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

GroupRemoved notification

Notifies the IM client application that current user has been removed (unassigned) from specified messaging group. VBNotification.GroupRemoved is sent in the form of a VBNotification.NOTIFY_SERVER_MESSAGE message.

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

Remarks

OldGroup member of the VBNotifyGroupStruct contains the name of the group that is being removed.