H5is_library_terminating

fnherr_t H5is_library_terminating(hbool_t * is_terminating)

Checks whether the HDF5 library is closing.

H5is_library_terminating queries whether the HDF5 library is in the process of shutting down. The is_terminating flag will only be set to true after shutdown starts.

Parameters

is_terminatingFlag indicating whether library is shutting down

Returns

Returns a non-negative value if successful;

otherwise returns a negative value.