Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5E_AUTO_IS_V2

Determines type of error stack

Procedure:

H5E_AUTO_IS_V2(estack_id, is_stack)

Signature:

herr_t H5Eauto_is_v2(hid_t estack_id, unsigned *is_stack)

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

Description:

H5E_AUTO_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.

Returns:

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

Example:

Coming Soon!

History:
Release    Change
1.8.0Function introduced in this release.

--- Last Modified: September 04, 2019 | 10:57 AM