Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Pause method 
 
Remarks 
 
Pauses the current recording session. 
Calling this method will generate a RecordingPaused event.  
 
 
Syntax 
 
[Visual Basic] 
Public Function Pause
 
[C#] 
public enumErrorCodes Pause
);
 
[C++] 
public: enumErrorCodes Pause
);
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred. Check the LastError property value in order to see the last error.
enumErrorCodes.ERR_NOERROR (0)
The method call was successful.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents