Discussion:
InternetSetOption in Windows 7
(too old to reply)
bookfer420
2009-12-29 03:58:01 UTC
Permalink
I am trying to change proxy settings and update them. The code works on win
XP and in win vista 32 and 64. However, in Windows 7 this is not working.
GetLastError returns 10110 on INTERNET_OPTION_SETTINGS_CHANGED and
INTERNET_OPTION_REFRESH

WSA_E_NO_MORE
10110 (0x277E)

No more results can be returned by WSALookupServiceNext.

Has something in this process changed in Windows 7?
Rick
2009-12-31 07:15:33 UTC
Permalink
Post by bookfer420
I am trying to change proxy settings and update them. The code works on win
XP and in win vista 32 and 64.  However,  in Windows 7 this is not working.  
GetLastError returns 10110 on INTERNET_OPTION_SETTINGS_CHANGED and
INTERNET_OPTION_REFRESH
WSA_E_NO_MORE
10110 (0x277E)
No more results can be returned by WSALookupServiceNext.
 Has something in this process changed in Windows 7?
I am having this exact same issue. Any solutions yet?

Thanks,
Rick
Sheng Jiang [MVP]
2010-01-01 18:37:40 UTC
Permalink
looks like there is no interest here...
If you think this is a bug, you can open a new bug report at
http://connect.microsoft.com/wndp
Post by bookfer420
I am trying to change proxy settings and update them. The code works on win
XP and in win vista 32 and 64. However, in Windows 7 this is not working.
GetLastError returns 10110 on INTERNET_OPTION_SETTINGS_CHANGED and
INTERNET_OPTION_REFRESH
WSA_E_NO_MORE
10110 (0x277E)
No more results can be returned by WSALookupServiceNext.
Has something in this process changed in Windows 7?
Rick
2010-01-03 07:57:16 UTC
Permalink
On Jan 2, 2:37 am, "Sheng Jiang [MVP]"
Post by Sheng Jiang [MVP]
looks like there is no interest here...
If you think this is a bug, you can open a new bug report athttp://connect.microsoft.com/wndp
Thanks. For anyone interested, the bug report is filed here:
https://connect.microsoft.com/WNDP/feedback/ViewFeedback.aspx?FeedbackID=522933
Post by Sheng Jiang [MVP]
Post by bookfer420
I am trying to change proxy settings and update them. The code works on win
XP and in win vista 32 and 64.  However,  inWindows 7this is not
working.
GetLastError returns 10110 on INTERNET_OPTION_SETTINGS_CHANGED and
INTERNET_OPTION_REFRESH
WSA_E_NO_MORE
10110 (0x277E)
No more results can be returned by WSALookupServiceNext.
Has something in this process changed inWindows 7?
Loading...