H5Oget_native_info_by_idx
fn
herr_t H5Oget_native_info_by_idx(hid_t loc_id, const char * group_name,
H5_index_t idx_type, H5_iter_order_t order, hsize_t n,
H5O_native_info_t * oinfo, uint fields, hid_t lapl_id)Retrieves native file format information for an object by index.
Parameters
loc_id | Location identifier |
group_name | Name of the group containing the object |
idx_type | Index type (H5_index_t) |
order | Iteration order (H5_iter_order_t) |
n | Object index |
oinfo | Pointer to receive the native object info |
fields | Flags specifying which fields to fill (H5O_NATIVE_INFO) |
lapl_id | Link access property list identifier |
Returns
Non-negative on success, negative on failure.