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

H5T_OPEN


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5T_OPEN function opens a named datatype.

Syntax

Result = H5T_OPEN(Loc_id, Name)

Return Value

Returns an integer representing the datatype's identifier number. This identifier can be released with the H5T_CLOSE.

Arguments

Loc_id

An integer representing the identifier of the file or group containing the datatype.

Name

A string representing the name of the datatype to be accessed.

Keywords

None.

Version History

Introduced 5.6

See Also

H5T_CLOSE


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