H5Gget_comment
fn
int H5Gget_comment(hid_t loc_id, const char * name, size_t bufsize, char * buf)Gets a comment on an object (deprecated).
Use H5Oget_comment instead.
Parameters
loc_id | Location identifier |
name | Name of the object |
bufsize | Size of the comment buffer |
buf | Buffer to receive the comment |
Returns
The number of characters in the comment on success, negative on failure.