diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1998-07-10 17:00:32 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1998-07-10 17:00:32 (GMT) |
commit | f87dbef4ca00da7bb9b89faf3d982156878c600d (patch) | |
tree | 998d7f60b418cc63782c02813cbe847e5a99dc8e /doc/src/RM_H5F.html | |
parent | f88b0064d359c746cddc05158476ea86eaefc152 (diff) | |
download | hdf5-f87dbef4ca00da7bb9b89faf3d982156878c600d.zip hdf5-f87dbef4ca00da7bb9b89faf3d982156878c600d.tar.gz hdf5-f87dbef4ca00da7bb9b89faf3d982156878c600d.tar.bz2 |
[svn-r479] Updates for Alpha2.
Add missing functions. General technical edit.
Diffstat (limited to 'doc/src/RM_H5F.html')
-rw-r--r-- | doc/src/RM_H5F.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/RM_H5F.html b/doc/src/RM_H5F.html index 912df51..f8e25f4 100644 --- a/doc/src/RM_H5F.html +++ b/doc/src/RM_H5F.html @@ -24,11 +24,12 @@ documented below. </td><td> </td><td valign=top> <ul> <li><a href="#File-IsHDF5">H5Fis_hdf5</a> - <li><a href="#File-GetCreateTemplate">H5Fget_create_template</a> + <li><a href="#File-Close">H5Fclose</a> </ul> </td><td> </td><td valign=top> <ul> - <li><a href="#File-Close">H5Fclose</a> + <li><a href="#File-GetCreateTemplate">H5Fget_create_template</a> + <li><a href="#File-GetAccessTemplate">H5Fget_access_template</a> </ul> </td></tr> </table> @@ -70,8 +71,8 @@ documented below. access_template. Use 0 for default access template. </dl> <dt><strong>Returns:</strong> - <dd>An ID (of type <em>hid_t</em>) for the file upon success, - otherwise negative + <dd>A file identifier if successful; + otherwise FAIL (-1). </dl> <hr> |