Last modified: 17 August 2010
Name: H5Eauto_is_v2
Signature:
herr_t H5Eauto_is_v2( hid_t estack_id, unsigned *is_stack )

Purpose:
Determines type of error stack.

Description:
H5Eauto_is_v2 determines whether the error auto reporting function for an error stack conforms to the H5E_auto2_t typedef or the H5E_auto1_t typedef.

The is_stack parameter is set to 1 if the error stack conforms to H5E_auto2_t and 0 if it conforms to H5E_auto1_t.

Parameters:
hid_t estack_id IN: The error stack identifier
unsigned *is_stack     OUT: A flag indicating which error stack typedef the specified error stack conforms to.

Returns:
Returns a non-negative value if successful; otherwise returns a negative value.

Fortran90 Interface:
None.

History:
Release     C
1.8.0 Function introduced in this release.