Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.65 KB

ns-wininet-auto_proxy_script_buffer.md

File metadata and controls

79 lines (63 loc) · 2.65 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
NS:wininet.AUTO_PROXY_SCRIPT_BUFFER
AUTO_PROXY_SCRIPT_BUFFER (wininet.h)
The AUTO_PROXY_SCRIPT_BUFFER structure is used to pass an autoproxy script in a buffer to InternetInitializeAutoProxyDll , instead of identifying a file that InternetInitializeAutoProxyDll opens.
*LPAUTO_PROXY_SCRIPT_BUFFER
AUTO_PROXY_SCRIPT_BUFFER
AUTO_PROXY_SCRIPT_BUFFER structure [WinINet]
wininet.auto_proxy_script_buffer
wininet/AUTO_PROXY_SCRIPT_BUFFER
wininet\auto_proxy_script_buffer.htm
wininet
4bbe875a-1eac-421a-90c6-ac60b2229b4c
12/05/2018
*LPAUTO_PROXY_SCRIPT_BUFFER, AUTO_PROXY_SCRIPT_BUFFER, AUTO_PROXY_SCRIPT_BUFFER structure [WinINet], wininet.auto_proxy_script_buffer, wininet/AUTO_PROXY_SCRIPT_BUFFER
wininet.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
AUTO_PROXY_SCRIPT_BUFFER, *LPAUTO_PROXY_SCRIPT_BUFFER
19H1
LPAUTO_PROXY_SCRIPT_BUFFER
wininet/LPAUTO_PROXY_SCRIPT_BUFFER
AUTO_PROXY_SCRIPT_BUFFER
wininet/AUTO_PROXY_SCRIPT_BUFFER
c++
APIRef
kbSyntax
HeaderDef
Wininet.h
AUTO_PROXY_SCRIPT_BUFFER

AUTO_PROXY_SCRIPT_BUFFER structure

-description

The AUTO_PROXY_SCRIPT_BUFFER structure is used to pass an autoproxy script in a buffer to InternetInitializeAutoProxyDll , instead of identifying a file that InternetInitializeAutoProxyDll opens.

-struct-fields

-field dwStructSize

Size of this structure. Always set to "sizeof(AUTO_PROXY_SCRIPT_BUFFER)".

-field lpszScriptBuffer

Pointer to the script buffer being passed using this structure.

-field dwScriptBufferSize

Size of the script buffer pointed to by lpszScriptBuffer.

-remarks

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

InternetInitializeAutoProxyDll