The H5T_COMMITTED function determines whether a datatype is a named datatype or a transient type.
Result = H5T_COMMITTED(Datatype_id)
Returns 1 if the datatype is named and 0 if the datatype is transient.
An integer representing the datatyped identifier to be queried.
None
5.6 |
Introduced |