RFTONE.GetToneFile

short GetToneFile(BSTR pszFileName)

Function GetToneFile(pszFileName As String) As Integer

Loads a Tone file from Client, and stores it in the local Tone array.

Return value
True= successful, False=error, unknown file, RF link lost.

Parameters

pszFileName
    The name of the tone file (up to 8 characters).

Remarks
The name must contain legal characters for MS-DOS filenames. Do not include dots (.) and other special characters (* , $ \ : etc).
The file in the client is created by StoreTone.

Example

See also    RFTONE, StoreTone, ToneCount, DeleteToneFile