diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1999-12-17 15:39:46 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1999-12-17 15:39:46 (GMT) |
commit | 620c3d380d72addd9e141a1c60d931bd7cf3f8dc (patch) | |
tree | 937af9eeb253b4d175a556d535474502975de2bb /doc/html/RM_H5D.html | |
parent | 654dfafca67958eb01fffcb5f840919e78bd641c (diff) | |
download | hdf5-620c3d380d72addd9e141a1c60d931bd7cf3f8dc.zip hdf5-620c3d380d72addd9e141a1c60d931bd7cf3f8dc.tar.gz hdf5-620c3d380d72addd9e141a1c60d931bd7cf3f8dc.tar.bz2 |
[svn-r1889] RM_H5F.html H5Fcreate, H5Fopen: Clarified description of file access flags
in parameters section and removed reference to H5Fpublic.h.
RM_H5D.html H5Dvlen_reclaim: Inserted missing punctuation.
H5Dcreate: Added paragraph explaining that 'name' must be unique.
Diffstat (limited to 'doc/html/RM_H5D.html')
-rw-r--r-- | doc/html/RM_H5D.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html index 63753c3..94ba4f5 100644 --- a/doc/html/RM_H5D.html +++ b/doc/html/RM_H5D.html @@ -150,6 +150,11 @@ facilitate moving easily between them.</i> Dataset creation properties are specified by the argument <code>create_plist_id</code>. <p> + Dataset names within a group are unique: + <code>H5Dcreate</code> will return an error if a dataset with + the name specified in <code>name</code> already exists at the + location specified in <code>loc_id</code>. + <p> <code>create_plist_id</code> is a <code>H5P_DATASET_CREATE</code> property list created with <code>H5Pcreate()</code> and initialized with the various functions described above. @@ -399,7 +404,7 @@ facilitate moving easily between them.</i> <dl> <dt><strong>Name:</strong> <a name="Dataset-VLReclaim">H5Dvlen_reclaim</a> <dt><strong>Signature:</strong> - <dd><em>herr_t </em><code>H5Dvlen_reclaim</code>(<em>hid_t </em><code>type_id</code> + <dd><em>herr_t </em><code>H5Dvlen_reclaim</code>(<em>hid_t </em><code>type_id</code>, <em>hid_t</em> <code>space_id</code>, <em>hid_t</em> <code>plist_id</code>, <em>void</em> *<code>buf</code> |