TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_PDF417_FileIDA ( t_BarCode pBarCode,
LPCSTR  szFileID 
)

Sets Macro PDF417 FileID.

The File-ID identifies all symbols, which belong to the same data chain. For reassembling, all data blocks having the same File-ID are concatenated in the order of increasing segment index.
Macro PDF will be enabled only if the Segment-index and the File-ID are set. Default: MacroPDF is disabled.

See also:
BCGet_PDF417_FileID() BCSet_PDF417_SegIndex()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]szFileIDFile ID string (-1 ... reset to default).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.