win32inet.WinHttpGetIEProxyConfigForCurrentUser
tuple = WinHttpGetIEProxyConfigForCurrentUser()
Obtains the Internet Explorer proxy configuration for the current user.
Win32 API References
Return Value
The result is a windows WINHTTP_CURRENT_USER_IE_PROXY_CONFIG structure; a tuple of an int (bool) and 3 unicode strings (fAutoDetect, lpszAutoConfigUrl, lpszProxy, lpszProxyBypass).