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

H5A_CLOSE


Syntax | Arguments | Keywords | Version History | See Also

The H5A_CLOSE procedure closes the specified attribute and releases resources used by it. After this routine is used, the attribute's identifier is no longer available until the H5A_OPEN routines are used again to specify that attribute. Further use of the attribute identifier is illegal.

Syntax

H5A_CLOSE, Attribute_id

Arguments

Attribute_id

An integer representing the attribute's identifier to be closed.

Keywords

None.

Version History

Introduced 5.6

See Also

H5A_OPEN_NAME, H5A_OPEN_IDX


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