Get access to userdata behavior data
-
Tuesday, February 14, 2012 8:01 AM
Hello!
How can I get access and enumerate data that has been saved in IE #userdata behavior with C++ or C#?
All Replies
-
Tuesday, February 14, 2012 10:55 AMTry to find in google. Google has answer of all question.
-
Wednesday, February 15, 2012 6:37 AM
Google has no answer for that...
I don't know userdata keys (and these dost not appear in current page content), how can I get it all, associated with current page?
-
Thursday, February 16, 2012 8:51 AMModerator
Hello,
There is a protected mode in BHO programming to protect the user private information.
Protected Mode accomplishes this goal using the integrity mechanisms of Windows Vista which restrict access to processes, files, and registry keys with higher integrity levels.
If you want to access some information in target machine, you need to follow that limit
For more information you can see this document.
http://msdn.microsoft.com/en-us/library/ie/ms537319(v=vs.85).aspxBest regards,
JesseJesse Jiang [MSFT]
MSDN Community Support | Feedback to us
- Proposed As Answer by Jesse JiangMicrosoft Contingent Staff, Moderator Monday, February 20, 2012 8:07 AM


