Commit 4450a611 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

- Documentation of the index.dat files.

- Read support for "Temporary Internet Files". - Limited write support for "Temporary Internet Files" (provided file does not need enlarging). - Delete support (untested on anything other than Temporary Internet Files).
parent a3cba523
...@@ -4,7 +4,7 @@ TOPOBJDIR = ../.. ...@@ -4,7 +4,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = wininet.dll MODULE = wininet.dll
IMPORTS = mpr shlwapi user32 advapi32 kernel32 IMPORTS = mpr shlwapi shell32 user32 advapi32 kernel32
EXTRALIBS = $(LIBUNICODE) EXTRALIBS = $(LIBUNICODE)
LDDLLFLAGS = @LDDLLFLAGS@ LDDLLFLAGS = @LDDLLFLAGS@
......
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
@ stub DeleteIE3Cache @ stub DeleteIE3Cache
@ stub DeleteUrlCacheContainerA @ stub DeleteUrlCacheContainerA
@ stub DeleteUrlCacheContainerW @ stub DeleteUrlCacheContainerW
@ stdcall DeleteUrlCacheEntry(str) @ stdcall DeleteUrlCacheEntry(str) DeleteUrlCacheEntryA
@ stdcall DeleteUrlCacheEntryA(str)
@ stub DeleteUrlCacheEntryW
@ stdcall DeleteUrlCacheGroup(double long ptr) @ stdcall DeleteUrlCacheGroup(double long ptr)
@ stdcall DetectAutoProxyUrl(str long long) @ stdcall DetectAutoProxyUrl(str long long)
@ stdcall DllInstall(long ptr) WININET_DllInstall @ stdcall DllInstall(long ptr) WININET_DllInstall
...@@ -147,10 +149,10 @@ ...@@ -147,10 +149,10 @@
@ stdcall IsHostInProxyBypassList(long str long) @ stdcall IsHostInProxyBypassList(long str long)
@ stub LoadUrlCacheContent @ stub LoadUrlCacheContent
@ stub ParseX509EncodedCertificateForListBoxEntry @ stub ParseX509EncodedCertificateForListBoxEntry
@ stub ReadUrlCacheEntryStream @ stdcall ReadUrlCacheEntryStream(ptr long ptr ptr long)
@ stdcall RetrieveUrlCacheEntryFileA(str ptr ptr long) @ stdcall RetrieveUrlCacheEntryFileA(str ptr ptr long)
@ stub RetrieveUrlCacheEntryFileW @ stub RetrieveUrlCacheEntryFileW
@ stub RetrieveUrlCacheEntryStreamA @ stdcall RetrieveUrlCacheEntryStreamA(str ptr ptr long long)
@ stub RetrieveUrlCacheEntryStreamW @ stub RetrieveUrlCacheEntryStreamW
@ stub RunOnceUrlCache @ stub RunOnceUrlCache
@ stub SetUrlCacheConfigInfoA @ stub SetUrlCacheConfigInfoA
...@@ -162,6 +164,8 @@ ...@@ -162,6 +164,8 @@
@ stub ShowClientAuthCerts @ stub ShowClientAuthCerts
@ stub ShowSecurityInfo @ stub ShowSecurityInfo
@ stub ShowX509EncodedCertificate @ stub ShowX509EncodedCertificate
@ stub UnlockUrlCacheEntryFile @ stdcall UnlockUrlCacheEntryFile(str long) UnlockUrlCacheEntryFileA
@ stub UnlockUrlCacheEntryStream @ stdcall UnlockUrlCacheEntryFileA(str long)
@ stub UnlockUrlCacheEntryFileW
@ stdcall UnlockUrlCacheEntryStream(ptr long)
@ stub UpdateUrlCacheContentPath @ stub UpdateUrlCacheContentPath
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment