PumpMessages Method of the ScanManager Object
This method pumps queued messages. It may be necessary for the applications that do not implement a standard Windows message loop, in which case you need to call this method when you want to receive queued messages and notifications from scanning methods. When scanning notifications are received, the corresponding methods of the IScanCallback interface are called.
Syntax
C++
HRESULT PumpMessages();
C#
void PumpMessages();
Visual Basic .NET
Sub PumpMessages()
Return values
This method may return the standard return values of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:41