bstr_error_stack_clear(3) — Subroutines
Name
bstr_error_stack_clear − Clears all the entries in an error stack.
Syntax
bstr_t_status bstr_error_stack_clear (
bstr_t_private stack);
Description
The bstr_error_stack_clear procedure clears all the entries in the specified error stack and leaves it empty.
Arguments
stack
access: read
The address of the error stack to be cleared.
Return Values
| BSTR_S_BAD_PARAMETER | Bad parameter value |
| BSTR_S_COM_PC_SIZE_MISMATCH | Number of bytes requested does not match the number of bytes returned |
| BSTR_S_NORMAL | Normal successful completion |
See Also
| bstr_error_stack_allocate | # |
| bstr_error_stack_free | # |
| bstr_error_stack_pop | # |
| bstr_error_stack_push | # |