StoreTone Method

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

The StoreTone method lets you save an RFTone object directly to an RF device's non-volatile memory for future use.

VB

bStatus = object.StoreTone (pszFileName)

VC++

HRESULT hr = object->StoreTone(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 file name that the current RFTone object will be saved as on the RF device. This file name may be up to 8 characters in length.

Remarks

RFTone objects must be saved as tone files on an RF device using the StoreTone method BEFORE they may be played. Use the PlayTone method to play a tone.

Example

See the PlayTone Method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal