H5Pset_elink_cb
fn
herr_t H5Pset_elink_cb(hid_t lapl_id, H5L_elink_traverse_t func, void * op_data)Sets the external link traversal callback in the link access property list.
Parameters
lapl_id | Link access property list identifier |
func | Callback function to invoke when traversing an external link |
op_data | User data to pass to the callback |
Returns
Non-negative on success, negative on failure.