summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5F.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-04-11 22:45:26 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-04-11 22:45:26 (GMT)
commit365b06f606dac49dd7f09e5defdb7fff6c48efd3 (patch)
tree2833c3e7f48008d0ec16dd758eb32a3671bb1dd5 /doc/html/RM_H5F.html
parent447c7e4d37e16fc95dc38b1e267d41eed3818ece (diff)
downloadhdf5-365b06f606dac49dd7f09e5defdb7fff6c48efd3.zip
hdf5-365b06f606dac49dd7f09e5defdb7fff6c48efd3.tar.gz
hdf5-365b06f606dac49dd7f09e5defdb7fff6c48efd3.tar.bz2
[svn-r3803]
Purpose: Importing RM changes from 1.4 release branch into development branch (1.5)
Diffstat (limited to 'doc/html/RM_H5F.html')
-rw-r--r--doc/html/RM_H5F.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html
index 6cbd2a8..f09a1bb 100644
--- a/doc/html/RM_H5F.html
+++ b/doc/html/RM_H5F.html
@@ -444,6 +444,18 @@ facilitate moving easily between them.</i>
(But the file identifier is no longer valid and cannot be used.)
Once all of the remaining access identifiers are closed,
the file will be fully closed and access will end.
+ <p>
+ <strong>EXCEPTION:</strong>
+ Note the following deviation from the above-described behavior.
+ If <code>H5close</code> is called for a file but one or more
+ objects within the file remain open, those objects will remain
+ accessible until they are individually closed.
+ Thus, if the dataset <code>data_sample</code> is open when
+ <code>H5close</code> is called for the file containing it,
+ <code>data_sample</code> will remain open and accessible
+ (including writable) until it is explicitely closed.
+ The file will be automatically closed once all objects in the
+ file have been closed.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>hid_t</em> <code>file_id</code>
@@ -642,7 +654,7 @@ H5F&nbsp;&nbsp;
<br>
Last modified: 12 October 2000
<br>
-Describes HDF5 Release 1.4, February 2001
+Describes HDF5 Release 1.4.1, April 2001
</body>
</html>