This function retrieves the length of the scan device list

[C++Builder/Visual C++]     int IKScanListLen(HANDLE AppHandle);
[Delphi]         function IKScanListLen(AppHandle: THandle): Integer;
[Visual Basic]   Function IKScanListLen(ByVal AppHandle As Long) As Long

Parameters

Name Explanation
AppHandle The application handle retrieved by IKScanInitialize

Return Value

Returns the length of the datasource (scan device) list if successful. Returns 0 if unsuccessful.

Explanation

The IKScanListLen function retrieves the length of the datasource (scan device) list.

[Differences from the ImageKit5]

Function Name      Parameters
IK5ScanListLen:            hWnd, List
IKScanListLen:             AppHandle

Since the ImageKit6, the hWnd is passed by IKScanInitialize and the return value is used by AppHandle

 

The ImageKit10 ActiveX is a product created by Newtone Corporation