|
Exodus
7.10
|
Functions | |
| int | ex_get_group_ids (int parent_id, int *num_groups, int *group_ids) |
| int ex_get_group_ids | ( | int | parent_id, |
| int * | num_groups, | ||
| int * | group_ids | ||
| ) |
Given a file or group 'parent' id, return the number of child groups and the ids of the child groups below the parent. If num_groups is NULL, do not return count; if group_ids is NULL, do not return ids.