changes.mady.by.user Mike McGreevy
Saved on Jan 02, 2018
changes.mady.by.user Barbara Jones
Saved on Apr 13, 2018
Creates a new empty error stack.
H5E_CREATE_STACK(void)
<pre><code class="language-c">hid_t H5Ecreate_stack(void)</code></pre>
None.
H5Ecreate_stack creates H5E_CREATE_STACK creates a new empty error stack and returns the new stack’s identifier.
H5Ecreate_stack
Use H5Eclose_stack to UseH5E_CREATE_STACK to close the error stack identifier returned by this function.
H5Eclose_stack
Returns an error stack identifier on success; otherwise returns a negative value.
Coming Soon!
“Using Identifiers”