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;
+}
@ 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