Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_CLOSE_CLASS

Closes an existing property list class

Procedure:

H5P_CLOSE_CLASS ( class )

Signature:

herr_t H5Pclose_class(
                  hid_t class
	)
  

Fortran90 Interface: h5pclose_class_f
    
SUBROUTINE h5pclose_class_f(class, hdferr)
  IMPLICIT NONE
  INTEGER(HID_T), INTENT(IN) :: class ! Property list class identifier 
                                      ! to close
  INTEGER, INTENT(OUT) :: hdferr      ! Error code
                                      ! 0 on success and -1 on failure
END SUBROUTINE h5pclose_class_f
	

Parameters:

hid_t class     IN: Property list class to close

Description:

H5P_CLOSE_CLASS removes a property list class from the library.

Existing property lists of this class will continue to exist, but new ones are not able to be created.

Returns:

Success: a non-negative value

Failure: 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

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:

 

--- Last Modified: August 12, 2019 | 09:52 AM