[svn-r5338]

Purpose:
    Elaboration on a struct field
Description:
    H5Gget_objinfo: Added caveats regarding 'fileno' field in
        H5G_stat_t struct.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker
2002-05-02 16:39:19 -05:00
parent ce9b565b18
commit 09855e5628

View File

@@ -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&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
Last modified: 18 August 2001
Last modified: 18 April 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch