H5Eget_auto2
(
hid_t estack_id
,
H5E_auto2_t * func
,
void **client_data
)
H5Eget_auto2
returns the settings for the
automatic error stack traversal function, func
,
and its data, client_data
, that are associated with
the error stack specified by estack_id
.
Either or both of the func
and client_data
arguments may be null, in which case the value is not returned.
hid_t estack_id
|
IN: Error stack identifier.
H5E_DEFAULT indicates the current stack. |
H5E_auto2_t * func |
OUT: The function currently set to be called upon an error condition. |
void **client_data |
OUT: Data currently set to be passed to the error function. |
Release | C |
1.8.0 | Function introduced in this release. |