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

Tutorial. Final Step: Unload FlexiCapture SDK

Engine

GetEngineLoader

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.