Returns copy of current error stack
Procedure:
H5E_GET_CURRENT_STACK(void)
Signature:
hid_t H5Eget_current_stack(void)
Parameters:
Description:
H5E_GET_CURRENT_STACK copies the current error stack and returns an error stack identifier for the new copy.
Returns:
Returns an error stack identifier on success; otherwise returns a negative value.
Example:
History:
Release | C |
1.8.0 | Function introduced in this release. |
--- Last Modified: April 13, 2018 | 01:40 PM