Purpose:
Starts recording the macro.
Declarations:
VC++
long StartRecording ( );
VISUAL BASIC:
StartRecording () As Long
Parameters:
Return Value:
Returns 1 if there is any kind of failure or 0 if successful.
Notes:
When this function is called, SDK records the activity in the same application that called this function. But, if you have called RegisterApplication function before calling StartRecording then SDK will record the macros in the registered application.