Home
last modified time | relevance | path

Searched refs:hSubKey (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx130 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()
/aoo4110/main/migrationanalysis/src/wizard/
H A DUtilities.bas409 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
/aoo4110/main/registry/workben/
H A Dregspeed.cxx110 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()
/aoo4110/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx59 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()
/aoo4110/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx86 HKEY hSubKey; in FindProductInstallationPath() local
87 if (RegOpenKey(hkey, &buff[0], &hSubKey) != ERROR_SUCCESS) in FindProductInstallationPath()
90 RegistryKeyGuard guard(hSubKey); in FindProductInstallationPath()
96hSubKey, TEXT("Path"), NULL, &type, reinterpret_cast<LPBYTE>(pbuff), &size) != ERROR_SUCCESS) || in FindProductInstallationPath()
/aoo4110/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx268 HKEY hSubKey; in SetRegistryKey() local
272 RootKey, KeyName, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_WRITE | KEY_WOW64_64KEY, 0, &hSubKey, 0); in SetRegistryKey()
278hSubKey, ValueName, 0, REG_SZ, reinterpret_cast<const BYTE*>(Value), (wcslen(Value) + 1) * sizeof(… in SetRegistryKey()
280 RegCloseKey(hSubKey); in SetRegistryKey()
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1393 HKEY hSubKey; in AddOrRemoveDllsToRegisterList() local
1401 &hSubKey, in AddOrRemoveDllsToRegisterList()
1406 rc = RegSetValueExA( hSubKey, in AddOrRemoveDllsToRegisterList()
1413 RegCloseKey(hSubKey); in AddOrRemoveDllsToRegisterList()

Completed in 47 milliseconds