H5VLget_connector_name
fn
ssize_t H5VLget_connector_name(hid_t id, char * name, size_t size)Retrieves the name of a VOL connector.
Gets the name of the VOL connector associated with the given identifier.
Parameters
id | VOL connector identifier or object using VOL connector |
name | Buffer to receive the connector name |
size | Size of the name buffer |
Returns
Length of the connector name on success, negative on failure.