H5Oget_comment
fn
ssize_t H5Oget_comment(hid_t obj_id, char * comment, size_t bufsize) extern(C) @nogc nothrowGets the comment for an object.
Parameters
obj_id | Object identifier |
comment | Buffer to receive the comment |
bufsize | Size of the comment buffer |
Returns
Length of comment on success, negative on failure.