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

TRANSFER_GROUP_STRUCT structure

Retrieves information on messaging group.

typedef struct _TRANSFER_GROUP_STRUCT {     BYTE iPermissions;     DWORD dwGroupFlags;     char lpszGroup[GROUP_LENGTH + 1];     char lpszDescription[255 + 1]; } TRANSFER_GROUP_STRUCT;

Members

iPermissions
Indicates the user's permission to send messages to the group. The user has permission to both send and receive group messages if this member is set to 1 value and can only receive group messages (one-way messaging) if this member is set to 0.
dwGroupFlags
Array of bitwise flags. This member can be one or more of the following values:
GROUP_FLAG_HIDE_USERS
Indicates that group does not show a list of users assigned to it. Subsequent retrieving a users list using IServerClient::GetGroupContacts function is not necessary because it's call will return empty list.
lpszGroup
Contains name of the group.
lpszDescription
Contains short description of the group.