win32_registry icon indicating copy to clipboard operation
win32_registry copied to clipboard

feat: observe key values changes

Open kamilkarp opened this issue 1 year ago • 0 comments

I've added the ability to observe changes of key values. User gets notification event via stream if values inside the key changes. Optionally, user can set includeSubkeys to also get notified about changes in subkeys. We need to encapsulate RegNotifyChangeKeyValue function in isolate otherwise apps would be locked.

kamilkarp avatar Apr 03 '23 21:04 kamilkarp