Watch Registry for changes (RegNotifyChangeKeyValue)?

  • Thread starter Thread starter Benjamin Lukner
  • Start date Start date
B

Benjamin Lukner

Hi!

I need to watch if data in a registry key changes.
On Windows XP there is the function RegNotifyChangeKeyValue() that WinCE
does not provide.

What is the preferred way of doing so under CE?

Regards,

Benjamin Lukner
 
Windows Mobile 5.0 and upward support a number of Registry notification
functions but only for keys created with the volatile flag. There isn't an
equivalent for generic Windows CE (other than polling)

Peter
 
Back
Top