H5Iinc_type_ref
(
H5I_type_t type
)
H5Iinc_type_ref
increments the reference count
on an ID type.
The reference count is used by the library to indicate when
an ID type can be destroyed.
The type
parameter is the identifier for
the ID type whose reference count is to be incremented.
This identifier must have been created by a call to
H5Iregister_type
.
H5I_type_t type |
IN: The identifier of the type whose reference count is to be incremented |