H5Oget_info_by_name2
fn
herr_t H5Oget_info_by_name2(hid_t loc_id, const char * name,
H5O_info1_t * oinfo, uint fields, hid_t lapl_id)Gets object information by name (version 2, deprecated).
Parameters
loc_id | Location identifier |
name | Object name |
oinfo | Pointer to receive object info |
fields | Fields to retrieve (H5O_INFO flags) |
lapl_id | Link access property list identifier |
Returns
Non-negative on success, negative on failure.