H5TBAget_title

fnherr_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_idDataset identifier for the table
table_titleBuffer to receive the title string

Returns

Non-negative on success, negative on failure.