RFBARCODE.GetBarcodeFile 

short GetBarcodeFile(BSTR pszBarcodeName)

Function GetBarcodeFile(pszBarcodeName As String) As Integer

Loads a WS Client barcode configuration file in the local configuration array. The array may be modified and sent to the terminal again.

Return value
True=successful, False=error, unknown file, RF link lost.

Parameters

pszBarcodeName
    The name of the barcode file (up to 8 characters).

Remarks
The name must contain legal characters for MS-DOS filenames. Do not include dots (.) and other special characters (* , $ \ : etc).
The file in the client was created by StoreBarcode (sent by the application) or by PullBarcode (from present decoder parameters).

See also    RFBARCODE, BarcodeCount, StoreBarcode, PullBarcode