H5Lget_info_by_idx2
fn
herr_t H5Lget_info_by_idx2(hid_t loc_id, const char * group_name, H5_index_t idx_type,
H5_iter_order_t order, hsize_t n, H5L_info2_t * linfo, hid_t lapl_id)Gets link information by index.
Parameters
loc_id | Location identifier |
group_name | Name of the group containing the link |
idx_type | Index type (H5_index_t) |
order | Iteration order (H5_iter_order_t) |
n | Link index |
linfo | Pointer to receive the link info |
lapl_id | Link access property list identifier |
Returns
Non-negative on success, negative on failure.