ReadUPCE 

Overview

When set to TRUE the toolkit will search for UPC-E type barcodes.  

Default value =   FALSE

void STSetParameter(hBarcode, ST_READ_UPCE, uint16 *value) ;

void STGetParameter(hBarcode, ST_READ_UPCE, uint16 *value) ;

e.g

// Turn on UPC-E recognition.
#include "barcode.h"
uint16 value = 1 ;
STSetParameter(hBarcode, ST_READ_UPCE, &value) ;