This function retrieves the length of the scan device list

[C++Builder]   int IKScanListLen(HANDLE AppHandle);
[Delphi]   function IKScanListLen(AppHandle: THandle): Integer;

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
IKScanListLen:             AppHandle

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

 

The ImageKit10 VCL is a product created by Newtone Corporation