TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCSetCBData ( t_BarCode pBarCode,
LPVOID  customData 
)

Sets the user-defined data that is passed to the callback functions.

Each callback function for barcode drawing provides a parameter called 'customData'. This parameter can be used to pass user-defined data to the callback functions.

Parameters:
[in]pBarCodePointer to barcode structure.
[in]customDataUser-defined data for callback functions.
See also:
BCDrawCB, fn_DrawRow, fn_DrawBar, fn_DrawText