ConvertFileCancel method |
|
Remarks
Cancels a sound file conversion started through the ConvertFile, ConvertFileRange, ConvertFileRaw and ConvertFileRawRange methods or a conversion automation session started through the ConvertAutomationExecute method.
For further information about sound files conversion see the How to convert format of sound files tutorial.
Syntax
[Visual Basic] control.ConvertFileCancel ( ) as enumErrorCodes |
[C++] short control.ConvertFileCancel ( ); |
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. |