SAMPLE: CacheVW.exe Enumerates and Displays WinInet Cache (172607)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 3.0
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 4.01
- Microsoft Windows Internet Services (WinInet)
This article was previously published under Q172607 SUMMARY
CacheVW.exe is a sample that demonstrates how to enumerate and display
WinInet cache entries. CacheVW.exe contains three files: Cachevw.cpp,
Cachevw.rc, and Makefile. If you have Win32 SDK or Visual C++ installed,
you can run the nmake utility to compile the sample. CacheVW.exe uses the
following WinInet caching APIs:
- FindFirstUrlEntry
- FindNextUrlCacheEntry
- FindCloseUrlCache
- GetCacheEntryInfo
- RetrieveUrlCacheEntryStream
- ReadUrlCacheEntryStream
- UnlockUrlCachEntryStream
Modification Type: | Minor | Last Reviewed: | 8/5/2004 |
---|
Keywords: | kbdownload kbfile kbinfo kbSample KB172607 kbAudDeveloper |
---|
|