Home
last modified time | relevance | path

Searched refs:pathkey (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/msi/
H A Dpackage.c5434 HKEY hkey1, hkey2, pathkey = NULL; in test_installprops() local
5493 0, KEY_QUERY_VALUE | KEY_WOW64_64KEY, &pathkey); in test_installprops()
5617 r = RegQueryValueExA(pathkey, "ProgramFilesDir (x86)", 0, &type, (BYTE *)path, &size); in test_installprops()
5622 RegQueryValueExA(pathkey, "ProgramFilesDir", 0, &type, (BYTE *)path, &size); in test_installprops()
5627 RegQueryValueExA(pathkey, "CommonFilesDir (x86)", 0, &type, (BYTE *)path, &size); in test_installprops()
5632 RegQueryValueExA(pathkey, "CommonFilesDir", 0, &type, (BYTE *)path, &size); in test_installprops()
5646 RegQueryValueExA(pathkey, "ProgramFilesDir", 0, &type, (BYTE *)path, &size); in test_installprops()
5651 RegQueryValueExA(pathkey, "CommonFilesDir", 0, &type, (BYTE *)path, &size); in test_installprops()
5666 RegCloseKey(pathkey); in test_installprops()