Copyright © 2013-2017 MultiMedia Soft

AnalyzeAbort method

Previous pageReturn to chapter overviewNext page

Remarks

 

Aborts an analysis session started through the AnalyzeSoundFromFile or AnalyzeSoundFromFileRaw methods.

 

 

Syntax

 

[Visual Basic]

Public Function AnalyzeAbort (

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes AnalyzeAbort (

);


 

[C++]

public: enumWanErrorCodes AnalyzeAbort (

);


 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumWanErrorCodes.ERR_WAN_NOERROR (0)

The method call was successful.