Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WINHTTP_CURRENT_USER_IE_PROXY_CONFIG" in [All]

winhttp

.

static extern bool WinHttpGetIEProxyConfigForCurrentUser(ref WINHTTP_CURRENT_USER_IE_PROXY_CONFIG pProxyConfig);

.

Declare Function WinHttpGetIEProxyConfigForCurrentUser Lib "winhttp.dll" (ByRef pProxyConfig As WINHTTP_CURRENT_USER_IE_PROXY_CONFIG) As Boolean

.

WINHTTP_CURRENT_USER_IE_PROXY_CONFIG

.

WINHTTP_CURRENT_USER_IE_PROXY_CONFIG ieProxyConfig = new WINHTTP_CURRENT_USER_IE_PROXY_CONFIG();

.

Dim ieProxyConfig As WINHTTP_CURRENT_USER_IE_PROXY_CONFIG = New WINHTTP_CURRENT_USER_IE_PROXY_CONFIG()

.
Summary
The WINHTTP_CURRENT_USER_IE_PROXY_CONFIG structure contains the Internet Explorer proxy configuration information.
.

public struct WINHTTP_CURRENT_USER_IE_PROXY_CONFIG

.

Public Structure WINHTTP_CURRENT_USER_IE_PROXY_CONFIG

.
Documentation
[WINHTTP_CURRENT_USER_IE_PROXY_CONFIG] on MSDN

 
Access PInvoke.net directly from VS: