-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Currently using JNA, the registry can only be polled all the time and there's no ability to watch a key using Advapi32Util
.
The Win32 API does support RegNotifyChangeKeyValue
though which would enable this functionality. It uses Events though which I have no Idea how to implement, so I don't think I'd be able to implement it myself. Not really a Windows low level dev...
In the Advapi32 interface the method is there, but it take a native pointer to some event handler and stuff which seems to be quite dangerous to use directly.
Metadata
Metadata
Assignees
Labels
No labels