Information
This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

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*

AR System 21.3