ListBarcodeFiles Method

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

The ListBarcodeFiles method returns the total number of barcode files on an RF device and stores the list of file names within the current object.

VB

nBarcodes = object.ListBarcodeFiles()

VC++

HRESULT hr = object->ListBarcodeFiles(short *nBarcodes);

Return Value

nBarcodes

The total number of barcode files. This method will return a -1 if an error occurs. Use the RFGetLastError method to return the generated error code.

Remarks

To return the value of the last successful ListBarcodeFiles method without making an actual call to the RF device, use the BarcodeFileCount Method. To list the total number of barcode configurations within a single barcode file, use the BarcodeCount method after making the file the current RFBarcode object.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal