Last modified: 24 May 2009
Name: H5Eset_auto1
Signature:
herr_t H5Eset_auto1( H5E_auto1_t func, void *client_data )
Purpose:
Turns automatic error printing on or off.
Description:
H5Eset_auto1 turns on or off automatic printing of errors. When turned on (non-null func pointer), any API function which returns an error indication will first call func, passing it client_data as an argument.

When the library is first initialized the auto printing function is set to H5Eprint1 (cast appropriately) and client_data is the standard error stream pointer, stderr.

Automatic stack traversal is always in the H5E_WALK_DOWNWARD direction.

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