Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5S_SEL_ITER_CLOSE

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_idIN: 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: An error occured

Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

History:
ReleaseChange
1.12.0Function introduced in this release.

--- Last Modified: December 16, 2019 | 01:56 PM