H5Fmount
fn
herr_t H5Fmount(hid_t loc_id, const char * name, hid_t child, hid_t plist)Mounts an HDF5 file as a group within another file.
Parameters
loc_id | Location identifier in the parent file |
name | Name of the group serving as the mount point |
child | File identifier of the file to mount |
plist | Property list identifier, or H5P_DEFAULT |
Returns
Non-negative on success, negative on failure.