H5Pget_elink_prefix
fn
ssize_t H5Pget_elink_prefix(hid_t plist_id, char * prefix, size_t size)Gets the prefix for external link paths.
Parameters
plist_id | Link access property list identifier |
prefix | Buffer to receive the prefix string |
size | Size of the buffer |
Returns
Length of prefix on success, negative on failure.