LoadSoundCancel method |
|
Remarks
Stops an existing sound loading session started through a call to the LoadSound method or equivalent loading methods.
Syntax
[Visual Basic] control.LoadSoundCancel ( ) as enumErrorCodes |
[C++] short control.LoadSoundCancel ( ); |
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. |