H5VLregister_connector_by_value

fnhid_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_valueValue of the VOL connector to register
vipl_idVOL initialization property list (H5P_DEFAULT for default)

Returns

VOL connector identifier on success, H5I_INVALID_HID on failure.