Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5E_GET_CURRENT_STACK

Returns copy of current error stack

Procedure:

H5E_GET_CURRENT_STACK(void)

Signature:

hid_t H5Eget_current_stack(void)

Parameters:

None.

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:

Coming Soon!

History:
Release    C
1.8.0Function introduced in this release.

--- Last Modified: April 13, 2018 | 01:40 PM