Closes a dataspace selection iterator
Procedure:
H5S_SEL_ITER_CLOSE ( sel_iter_id )
Signature:
herr_t H5Ssel_iter_close ( hid_t sel_iter_id )
Parameters:
hid_t sel_iter_id | IN: Identifier of the dataspace selection iterator to close |
Description:
H5S_SEL_ITER_CLOSE closes a dataspace selection iterator specified by sel_iter_id
, releasing its state.
Returns:
Non-negative on success / Negative on failure
Example:
Include Bitbucket Server for Confluence: File content cannot be shown
Unauthenticated access to this resource is not allowed. Please login to Confluence first.
History:
Release | Change |
---|
1.12.0 | Function introduced in this release. |
--- Last Modified: December 16, 2019 | 01:56 PM