Copyright © 2013-2017 MultiMedia Soft

InitWaveformAnalyzer method

Previous pageReturn to chapter overviewNext page

Remarks

 

Initializes the control: the call to this method is mandatory and must be performed before calling any other method that will use an editing related functionality, possibly in the container form initialization function: calling this method inside the constructor function of the container form will not work and could cause unpredictable results.

 

 

Syntax

 

[Visual Basic]

Public Function InitWaveformAnalyzer (

) As enumWanErrorCodes


 

[C#]

public enumWanErrorCodes InitWaveformAnalyzer (

);


 

[C++]

public: enumWanErrorCodes InitWaveformAnalyzer (

);


 

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.