This function ends the TWAIN process

[C++Builder/Visual C++]     BOOL IKScanTerminate(HANDLE AppHandle);
[Delphi]         function IKScanTerminate(AppHandle: THandle): LongBool;
[Visual Basic]   Function IKScanTerminate(ByVal AppHandle As Long) As Long

Parameters

Name Explanation
AppHandle The application handle retrieved by IKScanInitialize

Return Value

Returns True (nonzero) when successful, returns False (0) when not successful.

Explanation

The IKScanTerminate function ends the TWAIN process. This function must be used in conjunction with the IKScanInitialize function. If an invalid value is set into the AppHandle parameter and error will occur.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation