PRB: Programmatic Proxy Setting Changes Don't Take Effect (294989)
The information in this article applies to:
- Microsoft Windows CE for the Pocket PC
This article was previously published under Q294989 SYMPTOMS
When an application modifies the registry to modify internet proxy server settings, the changes don't take effect in the application.
CAUSE
The WININET module holds memory resident copies of the registry settings and must be notified if these settings change.
RESOLUTION
After changing the registry, call InternetSetOption with the INTERNET_OPTION_SETTINGS_CHANGED parameter:
InternetSetOption(NULL,INTERNET_OPTION_SETTINGS_CHANGED,NULL,0);
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 7/27/2004 |
---|
Keywords: | kbpending kbprb KB294989 |
---|
|