L_CC_ScannerAnalytics

The L_CC_ScannerAnalytics gets analytics about the current scan session.

struct L_CC_ScannerAnalytics 
{ 
   L_UINT StructSize; 
   L_UINT FramesScannedCount; 
} 
typedef struct L_CC_ScannerAnalytics L_CC_ScannerAnalytics; 

Member

Description

StructSize Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value.
FramesScannedCount The number of frames scanned during the current scan session.

Comments

L_CC_ScannerAnalytics is used with the L_CC_GetScannerAnalytics function.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.