Copyright © 2008-2023 MultiMedia Soft

LoadSoundCancel method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stops an existing sound loading session started through a call to the LoadSound method or equivalent loading methods.

 

Syntax

 

[Visual Basic]

Public Function LoadSoundCancel (

) as enumErrorCodes


 

[C#]

public enumErrorCodes LoadSoundCancel (

);


 

[C++]

public: enumErrorCodes LoadSoundCancel (

);


 

 

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.