H5Pget_virtual_filename
fn
ssize_t H5Pget_virtual_filename(hid_t dcpl_id, size_t index, char * name, size_t size)Gets the name of the source file for a virtual mapping.
Parameters
dcpl_id | Dataset creation property list identifier |
index | Mapping index |
name | Buffer to receive the file name |
size | Size of the buffer |
Returns
Length of the name on success, negative on failure.