Is there any way to monitor registry changes in whole windows mobile?
Now I'm using RegistryNotifyCallback method from API, but it notifies
if particular key is changed.
My problem is, that I want to monitor whole registry, or one subtree.
Any ideas how can I do this?
Best regards!
Use the second parameter in CeFindFirstRegChange() (bWatchSubtree) and
set it to TRUE, for monitoring the subtree as well.
As this works fine, I have never seen the CeRegGetNotificationInfo()
come up with some valid info though.
You can also try the CeRegTestSetValueW() api.
Good luck,
Erwin Zwart,
Check out my blog: http://GuruCE.com/blog
GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.
mrk schreef: