H5Fget_obj_ids

fnssize_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_idFile identifier, or H5F_OBJ_ALL for all open files
typesObject types to retrieve (H5F_OBJ flags)
max_objsMaximum number of object identifiers to return
obj_id_listBuffer to receive the object identifiers

Returns

The number of objects placed in obj_id_list on success, negative on failure.