SetParallelProcessingCallback Method of the Engine Object
This method allows you to specify the user-implemented object supporting the IParallelProcessingCallback interface, which will be used to send error notifications during parallel processing.
Syntax
HRESULT SetParallelProcessingCallback( IParallelProcessingCallback* Callback );
Parameters
- Callback
- [in] This parameter refers to the interface IParallelProcessingCallback.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
Remarks
This method does not work if the Engine object is loaded as an out-of-process server.
See also
03.07.2024 8:50:25