المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ERROR_FILE_NOT_FOUND while using GetUrlCacheEntryInfo() ?



C# Programming
04-23-2009, 03:31 PM
I want to get a copy of PDF file (from temporary internet files) which is opened on IE?
For this I was using

GetUrlCacheEntryInfo(String lpxaUrlName, IntPtr lpCacheEntryInfo, ref int lpdwCacheEntryInfoBufferSize);


this has been given in http://theagussantoso.blogspot.com/2008/11/get-temporary-internet-explorer-files.html


I get the error ERROR_FILE_NOT_FOUND when I was trying to get the realpath of the PDF file opened on browser?

How can I do this?