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

H5G_CLOSE


Syntax | Arguments | Keywords | Version History | See Also

The H5G_CLOSE procedure closes the specified group and releases resources used by it. After this routine is used, the group's identifier is no longer available until the H5F_OPEN routine is used again to specify that group.

Syntax

H5G_CLOSE, Group_id

Arguments

Group_id

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

Keywords

None.

Version History

Introduced 5.6

See Also

H5G_OPEN


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