Home
last modified time | relevance | path

Searched refs:KEY_QUERY_VALUE (Results 1 – 8 of 8) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx98 LONG lResult = RegOpenKeyExA( HKEY_CLASSES_ROOT, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in CheckExtensionInRegistry()
222 …LONG lResult = RegOpenKeyExA( HKEY_LOCAL_MACHINE, "SOFTWARE\\Classes", 0, KEY_QUERY_VALUE, &hKe… in RemoveExtensionInRegistry()
226 lResult = RegOpenKeyExA( hKey, lpSubKey, 0, KEY_QUERY_VALUE, &hSubKey ); in RemoveExtensionInRegistry()
/trunk/main/migrationanalysis/src/wizard/
H A DUtilities.bas128 Private Const KEY_QUERY_VALUE As Long = &H1 constant
134 KEY_QUERY_VALUE Or _
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Diconcache.cxx58 …ktop\\WindowMetrics"), 0, NULL, REG_OPTION_VOLATILE, KEY_SET_VALUE | KEY_QUERY_VALUE, NULL, &hKey,… in RebuildShellIconCache()
/trunk/main/svx/source/dialog/
H A Dsendreportw32.cxx56 lResult = RegOpenKeyEx( hBaseKey, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in RegReadValue()
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx59 lResult = RegOpenKeyEx( hBaseKey, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in RegReadValue()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx568 if (RegOpenKeyExW(hRoot, bufVersion, 0, KEY_QUERY_VALUE, &hKey) == ERROR_SUCCESS) in getJavaInfoFromRegistry()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp253 lResult = RegOpenKeyEx( hBaseKey, lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); in RegReadValue()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx421 0, KEY_QUERY_VALUE, &hKey ); in MapCharToLanguage()