Inherits ISettings2.
Inherited by ISettings4.
|
| VARIANT_BOOL | ProxyEnabled [get, set] |
| |
| VARIANT_BOOL | ProxyType [get, set] |
| |
| BSTR | ProxyServerAddress [get] |
| |
| short | ProxyServerPort [get] |
| |
| VARIANT_BOOL | ProxyAuthEnabled [get, set] |
| |
| BSTR | ProxyServerLogin [get] |
| |
| BSTR | ProxyServerPassword [get] |
| |
| BSTR | PlaybackDeviceId [get, set] |
| |
| BSTR | RecordingDeviceId [get, set] |
| |
| VARIANT_BOOL | CompactContactList [get, set] |
| |
| VARIANT_BOOL | ShowTrayIcon [get, set] |
| |
| VARIANT_BOOL | ShowOfflineMenuCommand [get, set] |
| |
| VARIANT_BOOL | ShowIncomingNotification [get, set] |
| |
| VARIANT_BOOL | ShowOutgoingNotification [get, set] |
| |
| VARIANT_BOOL | CreateSoftKeyBar [get, set] |
| |
| VARIANT_BOOL | VoxEnabled [get, set] |
| |
| int | VoxActivationThreshold [get, set] |
| |
| int | VoxDeactivationThreshold [get, set] |
| |
| int | VoxTriggerTime [get, set] |
| |
| int | VoxRelaxationTime [get, set] |
| |
ISettings3 interface extends ISettings2, allows proxy server setup
§ SetProxyServer()
| HRESULT SetProxyServer |
( |
[in] BSTR |
bstrAddress, |
|
|
[in] UINT |
uiPort |
|
) |
| |
Set proxy server address and port
- Parameters
-
| bstrAddress | New proxy server address. |
| uiPort | New proxy server port. |
§ SetProxyServerAuth()
| HRESULT SetProxyServerAuth |
( |
[in] BSTR |
bstrLogin, |
|
|
[in] BSTR |
bstrPassword |
|
) |
| |
Set login and password for the proxy server
- Parameters
-
| bstrLogin | New login. |
| bstrPassword | New password. |
§ ProxyEnabled
| VARIANT_BOOL ProxyEnabled |
|
getsetproperty |
Check if proxy server is enabled.
- Parameters
-
Enable or disable proxy server. Applies all other proxy settings to the control
- Parameters
-
§ ProxyType
Get proxy server type.
- Parameters
-
| pbVal | Return value. TRUE for HTTP(S) proxy, false for SOCKS5 proxy |
Enable or disable proxy server.
- Parameters
-
§ ProxyServerAddress
Get proxy server address.
- Parameters
-
§ ProxyServerPort
Get proxy server port.
- Parameters
-
§ ProxyAuthEnabled
| VARIANT_BOOL ProxyAuthEnabled |
|
getsetproperty |
Check if proxy server authentication is enabled.
- Parameters
-
Enable or disable proxy server authentication.
- Parameters
-
§ ProxyServerLogin
Get login for proxy server.
- Parameters
-
§ ProxyServerPassword
Get password for proxy server.
- Parameters
-