Searched refs:GetRootKeyInfo (Results 1 – 3 of 3) sorted by relevance
67 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL); in RegKeyHelperFunctionsTest()71 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL); in RegKeyHelperFunctionsTest()76 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE); in RegKeyHelperFunctionsTest()80 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE); in RegKeyHelperFunctionsTest()84 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER); in RegKeyHelperFunctionsTest()88 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER); in RegKeyHelperFunctionsTest()92 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS); in RegKeyHelperFunctionsTest()96 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS); in RegKeyHelperFunctionsTest()100 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT); in RegKeyHelperFunctionsTest()104 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT); in RegKeyHelperFunctionsTest()[all …]
313 HKEY h_key = GetRootKeyInfo(&key_name); in Save()338 HKEY h_key = GetRootKeyInfo(&key_name); in Restore()373 HKEY h_key = GetRootKeyInfo(&key_name); in FlushKey()393 HKEY h_key = GetRootKeyInfo(&key_name); in SetValueStaticHelper()443 HKEY h_key = GetRootKeyInfo(&key_name); in GetValueStaticHelper()746 HKEY h_key = GetRootKeyInfo(&key_name); in HasKey()764 HKEY h_key = GetRootKeyInfo(&key_name); in HasValue()785 HKEY h_key = GetRootKeyInfo(&key_name); in GetValueType()812 HKEY h_key = GetRootKeyInfo(&key_name); in DeleteKey()839 HKEY h_key = GetRootKeyInfo(&key_name); in DeleteValue()[all …]
278 static HKEY GetRootKeyInfo(std::wstring* full_key_name);