Default language.

Group information and structures


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

ARGroupInfoList

A list of zero or more groups.


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


This structure has these 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 these elements:

Use the following information to know more about structures.

 

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