H5Gget_linkval
fn
herr_t H5Gget_linkval(hid_t loc_id, const char * name, size_t size, char * buf)Gets the value of a symbolic link (deprecated).
Parameters
loc_id | Location identifier |
name | Link name |
size | Size of the value buffer |
buf | Buffer to receive the link value |
Returns
Non-negative on success, negative on failure.