Copyright © 2013-2017 MultiMedia Soft

RefreshDisplay method

Previous pageReturn to chapter overviewNext page

Remarks

 

Refreshes the Waveform Analyzer window.

 

 

Syntax

 

[Visual Basic]

Public Function RefreshDisplay (

) as enumWanErrorCodes


 

[C#]

public enumWanErrorCodes RefreshDisplay (

);


 

[C++]

public: enumWanErrorCodes RefreshDisplay (

);


 

 

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.