Added stub for DeleteIE3Cache.

This commit is contained in:
Stefan Leichter 2004-08-19 01:05:13 +00:00 committed by Alexandre Julliard
parent 3944cb3b68
commit ece5e478fe
2 changed files with 11 additions and 1 deletions

View File

@ -2125,3 +2125,13 @@ BOOL WINAPI GetUrlCacheConfigInfoA(LPDWORD CacheInfo, LPDWORD size, DWORD bitmas
INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
return FALSE;
}
/***********************************************************************
* DeleteIE3Cache (WININET.@)
*
*/
DWORD WINAPI DeleteIE3Cache(DWORD long1, DWORD long2, LPSTR strbufA, DWORD long3)
{
FIXME("(%ld, %ld, %s, %ld)\n", long1, long2, debugstr_a(strbufA), long3);
return 0;
}

View File

@ -25,7 +25,7 @@
@ stdcall CreateUrlCacheEntryA(str long str ptr long)
@ stub CreateUrlCacheEntryW
@ stdcall CreateUrlCacheGroup(long ptr)
@ stub DeleteIE3Cache
@ stdcall DeleteIE3Cache(long long str long)
@ stub DeleteUrlCacheContainerA
@ stub DeleteUrlCacheContainerW
@ stdcall DeleteUrlCacheEntry(str) DeleteUrlCacheEntryA