Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Registry monitor for windows mobile/ce

81 views
Skip to first unread message

mrk

unread,
Mar 10, 2009, 4:35:10 AM3/10/09
to
Hi,

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!

Erwin Zwart

unread,
Mar 10, 2009, 5:36:13 AM3/10/09
to
Did you try CeFindFirstRegChange/CeFindNextRegChange and
CeRegGetNotificationInfo api's

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:

sujatha venkatesh

unread,
Jan 23, 2012, 2:30:53 AM1/23/12
to
can you pls help me out to notify call back when resitry value changed in C#.

> On Tuesday, March 10, 2009 5:36 AM Erwin Zwart wrote:

> Did you try CeFindFirstRegChange/CeFindNextRegChange and
> CeRegGetNotificationInfo api's
>
> 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:


sujatha venkatesh

unread,
Jan 23, 2012, 4:07:01 AM1/23/12
to
Can you pls help me out in creating registryCallBack in compact framework C#

> On Tuesday, March 10, 2009 5:36 AM Erwin Zwart wrote:

> Did you try CeFindFirstRegChange/CeFindNextRegChange and
> CeRegGetNotificationInfo api's
>
> 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:


>> On Thursday, March 12, 2009 2:13 AM mrk wrote:

0 new messages