From 72c126a2f6a929e784c5dc6861f98444dd0fcc3a Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 1 May 2002 17:32:20 -0500 Subject: [svn-r5316] Purpose: Bugfix -- fixes #751 Description: Elaborated on 'ref' parameter type. Platforms tested: IE 5 --- doc/html/RM_H5R.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/html/RM_H5R.html b/doc/html/RM_H5R.html index ac1bda8..82a012e 100644 --- a/doc/html/RM_H5R.html +++ b/doc/html/RM_H5R.html @@ -125,11 +125,26 @@ facilitate moving easily between them. of the type specified in ref_type, pointing to the object name located at loc_id.

+ The HDF5 library maps the void type specified above + for ref to the type specified in ref_type, + which will be one of the following: +

+ + + + + + + +
hdset_reg_ref_t  H5R_DATASET_REGION  Dataset region reference
hobj_ref_tH5R_OBJECTObject reference
+
+

The parameters loc_id and name are used to locate the object.

The parameter space_id identifies the region - to be pointed to (for dataset region references). + to be pointed to for a dataset region reference. + This parameter is unused with object references.

Parameters:
void *ref @@ -320,7 +335,7 @@ H5R   HDF Help Desk
-Last modified: 13 July 2000 +Last modified: 30 April 2002
Describes HDF5 Release 1.4.3, February 2002 -- cgit v0.12