H5Aget_info_by_idx
fn
herr_t H5Aget_info_by_idx(hid_t loc_id, const char * obj_name, int idx_type, int order,
hsize_t n, H5A_info_t * ainfo, hid_t lapl_id)Gets attribute information by index.
Parameters
loc_id | Location identifier |
obj_name | Name of the object |
idx_type | Index type (H5_INDEX) |
order | Iteration order (H5_ITER_ORDER) |
n | Attribute index |
ainfo | Pointer to receive the attribute info |
lapl_id | Link access property list identifier |
Returns
Non-negative on success, negative on failure.