Copyright © 2006-2019 MultiMedia Soft

WaveformScroller.SettingsGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current graphical settings for the given waveform scroller. Settings can be modified through the WaveformScroller.SettingsSet method.

 

For further details about methods of the Waveform scroller refer to the WaveformScroller object.

For a tutorial about the use of Waveform scrollers refer to the How to scroll the sound's waveform during playback tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function SettingsGet (

hWndWaveformScroller as IntPtr,

ByRef settings as WSCROLLER_SETTINGS

) as enumErrorCodes


 

[C#]

public enumErrorCodes SettingsGet (

IntPtr hWndWaveformScroller,

ref WSCROLLER_SETTINGS settings

);


 

[C++]

public: enumErrorCodes SettingsGet (

IntPtr hWndWaveformScroller,

WSCROLLER_SETTINGS __gc *settings

);


 

 

Parameter

Description

 

 

hWndWaveformScroller

Handle of the control returned by a previous call to the WaveformScroller.Create method

settings

Reference that, on return from the method call, will contain the current settings.

 

 

Return value

 

Value

Meaning

 

 

Negative value

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

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.