Home | History | Annotate | Download | only in chrome_frame

Lines Matching defs:hive

179       // Add the registry hive to use.
186 hr = registrar->AddReplacement(L"HIVE", L"HKLM");
188 hr = registrar->AddReplacement(L"HIVE", L"HKCU");
323 HKEY hive = HKEY_CURRENT_USER;
327 hive = HKEY_LOCAL_MACHINE;
331 LONG ret = run_once.Create(hive, kRunOnce, KEY_READ | KEY_WRITE);
1010 // DllRegisterUserServer - Adds entries to the HKCU hive in the registry.
1024 // DllUnregisterUserServer - Removes entries from the HKCU hive in the registry.