OnWarning Method of the IBatchEvents Interface

This method is implemented on the client side. It is called by ABBYY FlexiCapture SDK for some of the methods of the Project and Batch objects. It delivers to the client information about the warnings which occur during page processing. You can create, display, and operate a message box in this method.

Syntax

Visual Basic .NET

Sub OnWarning(
  ByVal Page As Page, _
  ByVal Text As String, _
  ByVal Title As String, _
  ByVal Type As Integer, _
  ByRef MessageBoxResult As Integer _
)
    

C++

HRESULT OnWarning(
  IPage* Page,
  BSTR   Text,
  BSTR   Title,
  int    Type,
  int*   MessageBoxResult
);
    

Parameters

Page
[in] This parameter refers to the Page object corresponding to the page which is currently processed.
Text
[in] This parameter contains the text description of the warning.
Title
[in] This parameter contains the message box title.
Type
[in] This parameter specifies the contents and behavior of the dialog box. This parameter can be a combination of MB_* flags. See Microsoft Documentation (https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebox) for details.
MessageBoxResult
[in, out] This parameter contains the result of the warning processing.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.

Remarks

A client implementation of this method must assure that all exceptions thrown inside the method are caught and handled and no exceptions are propagated outside the method. Propagation of an exception outside the method may lead to unpredictable results (such as program termination).

See also

IBatchEvents

Batch

Project

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.