GroupListInfo

Information for listing groups.

Structure
{   
     unsigned int id; 
     unsigned int userCount;
     string name; 
     string description; 
     unsigned int typeInt; 
};
Fields
  • id   Unique ID of this group.

  • userCount   Number of users in group.

  • name   Unique group name.

  • description   Group description.

  • typeInt   One of GroupType.

Remarks

GroupListInfoArray is an array of GroupListInfo structures.