Creates a new empty error stack
Procedure:
Signature:
hid_t H5Ecreate_stack(void)
Parameters:
Description:
H5E_CREATE_STACK creates a new empty error stack and returns the new stack’s identifier.
UseH5E_CREATE_STACK to close the error stack identifier returned by this function.
Returns:
Returns an error stack identifier on success; otherwise returns a negative value.
Example:
See Also:
History:
Release | C |
1.8.0 | Function introduced in this release. |
--- Last Modified: April 13, 2018 | 12:53 PM