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] Public Function InternetSettingsGet ( nSetting as enumInternetSetting, ByRef nSettingValue as Int32 ) as enumErrorCodes |
[C#] public enumErrorCodes InternetSettingsGet ( enumInternetSetting nSetting, ref Int32 nSettingValue ); |
[C++] public: enumErrorCodes InternetSettingsGet ( enumInternetSetting nDriverType, Int32 __gc *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 |