Skip to content

Latest commit

 

History

History
94 lines (68 loc) · 3.5 KB

nf-wininet-internetinitializeautoproxydll.md

File metadata and controls

94 lines (68 loc) · 3.5 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wininet.InternetInitializeAutoProxyDll
InternetInitializeAutoProxyDll function (wininet.h)
The InternetInitializeAutoProxyDll function (wininet.h) is one of two WinINet functions named InternetInitializeAutoProxyDll.
InternetInitializeAutoProxyDll
InternetInitializeAutoProxyDll function [WinINet]
_inet_internetinitializeautoproxydll_function
wininet.internetinitializeautoproxydll
winineti/InternetInitializeAutoProxyDll
wininet\internetinitializeautoproxydll.htm
wininet
d55d64cb-ee92-4366-a1bb-f5d421ed81c8
08/10/2022
InternetInitializeAutoProxyDll, InternetInitializeAutoProxyDll function [WinINet], _inet_internetinitializeautoproxydll_function, wininet.internetinitializeautoproxydll, winineti/InternetInitializeAutoProxyDll
wininet.h
Wininet.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
JSProxy.dll
Windows
19H1
InternetInitializeAutoProxyDll
wininet/InternetInitializeAutoProxyDll
c++
APIRef
kbSyntax
DllExport
JSProxy.dll
InternetInitializeAutoProxyDll

InternetInitializeAutoProxyDll function

Note

This function is deprecated. For autoproxy support, use HTTP Services (WinHTTP) version 5.1 instead. For more information, see WinHTTP AutoProxy Support.

-description

There are two WinINet functions named InternetInitializeAutoProxyDll. The first, which merely refreshes the internal state of proxy configuration information from the registry, has a single parameter as documented directly below.

The second function, prototyped as pfnInternetInitializeAutoProxyDll, is part of WinINet's limited autoproxy support, and must be called by dynamically linking to "JSProxy.dll".

-parameters

-param dwReserved [in]

This parameter is reserved and must be 0.

-returns

Returns TRUE if successful, or FALSE otherwise. To get extended error information, call GetLastError.

-remarks

Because the InternetInitializeAutoProxyDll function takes time to complete its operation, it should not be called from a UI thread.

Like all other aspects of the WinINet API, this function cannot be safely called from within DllMain or the constructors and destructors of global objects.

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).
 

-see-also

DetectAutoProxyUrl

InternetDeInitializeAutoProxyDll

InternetGetProxyInfo

WinHTTP AutoProxy Support