Purpose:
Stops recording the macro.
Declarations:
VC++
long StopRecording ( );
VISUAL BASIC:
StopRecording () As Long
Parameters:
Return Value:
Returns 1 if there is any kind of failure or 0 if successful.
Notes:
When, StopRecording
function is called, no files are saved. To save a file SaveRecording
function has to be called. If SetConfigFile
function is called before calling this function and if QuickStart =True in the
Config.txt file, then when StopRecording function is called, it will popup the
Save dialog box.