Searched refs:GetRegistryKey (Results 1 – 2 of 2) sorted by relevance
54 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
55 RegistryKey GetRegistryKey(HKEY RootKey, bool Writeable) const;
Completed in 14 milliseconds