H5VLregister_connector_by_value
fn
hid_t H5VLregister_connector_by_value(H5VL_class_value_t connector_value, hid_t vipl_id)Registers a new VOL connector by value.
Registers a VOL connector with the library using the connector's value.
Parameters
connector_value | Value of the VOL connector to register |
vipl_id | VOL initialization property list (H5P_DEFAULT for default) |
Returns
VOL connector identifier on success, H5I_INVALID_HID on failure.