BarcodeFileName Method

This member of RFBarcode Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The BarcodeFileName method returns the name of a barcode file on an RF device.

VB

pszName = object.BarcodeFileName (nBarcode)

VC++

HRESULT hr = object->BarcodeFileName(short nBarcode, Cstring *pszName);

Return Value

pszName

The barcode file name variable. If this method returns an empty string, an error may have occurred. Use the RFGetLastError method to return the generated error code.

Parameters

nBarcode

The zero based index value of the barcode file from the RF device. For example, to return the file name of the third barcode file you would pass a 2.

Remarks

For a complete listing of all barcode files on an RF device, simply loop the BarcodeFileName method for the entire number of files returned by the BarcodeFileCount Method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal