TBarCode Library 11  TBarCode Library 11

These functions are used for modifying the behavior of TBarCode when generating the Aztec Code symbology. More...

Functions

e_AztecSizes _stdcall BCGet_Aztec_Size (t_BarCode *pBarCode)
 Gets currently adjusted Aztec Code symbol size. More...
 
ERRCODE _stdcall BCSet_Aztec_Size (t_BarCode *pBarCode, e_AztecSizes eSize)
 Sets Aztec Code symbol size. More...
 
BOOL _stdcall BCGet_Aztec_EnforceBinaryEncoding (t_BarCode *pBarCode)
 Determines whether the data is encoded in binary format. More...
 
ERRCODE _stdcall BCSet_Aztec_EnforceBinaryEncoding (t_BarCode *pBarCode, BOOL bEnforceBinary)
 Determines whether Aztec Code shall be encoded in binary mode or not. More...
 
BOOL _stdcall BCGet_Aztec_RuneMode (t_BarCode *pBarCode)
 Determines whether the symbol is in Aztec Rune Mode. More...
 
ERRCODE _stdcall BCSet_Aztec_RuneMode (t_BarCode *pBarCode, BOOL bRuneMode)
 Determines whether symbol shall be encoded in Aztec Rune mode. More...
 
LONG _stdcall BCGet_Aztec_ErrorCorrection (t_BarCode *pBarCode)
 Gets the number of error correction codewords in percent of the symbol size Returns currently adjusted value. More...
 
ERRCODE _stdcall BCSet_Aztec_ErrorCorrection (t_BarCode *pBarCode, LONG nErrorCorrection)
 Sets the number of error correction codewords in percent (from 0 to 99) of the symbol size. More...
 
e_AztecFormat _stdcall BCGet_Aztec_Format (t_BarCode *pBarCode)
 Gets the current Aztec Code Encoding Format. More...
 
BOOL _stdcall BCGet_Aztec_AppendActive (t_BarCode *pBarCode)
 Determines whether the structured append mode is active. More...
 
ERRCODE _stdcall BCSet_Aztec_AppendActive (t_BarCode *pBarCode, BOOL bActivate)
 Activates/Deactivates Aztec Code "Structured Append" mode. More...
 
LONG _stdcall BCGetAztecSizesCount ()
 Returns the number of supported Aztec Code symbol-sizes. More...
 
LPCSTR _stdcall BCGet_Aztec_FormatSpecifierA (t_BarCode *pBarCode)
 Gets the current Aztec Code Encoding Format specifier for industry format. More...
 
LPCWSTR _stdcall BCGet_Aztec_FormatSpecifierW (t_BarCode *pBarCode)
 Gets the current Aztec Code Encoding Format specifier for industry format. More...
 
ERRCODE _stdcall BCSet_Aztec_FormatA (t_BarCode *pBarCode, e_AztecFormat eFormat, LPCSTR szFormatSpecifier)
 Specifies Aztec Code encoding format. More...
 
ERRCODE _stdcall BCSet_Aztec_FormatW (t_BarCode *pBarCode, e_AztecFormat eFormat, LPCWSTR szFormatSpecifier)
 Specifies Aztec Code encoding format. More...
 
CHAR _stdcall BCGet_Aztec_AppendTotalA (t_BarCode *pBarCode)
 Gets the adjusted total number of symbols in the Aztec Code Structured Append mode. More...
 
WCHAR _stdcall BCGet_Aztec_AppendTotalW (t_BarCode *pBarCode)
 Gets the adjusted total number of symbols in the Aztec Code Structured Append mode. More...
 
CHAR _stdcall BCGet_Aztec_AppendIndexA (t_BarCode *pBarCode)
 Gets the current index of the symbol in Aztec Code Structured Append mode. More...
 
WCHAR _stdcall BCGet_Aztec_AppendIndexW (t_BarCode *pBarCode)
 Gets the current index of the symbol in Aztec Code Structured Append mode. More...
 
LPCSTR _stdcall BCGet_Aztec_AppendMessageIDA (t_BarCode *pBarCode)
 Gets the adjusted Message-ID in Aztec Code Structured Append mode. More...
 
LPCWSTR _stdcall BCGet_Aztec_AppendMessageIDW (t_BarCode *pBarCode)
 Gets the adjusted Message-ID in Aztec Code Structured Append mode. More...
 
ERRCODE _stdcall BCSet_Aztec_AppendDataA (t_BarCode *pBarCode, CHAR cTotal, CHAR cIndex, LPCSTR szMessageID)
 Sets Aztec Code "Structured Append" data. More...
 
ERRCODE _stdcall BCSet_Aztec_AppendDataW (t_BarCode *pBarCode, WCHAR cTotal, WCHAR cIndex, LPCWSTR szMessageID)
 Sets Aztec Code "Structured Append" data. More...
 
LPCSTR *_stdcall BCGetAztecSizesA ()
 Returns the implemented Aztec Code symbol sizes. More...
 
LPCWSTR *_stdcall BCGetAztecSizesW ()
 Returns the implemented Aztec Code symbol sizes. More...
 

Detailed Description

These functions are used for modifying the behavior of TBarCode when generating the Aztec Code symbology.


© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Aug 12 2014 12:30:34 for TBarCode Library 11 with doxygen 1.8.3.1