H5Fget_obj_ids
fn
ssize_t H5Fget_obj_ids(hid_t file_id, uint types, size_t max_objs, hid_t * obj_id_list)Returns a list of open object identifiers.
Parameters
file_id | File identifier, or H5F_OBJ_ALL for all open files |
types | Object types to retrieve (H5F_OBJ flags) |
max_objs | Maximum number of object identifiers to return |
obj_id_list | Buffer to receive the object identifiers |
Returns
The number of objects placed in obj_id_list on success, negative on failure.