Re: advapi32[2/2]: remove access checks from advapi32 (makes KEY_WOW64_* work)
24 Jul
2008
24 Jul
'08
10:29 a.m.
MikoĊaj Zalewski wrote:
+ hkey1 = NULL; + ret = RegCreateKeyExA(HKEY_LOCAL_MACHINE, "Software", 0, NULL, 0, KEY_READ|KEY_WOW64_32KEY, NULL, &hkey1, NULL); + ok(ret == ERROR_SUCCESS && hkey1 != NULL, "RegOpenKeyEx with KEY_WOW64_64KEY failed (err=%u)\n", ret); + RegCloseKey(hkey1); } The call to RegCreateKeyExA uses the KEY_WOW64_32KEY flag. -- Cheers, Paul.
6351
Age (days ago)
6351
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens