Specifies Aztec Code encoding format. 
Specifies the encoding format (standard, GS1 or industry). Default is eAztecFm_Default (standard format). 
- See also:
- BCGet_Aztec_Format(), BCGet_Aztec_FormatSpecifier() 
- Parameters:
- 
  
    | [in] | pBarCode | Pointer to barcode structure. |  | [in] | eFormat | Aztec Code format. |  | [in] | szFormatSpecifier | Format specifier for industry format. Consist of 1 letter (upper or lower) or 2 digits. This parameter is ignored for other code formats. |  
 
- Return values:
- 
  
    | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |