GetEngine Method
This method allows you to get a pointer to the IEngine interface.
Syntax
Visual Basic .NET
Function GetEngine() As Engine
C++
HRESULT GetEngine( IEngine** Result );
Parameters
- Result
- [out, retval] A pointer to IEngine* pointer variable that receives the interface pointer to the resulting Engine object.
Return values
This method has no specific return values. It returns the standard return values of the ABBYY FlexiCapture SDK functions.
Samples
This method is used in all code samples.
See also
15.08.2023 13:19:30