-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advapi32#RegNotifyChangeKeyValue should be supported #1338
Comments
Dani-Hub
added a commit
to Dani-Hub/jna
that referenced
this issue
Apr 10, 2021
…pported Attempting to call the Advapi32 function RegNotifyChangeKeyValue doesn't work, because this method is not declared yet in interface Advapi32. This adds the missing method declaration.
Dani-Hub
added a commit
to Dani-Hub/jna
that referenced
this issue
Apr 10, 2021
…pported This adds another unit test to Advapi32Test validating basic functionality of Advapi32#RegNotifyChangeKeyValue.
Dani-Hub
added a commit
to Dani-Hub/jna
that referenced
this issue
Apr 10, 2021
…pported Fixing check style issues
Pull request 1339 attempts to solve the reported problem. |
dbwiddis
added a commit
to Dani-Hub/jna
that referenced
this issue
Apr 18, 2021
…ChangeKeyValue-should-be-supported
dbwiddis
added a commit
to Dani-Hub/jna
that referenced
this issue
Apr 18, 2021
…ChangeKeyValue-should-be-supported
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to call the Advapi32 function RegNotifyChangeKeyValue (as specified here) doesn't work, because this method is not declared yet in interface Advapi32.
A pull request is ongoing
The text was updated successfully, but these errors were encountered: