Desktop Functions: Smart Device Functions:
|
winhttpgetieproxyconfigforcurrentuser (winhttp)
C# Signature:
[DllImport("winhttp.dll", SetLastError=true)] VB Signature:
Declare Function WinHttpGetIEProxyConfigForCurrentUser Lib "winhttp.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:None. Tips & Tricks:Sample Code:WinHttp.WINHTTP_CURRENT_USER_IE_PROXY_CONFIG ieProxyConfig = new WinHttp.WINHTTP_CURRENT_USER_IE_PROXY_CONFIG(); WinHttp.WinHttpGetIEProxyConfigForCurrentUser(ref ieProxyConfig); 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). |
|