Skip to content

Commit

Permalink
Expose 'samDesired' param to all Advapi32Util#registry* methods
Browse files Browse the repository at this point in the history
Added overloads to `c.s.j.platform.win32.Advapi32Util` methods which
allow the caller to specify `samDesiredExtra` to request additional registry
key security and access rights

It also allows accessing alternative registry views by specifying:
KEY_WOW64_64KEY or KEY_WOW64_32KEY

Closes: #379
  • Loading branch information
CamW authored and matthiasblaesing committed Aug 26, 2018
1 parent 1390689 commit 4e8dd7f
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 32 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Features
* [#992](https://github.com/java-native-access/jna/pull/992): Improve stability of windows tests and add appveyor configuration for windows CI builds - [@matthiasblaesing](https://github.com/matthiasblaesing).
* [#995](https://github.com/java-native-access/jna/pull/995): Added structures and methods to `c.s.j.platform.mac.SystemB` for Process, Network interface, Swapfile, Time, and Filesystem info - [@dbwiddis](https://github.com/dbwiddis).
* [#997](https://github.com/java-native-access/jna/issues/997): Added `Sysinfo` structure and function to `c.s.j.platform.linux.LibC` - [@dbwiddis](https://github.com/dbwiddis).
* [#1001](https://github.com/java-native-access/jna/pull/1001): Added overloads to `c.s.j.platform.win32.Advapi32Util` methods which allow the caller to specify `samDesiredExtra` to request additional registry key security and access rights - [@camw](https://github.com/camw).

Bug Fixes
---------
Expand Down
Loading

0 comments on commit 4e8dd7f

Please sign in to comment.