IN: Name of the client library or application to which the error class belongs
.
const char* version
IN: Version of the client library or application to which the error class belongs
.
A NULL can be passed in.
Hdf rm anchor
AnchorName
description
Description:
HTML Wrap
class
hdf-rm-section
H5Eregister_class registers
H5E_REGISTER_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
withHDF5
with the 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
aspreamble
as a preamble.
Hdf rm anchor
AnchorName
returns
Returns:
HTML Wrap
class
hdf-rm-section
Returns a class identifier on success; otherwise returns a negative value.