Name: H5Iclear_type
Signature:
herr_t H5Iclear_type( H5I_type_t type, hbool_t force )
Purpose:
Deletes all IDs of the given type
Description:
H5Iclear_type deletes all IDs of the type identified by the argument type.

The type’s free function is first called on all of these IDs to free their memory, then they are removed from the type.

If the force flag is set to false, only those IDs whose reference counts are equal to 1 will be deleted, and all other IDs will be entirely unchanged. If the force flag is true, all IDs of this type will be deleted.

Parameters:
Returns:
Returns non-negative on success, negative on failure.
Fortran90 Interface:
This function is not supported in FORTRAN 90.