Home
last modified time | relevance | path

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

/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dwindowsregistry.cxx54 return GetRegistryKey(HKEY_CLASSES_ROOT, Writeable); in GetClassesRootKey()
63 return GetRegistryKey(HKEY_CURRENT_USER, Writeable); in GetCurrentUserKey()
72 return GetRegistryKey(HKEY_LOCAL_MACHINE, Writeable); in GetLocalMachineKey()
81 return GetRegistryKey(HKEY_USERS, Writeable); in GetUserKey()
88 RegistryKey WindowsRegistry::GetRegistryKey(HKEY RootKey, bool Writeable) const in GetRegistryKey() function in WindowsRegistry
H A Dwindowsregistry.hxx55 RegistryKey GetRegistryKey(HKEY RootKey, bool Writeable) const;

Completed in 9 milliseconds