Windows Mobile browser history
Posted
by kurige
on Stack Overflow
See other posts from Stack Overflow
or by kurige
Published on 2010-04-26T12:38:11Z
Indexed on
2010/04/26
12:43 UTC
Read the original article
Hit count: 466
How can I retrieve a list of urls a user has visited on a Windows Mobile phone?
I've written a program that successfully retrieves the visited urls in a user's cache, using FindFirstUrlCacheEntry
and FindNextUrlCacheEntry
- but as I understand it this is not the same as the user's actual web history. In any case it does not seem to give correct results.
© Stack Overflow or respective owner