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

NOTIFY_GROUP_REMOVED notification

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

NOTIFY_GROUP_REMOVED     lpTransferNotifyGroupStruct = (TRANSFER_NOTIFY_GROUP_STRUCT *) lParam;

Parameters

lpTransferNotifyGroupStruct
Pointer to a TRANSFER_NOTIFY_GROUP_STRUCT structure that contains information on the messaging group.

Return Value

The return value is ignored.

Remarks

lpszOldGroup member of the TRANSFER_NOTIFY_GROUP_STRUCT contains the name of the group that is being removed.