Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5R_DESTROY

Closes a reference

Procedure:

H5R_DESTROY ( ref_ptr )

Signature:

herr_t H5Rdestroy ( H5R_ref_t *ref_ptr )

Parameters:
H5R_ref_t * ref_ptr

IN: Pointer to reference
H5R_ref_t is defined in H5Rpublic.h as:   typedef unsigned char H5R_ref_t[H5R_REF_BUF_SIZE];

Description:

Given a reference, ref_ptr, to an object, region or attribute attached to an object, H5R_DESTROY releases allocated resources from a previous create call.

Returns:

Returns a non-negative value if successful; otherwise returns a negative value.

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.0C function was introduced in this release.

--- Last Modified: December 16, 2019 | 03:34 PM