H5Oget_info_by_idx1
fn
herr_t H5Oget_info_by_idx1(hid_t loc_id, const char * group_name,
H5_index_t idx_type, H5_iter_order_t order, hsize_t n,
H5O_info1_t * oinfo, hid_t lapl_id)Gets object information by index (version 1, deprecated).
Parameters
loc_id | Location identifier |
group_name | Group name |
idx_type | Index type |
order | Iteration order |
n | Object index |
oinfo | Pointer to receive object info |
lapl_id | Link access property list identifier |
Returns
Non-negative on success, negative on failure.