HomeSort by relevance Sort by last modified time
    Searched defs:HKEY_USERS (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey_unittest.cc 108 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
111 temp_key = L"HKEY_USERS\\a";
112 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
  /external/chromium_org/third_party/webrtc/base/
win32regkey_unittest.cc 91 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
94 temp_key = L"HKEY_USERS\\a";
95 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winreg.h 40 #define HKEY_USERS ((HKEY) (ULONG_PTR)((LONG)0x80000003))

Completed in 504 milliseconds