Desktop Functions: Smart Device Functions:
|
winhttpgetieproxyconfigforcurrentuser (winhttp)
C# Signature:
[DllImport("winhttp.dll", SetLastError=true)] VB Signature:
Declare Function WinHttpGetIEProxyConfigForCurrentUser Lib "winhttp.dll" (ByRef pProxyConfig As WINHTTP_CURRENT_USER_IE_PROXY_CONFIG) As Boolean User-Defined Types:WINHTTP_CURRENT_USER_IE_PROXY_CONFIG Alternative Managed API:Do you know one? Please contribute it! Notes:None. Tips & Tricks:Sample Code:C#:
WINHTTP_CURRENT_USER_IE_PROXY_CONFIG ieProxyConfig = new WINHTTP_CURRENT_USER_IE_PROXY_CONFIG(); VB:
Dim ieProxyConfig As WINHTTP_CURRENT_USER_IE_PROXY_CONFIG = New WINHTTP_CURRENT_USER_IE_PROXY_CONFIG() Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|