Skip to content

Commit 4e8dd7f

Browse files
CamWmatthiasblaesing
authored andcommitted
Expose 'samDesired' param to all Advapi32Util#registry* methods
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
1 parent 1390689 commit 4e8dd7f

File tree

3 files changed

+664
-32
lines changed

3 files changed

+664
-32
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Features
2929
* [#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).
3030
* [#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).
3131
* [#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).
32+
* [#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).
3233

3334
Bug Fixes
3435
---------

0 commit comments

Comments
 (0)