H5Idestroy_type
fn
herr_t H5Idestroy_type(H5I_type_t type)Destroys an identifier type.
Removes an identifier type and all identifiers within it. The free function (if provided during registration) is called for each object.
Parameters
type | The identifier type to destroy |
Returns
Non-negative on success, negative on failure.