The H5T_COPY function copies an existing datatype. The returned type is transient and unlocked.
Result = H5T_COPY(Datatype_id)
Returns an integer representing the datatype's identifier number. This identifier can be released with the H5T_CLOSE procedure.
An integer representing the datatype's identifier to be copied.
None.
Introduced 5.6