Searched refs:curr_user (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msi/ |
H A D | automation.c | 1921 HKEY curr_user = (HKEY)1; in test_Installer_RegistryValue() local 1938 hr = Installer_RegistryValueE(curr_user, L"Software\\Wine\\Test", &bRet); in test_Installer_RegistryValue() 1943 hr = Installer_RegistryValueW(curr_user, L"Software\\Wine\\Test", NULL, szString); in test_Installer_RegistryValue() 1947 hr = Installer_RegistryValueI(curr_user, L"Software\\Wine\\Test", 0, szString, VT_BSTR); in test_Installer_RegistryValue() 1977 hr = Installer_RegistryValueE(curr_user, L"Software\\Wine\\Test", &bRet); in test_Installer_RegistryValue() 1982 hr = Installer_RegistryValueW(curr_user, L"Software\\Wine\\Test", NULL, szString); in test_Installer_RegistryValue() 1993 hr = Installer_RegistryValueW(curr_user, L"Software\\Wine\\Test", L"One", szString); in test_Installer_RegistryValue() 2006 hr = Installer_RegistryValueW(curr_user, L"Software\\Wine\\Test", L"Three", szString); in test_Installer_RegistryValue() 2011 hr = Installer_RegistryValueW(curr_user, L"Software\\Wine\\Test", L"Four", szString); in test_Installer_RegistryValue() 2023 hr = Installer_RegistryValueW(curr_user, L"Software\\Wine\\Test", L"Six", szString); in test_Installer_RegistryValue() [all …]
|