Registers a new VOL connector **Under construction**
Procedure:
H5VL_REGISTER_CONNECTOR (cls, vipl_id)
Signature:
hid_t H5VLregister_connector(const H5VL_class_t *cls, hid_t vipl_id)
Replace this text with the Fortran function signature
Parameters:
const H5VL_class_t *cls | IN: A pointer to the plugin structure to register |
hid_t vipl_id | IN: Property list |
Description
H5VL_REGISTER_CONNECTOR registers a new VOL connector as a member of the virtual object layer class. This VOL connector ID is good until the library is closed or the connector is unregistered.
Returns:
Returns a VOL connector ID on success and H5I_INVALID_HID on failure.
Example:
History:
Release | Change |
---|
1.12.0 | Function introduced |
--- Last Modified: April 09, 2019 | 03:06 PM