DeleteToneFile Method

This member of RFTone Object is supported on ALL devices.

The DeleteToneFile method lets you remove tone files from an RF device's non-volatile memory.

VB

bStatus = object.DeleteToneFile (pszFileName)

VC++

HRESULT hr = object->DeleteToneFile(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 name of the tone file stored on the RF device that you wish to delete. You may pass a single eight character file name or enter a wildcard symbol (*) to delete all tone files from an RF device.

Example

See the RFTone Samples.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal