Will there be support for accessing 32bit views from 64bit apps, ala
KEY_WOW64_64KEY, etc., in Advapi32Util?
The key appears to be defined in WinNT, but I don't see any way to
make use of it through Advapi32Util registry routines.
If there is a way to do this now, or if it's going to be available in
the future, I would like to know the details. If there is example
code using the raw registry APIs directly, that would be helpful too.
Finally, I don't see any of the platform.jar source under JNA in
github. I was looking at older code on
java.net to see if there was a
signature I could use to set KEY_WOW64_64KEY, but I didn't see any.
Thanks!
Batkins