From a30c07c9cff90ebd263095a09326ab3617ac04ad Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Mon, 16 Dec 2002 14:18:43 -0500 Subject: [svn-r6209] Purpose: Adding new H5Fget_obj_* functions. (Development branch only) Description: Added H5Fget_obj_count. Stubbed in H5Fget_obj_ids, but the entry is not filled in. Reordered entries to group similar functions. Platforms tested: IE 5 --- doc/html/RM_H5F.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 55 insertions(+), 6 deletions(-) diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html index e01da01..7e0eaca 100644 --- a/doc/html/RM_H5F.html +++ b/doc/html/RM_H5F.html @@ -74,6 +74,8 @@ documented below. @@ -415,6 +417,43 @@ facilitate moving easily between them.
+
Name: H5Fget_access_plist +
Signature: +
hid_t H5Fget_access_plist(hid_t file_id) +
Purpose: +
Returns a file access property list identifier. +
Description: +
H5Fget_access_plist returns the + file access property list identifier of the specified file. +

+ See "File Access Properties" in + H5P: Property List Interface + in this reference manual and + "File Access Property Lists" + in Files in the + HDF5 User's Guide for + additional information and related functions. +

Parameters: +
+
hid_t file_id +
IN: Identifier of file to get access property list of +
+
Returns: +
Returns a file access property list identifier if successful; + otherwise returns a negative value. + +
+ + +
+
Name: H5Fget_create_plist
Signature:
hid_t H5Fget_create_plist(hid_t file_id @@ -455,14 +494,17 @@ facilitate moving easily between them.
-
Name: H5Fget_access_plist +
Name: H5Fget_obj_count
Signature: -
hid_t H5Fget_access_plist(hid_t file_id) +
herr_t H5Fget_obj_count(hid_t file_id, + unsigned types, + unsigned *obj_id_count + )
Purpose: -
Returns a file access property list identifier. +
Returns the number of open object identifiers for an open file.
Description: -
H5Fget_access_plist returns the - file access property list identifier of the specified file. +
H5Fget_obj_count returns the + number of open object identifiers for the open file specified by file_id.

See "File Access Properties" in H5P: Property List Interface @@ -492,6 +534,13 @@ facilitate moving easily between them.


+
Name: H5Fget_obj_ids + +
+ + +
+
Name: H5Fclose
Signature:
herr_t H5Fclose(hid_t file_id @@ -732,7 +781,7 @@ H5F   HDF Help Desk
-Last modified: 5 December 2001 +Last modified: 13 December 2002
Describes HDF5 Release 1.5, Unreleased Development Branch -- cgit v0.12