BarcodeSymbologyDecodeLengthType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pointofservicecommontypes.h

typedef enum _BarcodeSymbologyDecodeLengthType {
  DecodeLengthType_AnyLength,
  DecodeLengthType_Discrete,
  DecodeLengthType_Range
} BarcodeSymbologyDecodeLengthType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pointofservicecommontypes-_barcodesymbologydecodelengthtype)

_BarcodeSymbologyDecodeLengthType enumeration

Description

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.

Constants

DecodeLengthType_AnyLength

Decode length can be any length.

DecodeLengthType_Discrete

Decode length is two discrete values

DecodeLengthType_Range

Decode length is a range of values.