H5Glink2
fn
herr_t H5Glink2(hid_t cur_loc_id, const char * cur_name, H5G_link_t type,
hid_t new_loc_id, const char * new_name)Creates a link with separate source and destination locations (deprecated).
Use H5Lcreate_hard or H5Lcreate_soft instead.
Parameters
cur_loc_id | Source location identifier |
cur_name | Name of the existing object or link target |
type | Link type (H5G_link_t) |
new_loc_id | Destination location identifier |
new_name | Name of the new link |
Returns
Non-negative on success, negative on failure.