Closes a VOL connector identifier
Procedure:
H5VL_CLOSE (connector_id)
Signature:
herr_t H5VLclose (hid_t connector_id)
SUBROUTINE H5VLclose_f(vol_id, hdferr)
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: vol_id
INTEGER, INTENT(OUT) :: hdferr
END SUBROUTINE H5VLclose_f
Parameters:
hid_t connector_id | IN: Connector identifier to close |
Description
H5VL_CLOSE closes a VOL connector identifier. This does not affect the file access property lists which have been defined to use this VOL connector or files which are already opened under this connector.
Returns:
Returns a non-negative value on success and a negative value on failure.
Example:
History:
Release | Change |
---|
1.12.0 | Function introduced |
--- Last Modified: August 14, 2019 | 02:44 PM