Tech Support > Microsoft Windows > Drivers > Registry change notification
Registry change notification
Posted by Ray Trent on February 12th, 2004


Can't find anything equivilent (probably doesn't exist except for the
extremely dubious practice of system hooking). Of course, you could have
a user-mode thread wait on RegNotifyChangeKeyValue and send an IOCTL to
the driver...

scm wrote:

--
.../ray\..

Posted by scm on February 13th, 2004


Hi All,

Is there any way my driver to get notified for a change in tha value of a
particular key in the registry. I mean an API in kernel mode similar to user
mode API RegNotifyChangeKeyValue.

Any suggestions/hints would be appreciated.

Thanks.



Posted by Marco on February 13th, 2004


You can register for a registry callback using cmRegisterCallback

--
Marco [ www.neovalens.com ]
--

"scm" <scm @ yahoo.com> wrote in message
news:Ole85KY8DHA.2056@TK2MSFTNGP10.phx.gbl...


Posted by Ray Trent on February 13th, 2004


Just curious... where do you find that? It's not in the DDK documentation...

Marco wrote:

--
.../ray\..


Similar Posts