GetEngineLoader Function
This function gets a pointer to the IEngineLoader interface.
Syntax
Visual Basic .NET
Private Declare Function GetEngineLoader Lib "FCEngine.dll" ( Engine As FCEngine.IEngineLoader) As Integer
C++
HRESULT __stdcall GetEngineLoader( IEngineLoader** Engine );
Parameters
- Engine
- [out, retval] A pointer to the IEngineLoader* pointer variable that receives the interface pointer to the EngineLoader object.
Return values
The function may return standard return values of ABBYY FlexiCapture SDK functions.
Samples
This function is used in all code samples.
See also
15.08.2023 13:19:30