H5Gget_info_by_idx
fn
herr_t H5Gget_info_by_idx(hid_t loc_id, const char * group_name, int idx_type, int order,
hsize_t n, H5G_info_t * ginfo, hid_t lapl_id)Gets group information by index.
Parameters
loc_id | Location identifier |
group_name | Name of the group containing the target group |
idx_type | Index type (H5_INDEX from h5a.d) |
order | Iteration order (H5_ITER_ORDER from h5a.d) |
n | Position in the index |
ginfo | Pointer to receive the group info |
lapl_id | Link access property list identifier |
Returns
Non-negative on success, negative on failure.