Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
RecordedSound.CancelExportToFile method 
 
Remarks 
 
Stops an existing exporting session started through a call to the RecordedSound.RequestExportToFile method. 
 
For further details about recorded sound methods refer to the RecordedSound class section. 
For further details see the How to export a recorded sound section. 
 
 
Syntax 
 
[Visual Basic] 
Public Function CancelExportToFile
 
[C#] 
public enumErrorCodes CancelExportToFile
);
 
[C++] 
public: enumErrorCodes CancelExportToFile
);
 
 
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