TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_Maxi_SCMW ( t_BarCode pBarCode,
LPCWSTR  szServiceClass,
LPCWSTR  szCountryCode,
LPCWSTR  szPostalCode 
)

Set MaxiCode structured carrier message (SCM).

For a detailed description refer to the additional document Barcode Reference (chapter setting SCM parameters).

Parameters:
[in]pBarCodePointer to barcode structure.
[in]szServiceClassService class ["000"..."999"]. Specify the Service Class. Used in the modes 2 and 3 (SCM).
[in]szCountryCodeCountry Code ["000"..."999"]. Used in the modes 2 and 3 (SCM).
[in]szPostalCodeThe Postal Code - used in the modes 2 and 3 (SCM - " Structured Carrier Message"). String with altogether 9 digits (or other characters), depends on MAXI_Mode.
See also:
BCGet_Maxi_SCMServClass(), BCGet_Maxi_SCMCountryCode(), BCGet_Maxi_SCMPostalCode()
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.