Structure for returning error information from barcode generation. More...
#include "barcodeapi.h"
Data Fields | |
int32 | num |
char * | txt |
Structure for returning error information from barcode generation.
int32 sw_barcode_error::num |
Set to one of the SW_BARCODE_WARN_*
or SW_BARCODE_ERROR_*
definitions.
char* sw_barcode_error::txt |
Set to an informative human readable zero-terminated warning or error string. Set to NULL
if none exists.