Home
last modified time | relevance | path

Searched refs:hRoot (Results 1 – 4 of 4) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx387 HKEY hRoot = IsRootKey() ? m_hRootKey : m_hSubKey; in CreateSubKey() local
392 hRoot, in CreateSubKey()
409 return RegistryKey(new RegistryKeyImplWin9x(hRoot, hKey, Name)); in CreateSubKey()
H A Dregistrywnt.cxx400 HKEY hRoot = IsRootKey() ? m_hRootKey : m_hSubKey; in CreateSubKey() local
405 hRoot, in CreateSubKey()
422 return RegistryKey(new RegistryKeyImplWinNT(hRoot, hKey, Name)); in CreateSubKey()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx551 HKEY hRoot; in getJavaInfoFromRegistry() local
552 if (RegOpenKeyExW(HKEY_LOCAL_MACHINE, szRegKey, 0, KEY_ENUMERATE_SUB_KEYS, &hRoot) in getJavaInfoFromRegistry()
564 …while (RegEnumKeyExW(hRoot, dwIndex, bufVersion, &nNameLen, NULL, NULL, NULL, &fileTime) != ERROR_… in getJavaInfoFromRegistry()
568 if (RegOpenKeyExW(hRoot, bufVersion, 0, KEY_QUERY_VALUE, &hKey) == ERROR_SUCCESS) in getJavaInfoFromRegistry()
614 RegCloseKey(hRoot); in getJavaInfoFromRegistry()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3814 XLIB_Window hRoot, *Children, hDummy; in HandleReparentEvent() local
3838 &hRoot, in HandleReparentEvent()
3851 hDummy = hRoot; in HandleReparentEvent()
3852 if( hDummy != hRoot ) in HandleReparentEvent()
3860 } while( hDummy != hRoot ); in HandleReparentEvent()
3937 &hRoot, in HandleReparentEvent()
3941 &hRoot, in HandleReparentEvent()

Completed in 38 milliseconds