Hello guys,
In a Pre-Create registry callback, is there any way of knowing whether the key exists or not, other than trying to open it?
Thanks!
Hello guys,
In a Pre-Create registry callback, is there any way of knowing whether the key exists or not, other than trying to open it?
Thanks!
Well, judging by the lack of feedback, it seems that there’s no other way than open the key ![]()
Thanks anyway…
On 9/9/2010 1:50 PM, xxxxx@yahoo.es wrote:
Well, judging by the lack of feedback, it seems that there’s no other way than open the key
Or you can handle the request on the post processing side. Of course
you’d need to handle the case of the key actually being created, but
that is fairly trivial.
Pete
–
Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295
That is another possibililty, but it has some drawbacks for me.
Thanks Peter.