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. |
L_CC_ScannerAnalytics is used with the L_CC_GetScannerAnalytics function.