Group information and structures


The structures ARGroupInfoList and ARGroupInfoStruct are used in the ARGetListGroups API function.

ARGroupInfoList

A list of zero or more groups.

typedef struct ARGroupInfoList
{
   unsigned int        numItems;
   ARGroupInfoStruct  *groupList;
}  ARGroupInfoList;

This structure has the following elements:

Element

Description

numItems

Integer that specifies the number of items in the list

groupList

Pointer to each item in the list. Items are represented by ARGroupInfoStruct

ARGroupInfoStruct

typedef struct ARGroupInfoStruct
{
   ARInternalId       groupId;
   unsigned int       groupType;
   ARAccessNameList   groupName;
   unsigned int       groupCategory;
   ARInternalId       groupParent;     /* parent of this group
                                          (may be none) */

} ARGroupInfoStruct;

This structure has the following elements:



Use the following information to know more about structures:

Action

Reference

Learn about the structures used to represent value. 

Learn about the structures that represent qualification.

Learn about the structures used to create join schemas.

Learn about the structures used to:

  • Define field value boundaries, and field display properties
  • Map join fields to schema fields

Learn about the structures used to:

  • Represent a list of entries as concatenated strings
  • Represent a list of entries as Field/Value pairs
  • Define column fields in an entry list
  • Define sort fields in an entry list 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*