H5VLget_connector_name

fnssize_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

idVOL connector identifier or object using VOL connector
nameBuffer to receive the connector name
sizeSize of the name buffer

Returns

Length of the connector name on success, negative on failure.