H5Oclose
(
hid_t object_id
)
H5Oclose
closes the group, dataset, or named datatype
specified by object_id
.
This function is the companion to H5Oopen
,
and has the same effect as calling H5Gclose
,
H5Dclose
, or H5Tclose
.
H5Oclose
is not used to close a
dataspace, attribute, property list, or file.
hid_t object_id
|
IN: Object identifier |
Release | C |
1.8.8 | Fortran subroutine introduced in this release. |
1.8.0 | Function introduced in this release. |