H5Fmount

fnherr_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_idLocation identifier in the parent file
nameName of the group serving as the mount point
childFile identifier of the file to mount
plistProperty list identifier, or H5P_DEFAULT

Returns

Non-negative on success, negative on failure.