H5TBAget_title
fn
herr_t H5TBAget_title(hid_t loc_id, char * table_title)Gets the title of a table.
Retrieves the title attribute associated with a table dataset. The title is set when the table is created using H5TBmake_table.
Parameters
loc_id | Dataset identifier for the table |
table_title | Buffer to receive the title string |
Returns
Non-negative on success, negative on failure.