Implemented a stub for DetectAutoProxyUrl.

This commit is contained in:
Dan Wolf 2003-04-21 23:24:46 +00:00 committed by Alexandre Julliard
parent 013f89465c
commit b39c35457a
2 changed files with 18 additions and 0 deletions

View File

@ -189,6 +189,23 @@ BOOL WINAPI InternetInitializeAutoProxyDll(DWORD dwReserved)
return FALSE;
}
/***********************************************************************
* DetectAutoProxyUrl (WININET.@)
*
* Auto detect the proxy url
*
* RETURNS
* FALSE on failure
*
*/
BOOL WINAPI DetectAutoProxyUrl(LPSTR lpszAutoProxyUrl,
DWORD dwAutoProxyUrlLength, DWORD dwDetectFlags)
{
FIXME("STUB\n");
INTERNET_SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
/***********************************************************************
* InternetOpenA (WININET.@)

View File

@ -12,6 +12,7 @@
@ stub DeleteUrlCacheContainerW
@ stdcall DeleteUrlCacheEntry(str)
@ stdcall DeleteUrlCacheGroup(double long ptr) DeleteUrlCacheGroup
@ stdcall DetectAutoProxyUrl(str long long)
@ stdcall DllInstall(long ptr) WININET_DllInstall
@ stub FindCloseUrlCache
@ stub FindFirstUrlCacheContainerA