Name: H5Eget_class_name
Signature:
ssize_t H5Eget_class_name(hid_t class_id, char* name, size_t size)
Purpose:
Retrieves error class name.
Description:
H5Eget_class_name retrieves the name of the error class specified by the class identifier. If non-NULL pointer is passed in for name and size is greater than zero, the class name of size long is returned. The length of the error class name is also returned. If NULL is passed in as name, only the length of class name is returned. If zero is returned, it means no name. User is responsible for allocated enough buffer for the name.
Parameters:
Returns:
Returns non-negative value as on success; otherwise returns negative value.
Fortran90 Interface:
None.
History:
Release     C
1.8.0 Function introduced in this release.