InternetSettingsGet method |
|
Remarks
Obtains Internet related settings that will affect the loading of Internet stream through the LoadInternetStream method. Current settings can be modified through the InternetSettingsSet method.
For further details about Internet streams support see the How to play Internet streams and radio stations section.
Syntax
[Visual Basic] control.InternetSettingsGet ( nSetting as enumInternetSetting, nSettingValue as Long ) as enumErrorCodes |
[C++] short control.InternetSettingsGet ( short nDriverType, long *nSettingValue ); |
Parameter |
Description |
|||||||||||||||||||||
|
|
|||||||||||||||||||||
nSetting |
Setting whose value must be retrieved. Supported values are the following:
|
|||||||||||||||||||||
nSettingValue |
Reference that, on return from the method call, will contain the value of the setting. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred, check the LastError property value in order to get the error code |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful |