H5Pset_elink_cb

fnherr_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_idLink access property list identifier
funcCallback function to invoke when traversing an external link
op_dataUser data to pass to the callback

Returns

Non-negative on success, negative on failure.