BARCODEVERSION

typedef struct tagBarCodeVersion 
{ 
   L_UINT uStructSize; 
   L_UCHAR Product[60]; 
   L_INT MajorNumber; 
   L_INT MinorNumber; 
   L_UCHAR Date[16]; 
   L_UCHAR Time[16]; 
} BARCODEVERSION,* pBARCODEVERSION; 

The BARCODEVERSION structure, which is filled using the L_BarCodeVersionInfo function, provides information about the LEADTOOLS Barcode product.

Members

uStructSize

Size of BARCODECOLOR structure in bytes. Use the sizeof operator to calculate this value.

Product

Character string that contains the product name.

MajorNumber

Major version number.

MinorNumber

Minor version number.

Date

Character string that contains the date of the build.

Time

Character string that contains the time of the build.

Comments

pBARCODEVERSION is a pointer to a BARCODEVERSION structure. Where a function parameter type is pBARCODEVERSION, you can declare a BARCODEVERSION variable and pass the variable's address in the parameter. Declaring a pBARCODEVERSION variable is necessary only if your program requires a pointer.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Barcode C API Help