Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5VL_UNREGISTER_CONNECTOR

 Removes a VOL connector identifier from the library

Procedure:

H5VL_UNREGISTER_CONNECTOR (connector_id)

Signature:

herr_t H5VLunregister_connector(hid_t vol_id)

SUBROUTINE H5VLunregister_connector_f(plugin_id, hdferr)
    IMPLICIT NONE
    INTEGER(HID_T), INTENT(IN) :: plugin_id
    INTEGER, INTENT(OUT) :: hdferr
END SUBROUTINE H5VLunregister_connector_f

Parameters:
hid_t    connector_idIN: Connector identifier

Description

H5VL_UNREGISTER_CONNECTOR removes a VOL connector identifier from the library. This does not affect the file access property lists which have been defined to use the VOL connector or any files which are already opened with this connector.

H5VL_UNREGISTER_CONNECTOR will fail if attempting to unregister the native VOL connector.

Returns:

Returns a non-negative value on success, and a negative value on failure.

Example:

Coming Soon!

History:
ReleaseChange
1.12.0Function introduced

--- Last Modified: August 14, 2019 | 03:20 PM