Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5E_UNREGISTER_CLASS

Removes an error class

Procedure:

H5E_UNREGISTER_CLASS(class_id)

Signature:

herr_t H5Eunregister_class(hid_t class_id)

Parameters:
hid_t class_id    IN: Error class identifier.

Description:

H5E_UNREGISTER_CLASS removes the error class specified by class_id. All the major and minor errors in this class will also be closed.

Returns:

Returns a non-negative value on success; otherwise returns a negative value.

Example:

Coming Soon!

History:
Release    C
1.8.0Function introduced in this release.

--- Last Modified: April 13, 2018 | 02:20 PM