Searched refs:MyRegistry_QueryString2 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lzma/C/Util/7zipUninstall/ |
H A D | 7zipUninstall.c | 234 static int MyRegistry_QueryString2(HKEY hKey, LPCWSTR keyName, LPCWSTR valName, LPWSTR dest) in MyRegistry_QueryString2() function 471 if (MyRegistry_QueryString2(HKEY_CLASSES_ROOT, k_Reg_CLSID_7zip_Inproc, NULL, s)) in WriteCLSID() 545 if (MyRegistry_QueryString2(HKEY_LOCAL_MACHINE, k_AppPaths_7zFm, NULL, s)) in WriteCLSID() 552 if (MyRegistry_QueryString2(HKEY_LOCAL_MACHINE, k_Uninstall_7zip, L"UninstallString", s)) in WriteCLSID()
|
/aosp_15_r20/external/lzma/C/Util/7zipInstall/ |
H A D | 7zipInstall.c | 364 static int MyRegistry_QueryString2(HKEY hKey, LPCWSTR keyName, LPCWSTR valName, LPWSTR dest) in MyRegistry_QueryString2() function 1153 …if (!MyRegistry_QueryString2(HKEY_LOCAL_MACHINE, L"Software\\Microsoft\\Windows\\CurrentVersion", … in WinMain()
|