Specifies the results of attempting to create a barcode.
Declaration:
typedef struct tagBX\_CreateResult {
BX\_Error BarcodeErrors \[MAX\_ERROR\_COUNT\];
long ErrorCount;
} BX\_CreateResult;
Members:
Name | Type | Description |
---|---|---|
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. |