DeinitializeEngine Function
This function deinitializes ABBYY FlexiCapture 12 SDK. It unloads FlexiCapture SDK and frees resources. Call this function after you have released all ABBYY FlexiCapture SDK objects.
Syntax
Visual Basic .NET
Private Declare Function DeinitializeEngine Lib "FCEngine.dll" () As Integer
C++
HRESULT __stdcall DeinitializeEngine();
Return values
The function may return standard return values of ABBYY FlexiCapture SDK functions.
Remarks
If there are unreleased objects when you deinitialize ABBYY FlexiCapture SDK, deinitialization completes correctly and all unreleased objects become invalid. The only thing you can do with such objects is to release them. You can get the list of unreleased objects if you call the IEngine::StartLogging method before deinitialization.
Samples
This function is used in all code samples.
See also
15.08.2023 13:19:30