/aoo41x/main/setup_native/source/win32/customactions/reg4allmsdoc/ |
H A D | reg4allmsi.cxx | 130 HKEY hSubKey; in CheckExtensionInRegistry() local 131 … lResult = RegOpenKeyExA( hKey, "OpenWithList", 0, KEY_ENUMERATE_SUB_KEYS, &hSubKey ); in CheckExtensionInRegistry() 138 … lResult = RegEnumKeyExA( hSubKey, nIndex++, szBuffer, &nSize, NULL, NULL, NULL, NULL ); in CheckExtensionInRegistry() 221 HKEY hSubKey = NULL; in RemoveExtensionInRegistry() local 226 lResult = RegOpenKeyExA( hKey, lpSubKey, 0, KEY_QUERY_VALUE, &hSubKey ); in RemoveExtensionInRegistry() 235 lResult = RegQueryValueExA( hSubKey, "", NULL, NULL, (LPBYTE)szBuffer, &nSize ); in RemoveExtensionInRegistry() 237 RegQueryInfoKeyA( hSubKey, 0, 0, 0, &nSubKeys, 0, 0, 0, 0, 0, 0, 0 ); in RemoveExtensionInRegistry() 238 RegCloseKey( hSubKey ); in RemoveExtensionInRegistry() 250 lResult = RegOpenKeyExA( hKey, lpSubKey, 0, KEY_SET_VALUE, &hSubKey ); in RemoveExtensionInRegistry() 252 RegDeleteValueA( hSubKey, "" ); in RemoveExtensionInRegistry()
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Utilities.bas | 409 Private Function GetRegValue(hSubKey As Long, sKeyName As String) As String 415 If hSubKey <> 0 Then 427 If RegQueryValueEx(hSubKey, _ 437 If RegQueryValueEx(hSubKey, _ 454 Dim hSubKey As Long variable 458 0, KEY_READ, hSubKey) 461 OpenRegKey = hSubKey
|
/aoo41x/main/registry/workben/ |
H A D | regspeed.cxx | 110 RegKeyHandle hRootKey, hKey, hSubKey, hSubSubKey; in main() local 158 if (reg_createKey(hKey, keyName2.pData, &hSubKey)) in main() 166 if (reg_createKey(hSubKey, keyName3.pData, &hSubSubKey)) in main() 175 if (reg_closeKey(hSubKey)) in main() 207 if (reg_openKey(hRootKey, keyName2.pData, &hSubKey)) in main() 231 if (reg_closeKey(hSubKey)) in main()
|
/aoo41x/main/shell/source/win32/shlxthandler/util/ |
H A D | registry.cxx | 59 HKEY hSubKey; in SetRegistryKey() local 63 RootKey, KeyName, 0, "", REG_OPTION_NON_VOLATILE, KEY_WRITE, 0, &hSubKey, 0); in SetRegistryKey() 68 hSubKey, ValueName, 0, REG_SZ, reinterpret_cast<const BYTE*>(Value), strlen(Value) + 1); in SetRegistryKey() 70 RegCloseKey(hSubKey); in SetRegistryKey()
|
/aoo41x/main/setup_native/source/win32/customactions/languagepacks/ |
H A D | lngpckinsthelper.cxx | 86 HKEY hSubKey; in FindProductInstallationPath() local 87 if (RegOpenKey(hkey, &buff[0], &hSubKey) != ERROR_SUCCESS) in FindProductInstallationPath() 90 RegistryKeyGuard guard(hSubKey); in FindProductInstallationPath() 96 … hSubKey, TEXT("Path"), NULL, &type, reinterpret_cast<LPBYTE>(pbuff), &size) != ERROR_SUCCESS) || in FindProductInstallationPath()
|
/aoo41x/main/setup_native/source/win32/customactions/reg64/ |
H A D | reg64.cxx | 268 HKEY hSubKey; in SetRegistryKey() local 272 RootKey, KeyName, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE | KEY_WOW64_64KEY, 0, &hSubKey, 0); in SetRegistryKey() 278 …hSubKey, ValueName, 0, REG_SZ, reinterpret_cast<const BYTE*>(Value), (wcslen(Value) + 1) * sizeof(… in SetRegistryKey() 280 RegCloseKey(hSubKey); in SetRegistryKey()
|
/aoo41x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 1393 HKEY hSubKey; in AddOrRemoveDllsToRegisterList() local 1401 &hSubKey, in AddOrRemoveDllsToRegisterList() 1406 rc = RegSetValueExA( hSubKey, in AddOrRemoveDllsToRegisterList() 1413 RegCloseKey(hSubKey); in AddOrRemoveDllsToRegisterList()
|