Skip to content
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

#1338 advapi32#reg notify change key value should be supported #1339

Conversation

Dani-Hub
Copy link
Contributor

As noted by #1338, attempting to call the Advapi32 function RegNotifyChangeKeyValue doesn't work, because this method is not declared yet in interface Advapi32. This request adds the missing function and a basic test.

@dbwiddis
Copy link
Contributor

Thanks, this looks great. Can you add an entry to CHANGES please?

@dbwiddis dbwiddis linked an issue Apr 15, 2021 that may be closed by this pull request
…n't work, because this method is not declared yet in interface Advapi32. This adds the missing method declaration.

This also adds another unit test to Advapi32Test validating basic functionality of Advapi32#RegNotifyChangeKeyValue.
@dbwiddis dbwiddis force-pushed the #1338-Advapi32#RegNotifyChangeKeyValue-should-be-supported branch from 2d2e7b8 to 739cabc Compare April 18, 2021 16:53
@dbwiddis dbwiddis merged commit 9794ec6 into java-native-access:master Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Advapi32#RegNotifyChangeKeyValue should be supported
2 participants