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

H5S_CLOSE


Syntax | Arguments | Keywords | Version History | See Also

The H5S_CLOSE procedure releases and terminates access to a dataspace. After this routine is used, the dataspace's identifier is no longer available.

Warning
Failure to release a dataspace using this procedure will result in resource leaks.

Syntax

H5S_CLOSE, Dataspace_id

Arguments

Dataspace_id

An integer representing the dataspace's identifier to close.

Keywords

None.

Version History

Introduced 5.6

See Also

H5D_GET_SPACE


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