H5Pget_driver_config_str
fn
ssize_t H5Pget_driver_config_str(hid_t fapl_id, char * config_buf, size_t buf_size)Gets the file driver configuration string.
Parameters
fapl_id | File access property list identifier |
config_buf | Buffer to receive the configuration string |
buf_size | Size of the buffer |
Returns
Length of the configuration string on success, negative on failure.