H5Gget_info_by_idx

fnherr_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_idLocation identifier
group_nameName of the group containing the target group
idx_typeIndex type (H5_INDEX from h5a.d)
orderIteration order (H5_ITER_ORDER from h5a.d)
nPosition in the index
ginfoPointer to receive the group info
lapl_idLink access property list identifier

Returns

Non-negative on success, negative on failure.