H5VLlink_create
fn
herr_t H5VLlink_create(H5VL_link_create_args_t * args, void * obj,
const(H5VL_loc_params_t) * loc_params, hid_t connector_id,
hid_t lcpl_id, hid_t lapl_id, hid_t dxpl_id, void * * req)Creates a link through the VOL.
Parameters
args | Link create arguments |
obj | Object to create link in |
loc_params | Location parameters |
connector_id | VOL connector identifier |
lcpl_id | Link creation property list |
lapl_id | Link access property list |
dxpl_id | Data transfer property list |
req | Async request object (can be null) |
Returns
Non-negative on success, negative on failure.