diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2002-05-02 21:40:33 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2002-05-02 21:40:33 (GMT) |
commit | cfbe8220230fc6641e6cd515795f0a786c92b2f5 (patch) | |
tree | cb97f9746088c7a1cd38fae8ae724c96d22e67bc /doc | |
parent | 58d0727f563c8403ad86124961ee0fbfb26d58cd (diff) | |
download | hdf5-cfbe8220230fc6641e6cd515795f0a786c92b2f5.zip hdf5-cfbe8220230fc6641e6cd515795f0a786c92b2f5.tar.gz hdf5-cfbe8220230fc6641e6cd515795f0a786c92b2f5.tar.bz2 |
[svn-r5339]
Purpose:
Elaboration on a struct field.
Description:
H5Gget_objinfo: Added caveats regarding 'fileno' field in
H5G_stat_t struct.
Platforms tested:
IE 5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5G.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/html/RM_H5G.html b/doc/html/RM_H5G.html index c89a90b..6a52a2d 100644 --- a/doc/html/RM_H5G.html +++ b/doc/html/RM_H5G.html @@ -587,6 +587,15 @@ create or access function. HDF5 files which are open: if all four values are the same between two objects, then the two objects are the same (provided both files are still open). + <ul> + <li>Note that if a file is closed and re-opened, the + value in <code>fileno</code> will change. + <li>If a VFL driver either does not or cannot detect that + two <code>H5Fopen</code> calls referencing the same file + actually open the same file, each will get a different + <code>fileno</code>. + </ul> + <p> The <code>nlink</code> field is the number of hard links to the object or zero when information is being returned about a symbolic link (symbolic links do not have hard links but @@ -828,7 +837,7 @@ H5G <a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> <br> -Last modified: 1 February 2002 +Last modified: 18 April 2002 <br> Describes HDF5 Release 1.4.3, February 2002 |