Group information and structures
ARGroupInfoList
A list of zero or more groups.
typedef struct ARGroupInfoList
{
unsigned int numItems;
ARGroupInfoStruct *groupList;
} 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;
{
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:
| |
Learn about the structures used to:
|
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*