文件名称:UrlExplr_src
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- 老*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
提取URL网页缓存记录,通过winet库接口调用,FindFirst返回一个句柄,FindNext返回下一个,直到所有返回完为止。-My desire to create a one button solution to blow away all files left on my machine from my browser lead me down the path of the URL Cache. This seems to be the place where all internet related files are managed. Of course this journey turned into a full-blown application to look into the cache and view the details of what s actually kept there.
All methods to manipulate the URL cache are part of the WinInet library. This library is fairly low-level (not quite at the socket level, but it s pretty far down there). In addition to the cache, the library also provides http, ftp, and gopher file transfer functionality.
Walking the URL cache is very similar to using the Win32 file related functions. FindFirst (with some parameters) returns a handle, FindNext (until there are no more), that sort of thing. I developed a set of classes to deal with the nitty-gritty. You ll find these in the UrlCacheUtil.h/.cpp files.
The application is fairly self documenting (famous last words). I
All methods to manipulate the URL cache are part of the WinInet library. This library is fairly low-level (not quite at the socket level, but it s pretty far down there). In addition to the cache, the library also provides http, ftp, and gopher file transfer functionality.
Walking the URL cache is very similar to using the Win32 file related functions. FindFirst (with some parameters) returns a handle, FindNext (until there are no more), that sort of thing. I developed a set of classes to deal with the nitty-gritty. You ll find these in the UrlCacheUtil.h/.cpp files.
The application is fairly self documenting (famous last words). I
(系统自动生成,下载前可以参看下载内容)
下载文件列表
UrlExplr.rc
res\toolbar.bmp
...\UrlExplr.exe.manifest
...\UrlExplr.ico
res
aboutdlg.h
ComDateTime.h
Convert.h
DlgEntryDetail.h
mainfrm.h
resource.h
stdafx.h
UrlCacheUtil.h
UrlExplr.h
UrlExplrview.h
aboutdlg.cpp
Convert.cpp
DlgEntryDetail.cpp
mainfrm.cpp
stdafx.cpp
UrlCacheUtil.cpp
UrlExplr.cpp
UrlExplrview.cpp
UrlExplr.dsp
UrlExplr.dsw
res\toolbar.bmp
...\UrlExplr.exe.manifest
...\UrlExplr.ico
res
aboutdlg.h
ComDateTime.h
Convert.h
DlgEntryDetail.h
mainfrm.h
resource.h
stdafx.h
UrlCacheUtil.h
UrlExplr.h
UrlExplrview.h
aboutdlg.cpp
Convert.cpp
DlgEntryDetail.cpp
mainfrm.cpp
stdafx.cpp
UrlCacheUtil.cpp
UrlExplr.cpp
UrlExplrview.cpp
UrlExplr.dsp
UrlExplr.dsw