H5Eget_minor
(H5E_minor_t n
)
H5Eget_minor
returns a
constant character string that describes the error.
H5Eget_minor
returns
a string of dynamic allocated char array.
An application calling this function from an HDF5 library of
Release 1.8.0 or later must free the memory associated with the
return value to prevent a memory leak.
This is a change from the 1.6.x release series.
H5E_minor_t n |
IN: Minor error number. |
SUBROUTINE h5eget_minor_f(error_no, name, hdferr) INTEGER, INTENT(IN) :: error_no !Major error number CHARACTER(LEN=*), INTENT(OUT) :: name ! File name INTEGER, INTENT(OUT) :: hdferr ! Error code END SUBROUTINE h5eget_minor_f
Release | Change |
1.8.0 | Function deprecated and return type changed in this release. |