Name: H5Eget_auto1
Signature:
herr_t H5Eget_auto1( H5E_auto1_t * func, void **client_data )
Purpose:
Returns the current settings for the automatic error stack traversal function and its data.
Notice:
This function is deprecated in favor of the function H5Eget_auto2 or the macro H5Eget_auto.
Description:
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.

Parameters:
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Fortran90 Interface:
None.
History:
Release     C
1.8.0 Function H5Eget_auto renamed to H5Eget_auto1 and deprecated in this release.