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

H5S_COPY


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

The H5S_COPY function copies an existing dataspace.

Syntax

Result = H5S_COPY(Dataspace_id)

Return Value

Returns an integer representing the dataspace's identifier number. The dataspace identifier can be released with the H5S_CLOSE.

Arguments

Dataspace_id

An integer representing the dataspace identifier to copy.

Keywords

None.

Version History

Introduced 5.6

See Also

H5S_CREATE_SIMPLE, H5S_CLOSE


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