// pointofservicecommontypes.h
typedef enum _BarcodeSymbologyDecodeLengthType {
DecodeLengthType_AnyLength,
DecodeLengthType_Discrete,
DecodeLengthType_Range
} BarcodeSymbologyDecodeLengthType;
View the official Windows Driver Kit DDI referenceNo description available.
The BarcodeSymbologyDecodeLengthType enum describes values for the decode length which can be set to support a range, two discrete values, or be set to any length.
DecodeLengthType_AnyLengthDecode length can be any length.
DecodeLengthType_DiscreteDecode length is two discrete values
DecodeLengthType_RangeDecode length is a range of values.