EditSoundCancel method |
|
Remarks
Stops an existing sound editing session started through a call to any of the available editing methods.
Syntax
[Visual Basic] control.EditSoundCancel ( ) as enumErrorCodes |
[C++] short control.EditSoundCancel ( ); |
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. |