H5Gget_objinfo
fn
herr_t H5Gget_objinfo(hid_t loc_id, const char * name, hbool_t follow_link, H5G_stat_t * statbuf)Gets object information (deprecated).
Parameters
loc_id | Location identifier |
name | Object name |
follow_link | Whether to follow symbolic links |
statbuf | Pointer to receive the object info |
Returns
Non-negative on success, negative on failure.