Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx157 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()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx70 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 16 milliseconds