Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5E_CREATE_STACK

Creates a new empty error stack

Procedure:

H5E_CREATE_STACK(void)

Signature:

hid_t H5Ecreate_stack(void)

Parameters:

None.

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:

Coming Soon!

See Also:

History:
Release    C
1.8.0Function introduced in this release.

--- Last Modified: April 13, 2018 | 12:53 PM