The BARCODEVERSION structure provides information about the LEADTOOLS Barcode product.
Size of the BARCODEVERSION structure, in bytes, for versioning. Use the sizeof() operator to calculate the value.
Character string that contains the product name.
Major version number.
Minor version number.
Character string that contains the date of the build.
Character string that contains the time of the build.
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.