Reference Guide

Table Of Contents
F-3
2D Scanner Drivers and Applications
Application Notes
With composite codes enabled, you will experience a delay decoding UPC/EAN bar codes.
New APIs
Tab l e F-2 lists new APIs for scn2dssi.exe. Refer to scan1d2d.c for information on how to use
these functions.
Table F-2. APIs
Function Length Structure
ConsIoctlGetExtDecoders (0x1B)
ConsIoctlSetExtDecoders (0x19)
ConsIoctlGetExtDecodersLen
ConsIoctlSetExtDecodersLen
struct ExtDecoders_S
{
BYTE Bookland;
BYTE EAN128;
BYTE ISBT128;
BYTE CouponCode;
BYTE C39Trioptic;
BYTE TLC39;
BYTE RSS_14;
BYTE RSS_Limited;
BYTE RSS_Expanded;
BYTE CompositeAB;
+
BYTE CompositeC;
+
BYTE
Code128_Emulation; *
BYTE MicroPDF;
};