H5VLregister_connector_by_name
fn
hid_t H5VLregister_connector_by_name(const char * connector_name, hid_t vipl_id)Registers a new VOL connector by name.
Registers a VOL connector with the library using the connector's name.
Parameters
connector_name | Name 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.