Lines Matching refs:HKEY
30 explicit RegKey(HKEY key);
31 RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access);
34 LONG Create(HKEY rootkey, const char16_t* subkey, REGSAM access);
36 LONG CreateWithDisposition(HKEY rootkey,
45 LONG Open(HKEY rootkey, const char16_t* subkey, REGSAM access);
54 void Set(HKEY key);
57 HKEY Take();
124 HKEY Handle() const { return key_; } in Handle()
129 static LONG RegDeleteKeyExWrapper(HKEY hKey,
135 static LONG RegDelRecurse(HKEY root_key,
139 HKEY key_; // The registry key being iterated.
150 RegistryValueIterator(HKEY root_key, const char16_t* folder_key);
157 RegistryValueIterator(HKEY root_key,
183 void Initialize(HKEY root_key,
188 HKEY key_;
206 RegistryKeyIterator(HKEY root_key, const char16_t* folder_key);
213 RegistryKeyIterator(HKEY root_key,
235 void Initialize(HKEY root_key,
240 HKEY key_;