|
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.
| [in] | pBarCode | Pointer to barcode structure. |
| [in] | customData | User-defined data for callback functions. |