Name: H5Epop
Signature:
herr_t H5Epop(hid_t estack_id, size_t count)
Purpose:
Deletes specified number of error messages from the error stack.
Description:
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.
Parameters:
Returns:
Returns a non-negative value on success; otherwise returns a negative value.
Fortran90 Interface:
None.
History:
Release     C
1.8.0 Function introduced in this release.