H5Epop
(hid_t
estack_id
, size_t count
)
H5Epop
deletes the number of error records specified
in count
from the top of the error stack
specified by estack_id
(including major, minor messages and description).
The number of error messages to be deleted is specified by
count
.
hid_t estack_id
|
IN: Error stack identifier. |
size_t count |
IN: The number of error messages to be deleted from the top of error stack. |
Release | C |
1.8.0 | Function introduced in this release. |