GetBarcodeValueFile

 

Returns the file and path that is used for the value of the barcode. This value is used for the barcode generation if SetBarcodeValueSource is set to BARCODE_FILE (1).

If pValue is NULL or too small, the function returns FALSE, and pSize will contain the number of bytes required for storing the filename. The maximum number of characters allowed in the file depends on the set barcode type; in case of QR and PDF417 codes the error correction levels; and in case of QR, Datamatrix and PDF417 codes, the type of characters used. (digits, alphanumeric, etc.). The allowed characters depend on the barcode type used. For more information, please refer to the manual.

 

GetBarcodeValueFile (pDevMode As Long) As String

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure.

Return value – The name and path of the barcode value file.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.