|  | 
| LPCSTR | BCGet_Maxi_PreambleDateA (t_BarCode *pBarCode) | 
|  | Returns the curent date encoded in the Maxicode preamble. 
 | 
| LPCWSTR | BCGet_Maxi_PreambleDateW (t_BarCode *pBarCode) | 
|  | Returns the curent date encoded in the Maxicode preamble. 
 | 
| LPCSTR | BCGet_Maxi_SCMServClassA (t_BarCode *pBarCode) | 
|  | Gets service class of Maxicode Structured Carrier Message (SCM). 
 | 
| LPCWSTR | BCGet_Maxi_SCMServClassW (t_BarCode *pBarCode) | 
|  | Gets service class of Maxicode Structured Carrier Message (SCM). 
 | 
| LPCSTR | BCGet_Maxi_SCMCountryCodeA (t_BarCode *pBarCode) | 
|  | Gets country code of Maxicode Structured Carrier Message (SCM). 
 | 
| LPCWSTR | BCGet_Maxi_SCMCountryCodeW (t_BarCode *pBarCode) | 
|  | Gets country code of Maxicode Structured Carrier Message (SCM). 
 | 
| LPCSTR | BCGet_Maxi_SCMPostalCodeA (t_BarCode *pBarCode) | 
|  | Gets postal code of Maxicode Structured Carrier Message (SCM). 
 | 
| LPCWSTR | BCGet_Maxi_SCMPostalCodeW (t_BarCode *pBarCode) | 
|  | Gets postal code of Maxicode Structured Carrier Message (SCM). 
 | 
| ERRCODE | BCSet_Maxi_UsePreambleA (t_BarCode *pBarCode, BOOL bUse, LPCSTR szDate) | 
|  | Activates the usage of the "Preamble" in Maxicode. 
 | 
| ERRCODE | BCSet_Maxi_UsePreambleW (t_BarCode *pBarCode, BOOL bUse, LPCWSTR szDate) | 
|  | Activates the usage of the "Preamble" in Maxicode. 
 | 
| ERRCODE | BCSet_Maxi_SCMA (t_BarCode *pBarCode, LPCSTR szServiceClass, LPCSTR szCountryCode, LPCSTR szPostalCode) | 
|  | Set Maxicode structured carrier message (SCM). 
 | 
| ERRCODE | BCSet_Maxi_SCMW (t_BarCode *pBarCode, LPCWSTR szServiceClass, LPCWSTR szCountryCode, LPCWSTR szPostalCode) | 
|  | Set Maxicode structured carrier message (SCM). 
 | 
| 
 Functions | 
| LONG | BCGet_Maxi_Mode (t_BarCode *pBarCode) | 
|  | Gets current encoding mode for Maxicode. 
 | 
| LONG | BCGet_Maxi_AppendSum (t_BarCode *pBarCode) | 
|  | Gets total number of symbols in "Structured Append" mode of Maxicode. 
 | 
| LONG | BCGet_Maxi_AppendIndex (t_BarCode *pBarCode) | 
|  | Gets index of current symbol in "Structured Append" mode of Maxicode. 
 | 
| LONG | BCGet_Maxi_UnderCut (t_BarCode *pBarCode) | 
|  | Gets current undercut value of Maxicode. 
 | 
| BOOL | BCGet_Maxi_UsePreamble (t_BarCode *pBarCode) | 
|  | Determines whether the usage of the "Preamble" is activated. 
 | 
| ERRCODE | BCSet_Maxi_Mode (t_BarCode *pBarCode, LONG nMode) | 
|  | Specifies the operating mode for encoding data. 
 | 
| ERRCODE | BCSet_Maxi_Append (t_BarCode *pBarCode, LONG nSum, LONG nIndex) | 
|  | Activates Maxicode "Structured Append" feature. 
 | 
| ERRCODE | BCSet_Maxi_UnderCut (t_BarCode *pBarCode, LONG nUndercut) | 
|  | Specifies the undercut value of Maxicode. 
 |