DTWAIN_ClearErrorBuffer
|
The DTWAIN_ClearErrorBuffer clears the buffer that DTWAIN reserves for error messages.
DTWAIN_BOOL DTWAIN_ClearErrorBuffer( );
Return Values TRUE if successful, FALSE otherwise. If the function returns FALSE, call DTWAIN_GetLastError() to get extended information.
Comments The DTWAIN_ClearErrorBuffer function clears the error buffer that DTWAIN keeps when buffering DTWAIN error messages.
TWAIN State Transitions None
Prerequisite Calls None.
See Also DTWAIN_GetErrorBuffer, DTWAIN_SetErrorBufferThreshold, DTWAIN_SetTwainLog |