Searched refs:lLongestSubKey (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | upgrade.cxx | 157 DWORD lLongestSubKey; in RegistryKeyHasUpgradeSubKey() local 160 …hKey, NULL, NULL, NULL, &nSubKeys, &lLongestSubKey, NULL, NULL, NULL, NULL, NULL, NULL) == ERROR_S… in RegistryKeyHasUpgradeSubKey() 162 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(lLongestSubKey + 1)); in RegistryKeyHasUpgradeSubKey() 166 LONG ret = RegEnumKey(hKey, i, buffer, lLongestSubKey + 1); in RegistryKeyHasUpgradeSubKey()
|
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 70 DWORD lLongestSubKey; in FindProductInstallationPath() local 72 …if (RegQueryInfoKey(hkey, NULL, NULL, NULL, &nSubKeys, &lLongestSubKey, NULL, NULL, NULL, NULL, NU… in FindProductInstallationPath() 76 CharacterBuffer_t buff(lLongestSubKey + 1); in FindProductInstallationPath()
|
Completed in 8 milliseconds