DeleteBarcodeFile Method

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

The DeleteBarcodeFile method removes barcode files from an RF device.

VB

bStatus = object.DeleteBarcodeFile (pszFileName)

VC++

HRESULT hr = object->DeleteBarcodeFile(LPCTSTR pszFileName, BOOL *bStatus);

Return Value

bStatus

The status of the function returned as Boolean True or False values. Use the RFGetLastError method to return the error value.

Parameters

pszFileName

The barcode file to be deleted. You may pass a single eight character file name or enter a wildcard symbol (*) to delete all barcode files from an RF device.

Example

See the RFBarcode Samples.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal