SettingsScrollbarsGet method |
|
Remarks
Retrieves the scrollbars current settings for the waveform analyzer. Settings can be modified through the SettingsScrollbarsSet method.
Syntax
[Visual Basic] control.SettingsScrollbarsGet ( settings as Long ) as enumWanErrorCodes |
[C++] short control.SettingsScrollbarsGet ( void *settings ); |
Parameter |
Description |
|
|
settings |
Address of a structure of type WANALYZER_SCROLLBARS_SETTINGS that, on return from the method call, will contain the scrollbars current settings. |
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. |