mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r2672]
Purpose: Clarification of H5Fclose Description: RM_H5F.html / H5Fclose: Added note that all data is flushed to file. Platforms tested: Tested with IE 5.
This commit is contained in:
parent
7e85c72e83
commit
c23193d9de
@ -428,7 +428,9 @@ facilitate moving easily between them.</i>
|
||||
<dt><strong>Purpose:</strong>
|
||||
<dd>Terminates access to an HDF5 file.
|
||||
<dt><strong>Description:</strong>
|
||||
<dd><code>H5Fclose</code> terminates access to an HDF5 file.
|
||||
<dd><code>H5Fclose</code> terminates access to an HDF5 file
|
||||
by flushing all data to storage and terminating access
|
||||
to the file through <code>file_id</code>.
|
||||
<p>
|
||||
If this is the last file identifier open for the file
|
||||
and no other access identifier is open (e.g., a dataset
|
||||
|
Loading…
x
Reference in New Issue
Block a user