Last modified: 28 August 2012
Name: H5Ecreate_stack

Signature:
hid_t H5Ecreate_stack(void)

Purpose:
Creates a new empty error stack.

Description:
H5Ecreate_stack creates a new empty error stack and returns the new stack’s identifier.

Use H5Eclose_stack to close the error stack identifier returned by this function.

Parameters:

Returns:
Returns an error stack identifier on success; otherwise returns a negative value.

Fortran90 Interface:
None.

History:
Release     C
1.8.0 Function introduced in this release.