15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту


Internet Explorer Cache

Jim Husband -- jimhus@airmail.net
Tuesday, August 13, 1996

Environment: VC++ 4.2, Windows 95

	I am looking for information on accessing the IE Cache information. I
believe there is (was going to be ?) a set of MFC classes to access this.
Unfortunately, I cannot find any references to it at all. Can anyone help?

Jim Husband




Mike Blaszczak -- mikeblas@nwlink.com
Thursday, August 15, 1996

At 09:51 PM 8/13/96 -0500, you wrote:
>I am looking for information on accessing the IE Cache information. I
>believe there is (was going to be ?) a set of MFC classes to access this.

There are no such classes.  There never was a plan to make such classes--
whoever told you that was making it up.  

>Unfortunately, I cannot find any references to it at all. Can anyone help?

You can't find references to such MFC classes because they don't exist.
There are APIs to do what you want: they're documented with the rest of
the WININET.DLL functions, in the ActiveX SDK.


.B ekiM
http://www.nwlink.com/~mikeblas/
These words are my own. I do not speak on behalf of Microsoft.




Yury Kosov -- Yury@msn.com
Friday, August 16, 1996

	Jim,
	The information you are looking for is in a system registry:
HKEY_LOCAL_MACHINE\SIFTWARE\Microsoft\Windows\CurrentVersion\
Internet Settings\Cache and also there are some user specific data in
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main.
	You can use RegEdit to look them up. Programmatically use
the Reg...() family of APIs to access the data.

	Yury Kosov
	CoreTek, Inc.
	yury@msn.com

----------
From: 	owner-mfc-l@netcom.com on behalf of Jim Husband
Sent: 	Tuesday, August 13, 1996 7:51 PM
To: 	MFC Mailing List
Subject: 	Internet Explorer Cache

Environment: VC++ 4.2, Windows 95

	I am looking for information on accessing the IE Cache information. I
believe there is (was going to be ?) a set of MFC classes to access this.
Unfortunately, I cannot find any references to it at all. Can anyone help?

Jim Husband





Mike Blaszczak -- mikeblas@nwlink.com
Monday, August 19, 1996

At 11:36 PM 8/16/96 UT, Yury Kosov wrote:

>	The information you are looking for is in a system registry:
>HKEY_LOCAL_MACHINE\SIFTWARE\Microsoft\Windows\CurrentVersion\
>Internet Settings\Cache and also there are some user specific data in
>HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main.
>	You can use RegEdit to look them up. Programmatically use
>the Reg...() family of APIs to access the data.

Please don't party on the registry directly when APIs do exist to do
the same thing: you're setting yourself up for later breakage.  The
WININET.H file in the ActiveX SDK describes APIs that can be used to
play with the Internet cache.  They're documented in the online help
in the ActiveX SDK.

.B ekiM
http://www.nwlink.com/~mikeblas/
These words are my own. I do not speak on behalf of Microsoft.





| Вернуться в корень Архива |