H5Eauto_is_v2
(
hid_t estack_id
,
unsigned *is_stack
)
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
.
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. |
Release | C |
1.8.0 | Function introduced in this release. |