You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there is a way to get value from wow64, u can skip this and just tell me how i can tell the Advapi32Util to read the string/dword/int from Wow6432Node folder in the registry and not from this folder.
every method in Advapi32Util call the method: Advapi32.INSTANCE.RegOpenKeyEx
i want that the param: 'samDesired' will be expose to the user under the name wow64 in order to support to read value from the registry under wow64.
the value should be like:
* 0 for standard registry access (32-bits for 32-bit app, 64-bits for 64-bits app)
* or KEY_WOW64_32KEY to force access to 32-bit registry view,
* or KEY_WOW64_64KEY to force access to 64-bit registry view
and the method on the 4th param will be like: (WinNT.KEY_READ | wow64) or will ask for specific enum
10x in advance,
Roey.
The text was updated successfully, but these errors were encountered:
hi,
if there is a way to get value from wow64, u can skip this and just tell me how i can tell the Advapi32Util to read the string/dword/int from Wow6432Node folder in the registry and not from this folder.
every method in Advapi32Util call the method: Advapi32.INSTANCE.RegOpenKeyEx
i want that the param: 'samDesired' will be expose to the user under the name wow64 in order to support to read value from the registry under wow64.
the value should be like:
* 0 for standard registry access (32-bits for 32-bit app, 64-bits for 64-bits app)
* or KEY_WOW64_32KEY to force access to 32-bit registry view,
* or KEY_WOW64_64KEY to force access to 64-bit registry view
and the method on the 4th param will be like: (WinNT.KEY_READ | wow64) or will ask for specific enum
10x in advance,
Roey.
The text was updated successfully, but these errors were encountered: