Returns the identifier of the current VOL connector
Procedure:
H5P_GET_VOL_ID ( plist_id, vol_id )
Signature:
herr_t H5Pget_vol_id ( hid_t plist_id, hid_t *vol_id )
SUBROUTINE h5pget_vol_id_f(plist_id, vol_id, hdferr)
IMPLICIT NONE
INTEGER(HID_T) , INTENT(IN) :: plist_id
INTEGER(HID_T) , INTENT(OUT) :: vol_id
INTEGER , INTENT(OUT) :: hdferr
END SUBROUTINE h5pget_vol_id_f
Parameters:
hid_t plist_id | IN: File access property list |
hid_t *vol_id | OUT: Current VOL connector identifier |
Description:
H5P_GET_VOL_ID returns the VOL connector identifier vol_id
for the file access property list plist_id
. This identifier should be closed with H5VL_CLOSE.
Returns:
Returns a non-negative value on success and a negative value 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
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:
Release | Change |
---|
1.12.0 | Function introduced in this release |
--- Last Modified: March 17, 2020 | 02:41 PM