TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetFormatW ( t_BarCode pBarCode,
LPCWSTR  szFormat 
)

Sets format string applied to barcode data prior encoding.

The format string is applied to the barcode data before it is encoded. Using the format string you can perform special operations (like including special control characters, subset switching, start/stop character control) easily.
Please refer to the Barcode Reference for more information.

See also:
BCSetTextA(), BCSetTextW(), BCGetFormat()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]szFormatThe format string.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred