Question about RegNotifyChangeKeyValue ?

  • Thread starter Thread starter efriend
  • Start date Start date
E

efriend

I have read the win32 documentation for RegNotifyChangeKeyValue
and I was wondering if it is 100 percent garanteed to capture all events
from a top key because it seems we need to reissue the notification
after every event. Is there not a danger that a change can occur faster
than a new notification is requested?
 
I have read the win32 documentation for RegNotifyChangeKeyValue
and I was wondering if it is 100 percent garanteed to capture all events
from a top key because it seems we need to reissue the notification
after every event.
No


Is there not a danger that a change can occur faster
than a new notification is requested?

Sure. You are, after all, running a multitasking operating system.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top