H5Pget_driver_config_str

fnssize_t H5Pget_driver_config_str(hid_t fapl_id, char * config_buf, size_t buf_size)

Gets the file driver configuration string.

Parameters

fapl_idFile access property list identifier
config_bufBuffer to receive the configuration string
buf_sizeSize of the buffer

Returns

Length of the configuration string on success, negative on failure.