Sets the path of config.txt file.
Declarations:
VC++
long SetConfigFile (_bstr_t pConfigFileName );
VISUAL BASIC:
SetConfigFile(ByVal pConfigFileName As String) As Long
Parameters:
Return Value:
Returns 1 if there is any kind of failure, or 0 if successful.
Notes:
The config.txt file has two parameter/values
QuickStart=True : This tells SDK that the quick start option is turned on. When the quick start option is turned on and when StopRecording function is called the Save Dialog box appears. If the value of QuickStart=False then, when StopRecording function is called the Recording will be stopped but, the Save Dialog box will not appear. SaveRecording function has to be called after StopRecording function, if QuickStart=False