H5Pget_virtual_filename

fnssize_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_idDataset creation property list identifier
indexMapping index
nameBuffer to receive the file name
sizeSize of the buffer

Returns

Length of the name on success, negative on failure.