H5Eget_auto1
(
H5E_auto1_t * func
,
void **client_data
)
H5Eget_auto2
or the macro
H5Eget_auto
.
H5Eget_auto1
returns the current settings for the
automatic error stack traversal function, func
,
and its data, client_data
. Either or both
arguments may be null, in which case the value is not returned.
H5E_auto1_t * func |
OUT: Current setting for the function to be called upon an error condition. |
void **client_data |
OUT: Current setting for the data passed to the error function. |
Release | C |
1.8.0 |
Function H5Eget_auto renamed to
H5Eget_auto1 and deprecated
in this release. |