Give Us a Call: +1-877-99-BOPUP

NOTIFY_GROUPS_STRUCT structure

Specifies information on messaging groups that have been added (assigned), changed or deleted for current user account.

typedef struct _NOTIFY_GROUPS_STRUCT {     INT nGroupsCount;     TRANSFER_GROUP_STRUCT * lpTransferGroupsArray; } NOTIFY_GROUPS_STRUCT;

Members

nGroupsCount
Contains the number of elements in the array pointed to by lpTransferGroupsArray member.
lpTransferGroupsArray
A pointer to an array of TRANSFER_GROUP_STRUCT structure that contains information on the messaging groups.