summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5A.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/RM_H5A.html')
-rw-r--r--doc/html/RM_H5A.html42
1 files changed, 24 insertions, 18 deletions
diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html
index bda4333..e53a6d4 100644
--- a/doc/html/RM_H5A.html
+++ b/doc/html/RM_H5A.html
@@ -14,7 +14,10 @@ H5A  
<a href="RM_H5E.html">H5E</a>&nbsp;&nbsp;
<a href="RM_H5F.html">H5F</a>&nbsp;&nbsp;
<a href="RM_H5G.html">H5G</a>&nbsp;&nbsp;
+<a href="RM_H5I.html">H5I</a>&nbsp;&nbsp;
<a href="RM_H5P.html">H5P</a>&nbsp;&nbsp;
+<a href="RM_H5R.html">H5R</a>&nbsp;&nbsp;
+<a href="RM_H5RA.html">H5RA</a>&nbsp;&nbsp;
<a href="RM_H5S.html">H5S</a>&nbsp;&nbsp;
<a href="RM_H5T.html">H5T</a>&nbsp;&nbsp;
<a href="RM_H5Z.html">H5Z</a>&nbsp;&nbsp;
@@ -122,7 +125,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
</dl>
<dt><strong>Returns:</strong>
<dd>Returns an attribute identifier if successful;
- otherwise FAIL (-1).
+ otherwise returns a negative value.
</dl>
@@ -154,7 +157,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
</dl>
<dt><strong>Returns:</strong>
<dd>Returns attribute identifier if successful;
- otherwise FAIL (-1).
+ otherwise returns a negative value.
</dl>
@@ -187,7 +190,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
</dl>
<dt><strong>Returns:</strong>
<dd>Returns attribute identifier if successful;
- otherwise FAIL (-1).
+ otherwise returns a negative value.
</dl>
@@ -224,8 +227,8 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dd>IN: Data to be written.
</dl>
<dt><strong>Returns:</strong>
- <dd>Returns SUCCEED (0) if successful;
- otherwise FAIL (-1).
+ <dd>Returns a non-negative value if successful;
+ otherwise returns a negative value.
</dl>
@@ -262,8 +265,8 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dd>IN: Buffer for data to be read.
</dl>
<dt><strong>Returns:</strong>
- <dd>Returns SUCCEED (0) if successful;
- otherwise FAIL (-1).
+ <dd>Returns a non-negative value if successful;
+ otherwise returns a negative value.
</dl>
@@ -286,7 +289,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
</dl>
<dt><strong>Returns:</strong>
<dd>Returns attribute dataspace identifier if successful;
- otherwise FAIL (-1).
+ otherwise returns a negative value.
</dl>
@@ -315,7 +318,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
</dl>
<dt><strong>Returns:</strong>
<dd>Returns a datatype identifier if successful;
- otherwise FAIL (-1).
+ otherwise returns a negative value.
</dl>
@@ -323,7 +326,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dl>
<dt><strong>Name:</strong> <a name="Annot-GetName">H5Aget_name</a>
<dt><strong>Signature:</strong>
- <dd><em>size_t</em> <code>H5Aget_name</code>(<em>hid_t</em> <code>attr_id</code>,
+ <dd><em>hssize_t</em> <code>H5Aget_name</code>(<em>hid_t</em> <code>attr_id</code>,
<em>char *</em><code>buf</code>,
<em>size_t</em> <code>buf_size</code>
)
@@ -349,7 +352,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dt><strong>Returns:</strong>
<dd>Returns the length of the attribute's name, which may be
longer than <code>buf_size</code>, if successful.
- Otherwise returns FAIL (-1).
+ Otherwise returns a negative value.
</dl>
@@ -372,7 +375,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
</dl>
<dt><strong>Returns:</strong>
<dd>Returns the number of attributes if successful;
- otherwise FAIL (-1).
+ otherwise returns a negative value.
</dl>
@@ -436,7 +439,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dt><strong>Returns:</strong>
<dd>If successful, returns the return value of the last operator
if it was non-zero, or zero if all attributes were processed.
- Otherwise returns FAIL (-1).
+ Otherwise returns a negative value.
</dl>
@@ -465,8 +468,8 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dd>IN: Name of the attribute to delete.
</dl>
<dt><strong>Returns:</strong>
- <dd>Returns SUCCEED (0) if successful;
- otherwise FAIL (-1).
+ <dd>Returns a non-negative value if successful;
+ otherwise returns a negative value.
</dl>
@@ -488,8 +491,8 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dd>IN: Attribute to release access to.
</dl>
<dt><strong>Returns:</strong>
- <dd>Returns SUCCEED (0) if successful;
- otherwise FAIL (-1).
+ <dd>Returns a non-negative value if successful;
+ otherwise returns a negative value.
</dl>
@@ -502,7 +505,10 @@ H5A&nbsp;&nbsp;
<a href="RM_H5E.html">H5E</a>&nbsp;&nbsp;
<a href="RM_H5F.html">H5F</a>&nbsp;&nbsp;
<a href="RM_H5G.html">H5G</a>&nbsp;&nbsp;
+<a href="RM_H5I.html">H5I</a>&nbsp;&nbsp;
<a href="RM_H5P.html">H5P</a>&nbsp;&nbsp;
+<a href="RM_H5R.html">H5R</a>&nbsp;&nbsp;
+<a href="RM_H5RA.html">H5RA</a>&nbsp;&nbsp;
<a href="RM_H5S.html">H5S</a>&nbsp;&nbsp;
<a href="RM_H5T.html">H5T</a>&nbsp;&nbsp;
<a href="RM_H5Z.html">H5Z</a>&nbsp;&nbsp;
@@ -517,7 +523,7 @@ H5A&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 1 September 1998
+Last modified: 27 October 1998
</body>
</html>