Barcode Xpress for Linux
BX_CreateResult

Specifies the results of attempting to create a barcode.

Declaration:

Copy Code
typedef struct tagBX_CreateResult {
    BX_Error BarcodeErrors [MAX_ERROR_COUNT];
    long ErrorCount;
} BX_CreateResult;

Members:

BarcodeErrors [MAX_ERROR_COUNT] BX_Error Specifies the errors that occurred during the barcode creation process.
ErrorCount long

Specifies how many errors occurred during the barcode creation process.

This value will be 0 if there are no errors.

 

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback