Some UrlCache stubs.

This commit is contained in:
Uwe Bonnes 2003-04-27 20:35:38 +00:00 committed by Alexandre Julliard
parent 1d60387e9c
commit 7c578ab349
2 changed files with 38 additions and 3 deletions

View File

@ -114,6 +114,19 @@ BOOL WINAPI GetUrlCacheEntryInfoA(LPCSTR lpszUrl,
return FALSE; return FALSE;
} }
/***********************************************************************
* GetUrlCacheEntryInfoW (WININET.@)
*
*/
BOOL WINAPI GetUrlCacheEntryInfoW(LPCWSTR lpszUrl,
LPINTERNET_CACHE_ENTRY_INFOW lpCacheEntry,
LPDWORD lpCacheEntrySize)
{
FIXME("(%s) stub\n",debugstr_w(lpszUrl));
SetLastError(ERROR_FILE_NOT_FOUND);
return FALSE;
}
/*********************************************************************** /***********************************************************************
* GetUrlCacheEntryInfoExA (WININET.@) * GetUrlCacheEntryInfoExA (WININET.@)
* *
@ -149,3 +162,25 @@ BOOL WINAPI GetUrlCacheEntryInfoExW(
INTERNET_SetLastError(ERROR_FILE_NOT_FOUND); INTERNET_SetLastError(ERROR_FILE_NOT_FOUND);
return FALSE; return FALSE;
} }
/***********************************************************************
* GetUrlCacheConfigInfoA (WININET.@)
*
* CacheInfo is some CACHE_CONFIG_INFO structure, with no MS info found by google
*/
BOOL GetUrlCacheConfigInfoA(LPDWORD CacheInfo, LPDWORD size, DWORD bitmask)
{
FIXME("\n");
INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
return FALSE;
}
/***********************************************************************
* GetUrlCacheConfigInfoW (WININET.@)
*/
BOOL GetUrlCacheConfigInfoW(LPDWORD CacheInfo, LPDWORD size, DWORD bitmask)
{
FIXME("\n");
INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
return FALSE;
}

View File

@ -51,12 +51,12 @@
@ stub FtpRenameFileW @ stub FtpRenameFileW
@ stdcall FtpSetCurrentDirectoryA(ptr str) @ stdcall FtpSetCurrentDirectoryA(ptr str)
@ stdcall FtpSetCurrentDirectoryW(ptr wstr) @ stdcall FtpSetCurrentDirectoryW(ptr wstr)
@ stub GetUrlCacheConfigInfoA @ stdcall GetUrlCacheConfigInfoA(ptr ptr long)
@ stub GetUrlCacheConfigInfoW @ stdcall GetUrlCacheConfigInfoW(ptr ptr long)
@ stdcall GetUrlCacheEntryInfoA(str ptr long) @ stdcall GetUrlCacheEntryInfoA(str ptr long)
@ stdcall GetUrlCacheEntryInfoExA(str ptr ptr str ptr ptr long) @ stdcall GetUrlCacheEntryInfoExA(str ptr ptr str ptr ptr long)
@ stdcall GetUrlCacheEntryInfoExW(wstr ptr ptr wstr ptr ptr long) @ stdcall GetUrlCacheEntryInfoExW(wstr ptr ptr wstr ptr ptr long)
@ stub GetUrlCacheEntryInfoW @ stdcall GetUrlCacheEntryInfoW(wstr ptr long)
@ stub GetUrlCacheHeaderData @ stub GetUrlCacheHeaderData
@ stub GopherCreateLocatorA @ stub GopherCreateLocatorA
@ stub GopherCreateLocatorW @ stub GopherCreateLocatorW