Name: H5Eregister_class
Signature:
hid_t H5Eregister_class(const char* cls_name, const char* lib_name, const char* version)
Purpose:
Registers a client library or application program to the HDF5 error API.
Description:
H5Eregister_class registers a client library or application program to the HDF5 error API so that the client library or application program can report errors together with HDF5 library. It receives an identifier for this error class for further error operations. The library name and version number will be printed out in the error message as preamble.
Parameters:
Returns:
Returns a class identifier on success; otherwise returns a negative value.
Fortran90 Interface:
None.
History:
Release     C
1.8.0 Function introduced in this release.