Home | History | Annotate | Download | only in win

Lines Matching refs:hKey

29   explicit RegKey(HKEY key);
30 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
33 LONG Create(HKEY rootkey, const wchar_t* subkey, REGSAM access);
35 LONG CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
42 LONG Open(HKEY rootkey, const wchar_t* subkey, REGSAM access);
51 void Set(HKEY key);
54 HKEY Take();
136 HKEY Handle() const { return key_; }
141 static LONG RegDeleteKeyExWrapper(HKEY hKey,
147 static LONG RegDelRecurse(HKEY root_key,
150 HKEY key_; // The registry key being iterated.
160 RegistryValueIterator(HKEY root_key, const wchar_t* folder_key);
185 HKEY key_;
201 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
222 HKEY key_;