Jump to ...
Summary
Description
Example
Switch language ...
C
C++
FORTRAN
JAVA
Removes an error class
H5E_UNREGISTER_CLASS(class_id)
herr_t H5Eunregister_class(hid_t class_id)
class_id
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 a non-negative value on success; otherwise returns a negative value.
Coming Soon!
--- Last Modified: April 13, 2018 | 02:20 PM