Group: Internet Functions (WinInet) - Library: wininet
How to retrieve information about a cache entry (Internet Explorer)
BOOL GetUrlCacheEntryInfo(
LPCTSTR lpszUrlName,
LPINTERNET_CACHE_ENTRY_INFO lpCacheEntryInfo,
LPDWORD lpdwCacheEntryInfoBufferSize
);
DECLARE INTEGER GetUrlCacheEntryInfo IN wininet;
STRING lpszUrlName,;
STRING @ lpCacheEntryInfo,;
INTEGER @ lpdwCacheEntryInfoBufferSize
lpszUrlName [in] Pointer to a string that contains the name of the cache entry.
lpCacheEntryInfo [in] Pointer to an INTERNET_CACHE_ENTRY_INFO structure that receives information about the cache entry.
lpdwCacheEntryInfoBufferSize [in, out] Pointer to an unsigned long integer variable that specifies the size of the lpCacheEntryInfo buffer, in bytes.
Returns TRUE if successful, or FALSE otherwise.
Use local cache file to access dwonloaded pages offline.