InternetSettingsSet method |
|
Remarks
Modifies Internet related settings that will affect the loading of Internet stream through the LoadInternetStream method. Current settings can be obtained through the InternetSettingsGet method.
For further details about Internet streams support see the How to play Internet streams and radio stations section.
Syntax
[Visual Basic] Public Function InternetSettingsSet ( nSetting as enumInternetSetting, nSettingValue as Int32 ) as enumErrorCodes |
[C#] public enumErrorCodes InternetSettingsSet ( enumInternetSetting nSetting, Int32 nSettingValue ); |
[C++] public: enumErrorCodes InternetSettingsSet ( enumInternetSetting nDriverType, Int32 nSettingValue ); |
Parameter |
Description |
|||||||||||||||||||||
|
|
|||||||||||||||||||||
nSetting |
Setting whose value must be retrieved. Supported values are the following:
|
|||||||||||||||||||||
nSettingValue |
The new 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 |