H5Lvisit_by_name2

fnherr_t H5Lvisit_by_name2(hid_t loc_id, const char * group_name, H5_index_t idx_type, H5_iter_order_t order, H5L_iterate2_t op, void * op_data, hid_t lapl_id)

Visits links recursively by name.

Parameters

loc_idLocation identifier
group_nameName of the group to visit
idx_typeIndex type (H5_index_t)
orderIteration order (H5_iter_order_t)
opCallback function to invoke for each link
op_dataUser data to pass to the callback
lapl_idLink access property list identifier

Returns

The return value of the last callback on success, or negative on failure.