Skip to content

Support Win32 registry notify APIs #1676

@cromefire

Description

@cromefire

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions