Remarks
Resumes a paused recording session.
Calling this method will generate a RecordingResumed event.
Syntax
[C++]
short control.Resume (
);
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to see the error code meaning
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful.
|
|