Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
Resume method 
 
Remarks 
 
Resumes a paused recording session. 
Calling this method will generate a RecordingResumed event.  
 
 
Syntax 
 
[Visual Basic] 
Public Function Resume
 
[C#] 
public enumErrorCodes Resume
);
 
[C++] 
public: enumErrorCodes Resume
);
 
 
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