Scroll to navigation

DetectAutoProxyUrl(3w) Wine API DetectAutoProxyUrl(3w)

NAME

DetectAutoProxyUrl (WININET.@)

SYNOPSIS

BOOL DetectAutoProxyUrl
(
LPSTR lpszAutoProxyUrl,
DWORD dwAutoProxyUrlLength,
DWORD dwDetectFlags
)
 

DESCRIPTION

Auto detect the proxy url.
 

RETURNS

FALSE on failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/internet.c".
Debug channel "wininet".
Oct 2012 Wine API