Method: Initialize


Function:

 

Initialize the VoiceAngelcontrol for the Telephony functions.

     

Parameters:

 

sPwd (for the registered version)

 

A password is needed for the registered version.

     

Description:

 

If you want to use any telephony function, (everything except Sound-Card-specific functions [OpenWaveFile, NewWaveFile, AppendWaveFile, SeekWaveFile, StartPlaying, StartRecording, MonitorSilence]), you must invoke this method first.

     

Dependencies:

 

None. (VoiceAngel control must be installed and registered.)

     

Events Raised:

 

There are no Events raised by this process, but the LineCount property will be set to reflect the number of lines available and manageable by VoiceAngel.

     

Sample Code In Visual Basic:

'The following code shows how to initialize the control.

dim lineCount as integer

 VoiceAngel1.Init

 VoiceAngel1.LineCount

lineCount=VoiceAngel1.LineCount

¡¡