Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5T_COMMITTED


Syntax | Return Value | Arguments | Keywords | Version History

The H5T_COMMITTED function determines whether a datatype is a named datatype or a transient type.

Syntax

Result = H5T_COMMITTED(Datatype_id)

Return Value

Returns an integer of 1 if the datatype is named and 0 if the datatype is transient.

Arguments

Datatype_id

An integer representing the datatyped identifier to be queried.

Keywords

None.

Version History

Introduced 5.6


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]