Name: H5Gget_num_objs
Signature:
herr_t H5Gget_num_objs(hid_t loc_id, hsize_t* num_obj)
Purpose:
Returns number of objects in the group specified by its identifier
Notice:
This function is deprecated in favor of the function H5Gget_info.
Description:
H5Gget_num_objs returns number of objects in a group. Group is specified by its identifier loc_id. If a file identifier is passed in, then the number of objects in the root group is returned.
Parameters:
Returns:
Returns positive value if successful; otherwise returns a negative value.
Fortran90 Interface:
None.
History: