H5Eget_auto2
fn
herr_t H5Eget_auto2(hid_t estack_id, H5E_auto2_t * func, void * * client_data)Gets the current automatic error reporting settings.
Parameters
estack_id | Error stack identifier, or H5E_DEFAULT |
func | Pointer to receive the current callback function |
client_data | Pointer to receive the current client data |
Returns
Non-negative on success, negative on failure.