Searched refs:hKeyRoot (Results 1 – 9 of 9) sorted by relevance
/reactos/base/applications/regedit/ |
H A D | framewnd.c | 167 HKEY hKeyRoot; in UpdateStatusBar() local 444 HKEY hKeyRoot; in ImportRegistryFile() local 591 HKEY hKeyRoot; in ExportRegistryFile() local 603 if (hKeyRoot != 0) in ExportRegistryFile() 1129 HKEY hKeyRoot = 0, hKey = 0; in _CmdWndProc() local 1306 else if (DeleteKey(hWnd, hKeyRoot, keyPath)) in _CmdWndProc() 1315 CreateNewValue(hKeyRoot, keyPath, REG_SZ); in _CmdWndProc() 1318 CreateNewValue(hKeyRoot, keyPath, REG_BINARY); in _CmdWndProc() 1321 CreateNewValue(hKeyRoot, keyPath, REG_DWORD); in _CmdWndProc() 1336 CopyKeyName(hWnd, hKeyRoot, keyPath); in _CmdWndProc() [all …]
|
H A D | find.c | 611 HKEY hKeyRoot; in FindNext() local 626 pszKeyPath = GetItemPath(g_pChildWnd->hTreeWnd, 0, &hKeyRoot); in FindNext() 629 hKeyRoot = HKEY_CLASSES_ROOT; in FindNext() 650 fSuccess = RegFindWalk(&hKeyRoot, pszKeyPath, pszValueName, in FindNext() 666 GetKeyName(szFullKey, ARRAY_SIZE(szFullKey), hKeyRoot, pszFoundSubKey); in FindNext()
|
H A D | listview.c | 595 HKEY hKeyRoot; in ListWndNotifyProc() local 599 keyPath = GetItemPath(g_pChildWnd->hTreeWnd, 0, &hKeyRoot); in ListWndNotifyProc() 600 lResult = RenameValue(hKeyRoot, keyPath, Info->item.pszText, lineinfo->name); in ListWndNotifyProc()
|
H A D | main.h | 91 BOOL DeleteKey(HWND hwnd, HKEY hKeyRoot, LPCWSTR keyPath);
|
H A D | edit.c | 1938 BOOL DeleteKey(HWND hwnd, HKEY hKeyRoot, LPCWSTR keyPath) in DeleteKey() argument 1945 lRet = RegOpenKeyExW(hKeyRoot, keyPath, 0, KEY_READ|KEY_SET_VALUE, &hKey); in DeleteKey() 1958 lRet = SHDeleteKey(hKeyRoot, keyPath); in DeleteKey()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | regfs.h | 45 RegDirectory(Entry* parent, LPCTSTR path, HKEY hKeyRoot);
|
H A D | regfs.cpp | 238 RegDirectory::RegDirectory(Entry* parent, LPCTSTR path, HKEY hKeyRoot) in RegDirectory() argument 240 _hKeyRoot(hKeyRoot) in RegDirectory()
|
/reactos/base/applications/cmdutils/more/ |
H A D | more.c | 768 LoadRegistrySettings(HKEY hKeyRoot) in LoadRegistrySettings() argument 780 lRet = RegOpenKeyExW(hKeyRoot, in LoadRegistrySettings()
|
/reactos/base/shell/cmd/ |
H A D | cmd.c | 1891 LoadRegistrySettings(HKEY hKeyRoot) in LoadRegistrySettings() argument 1902 lRet = RegOpenKeyEx(hKeyRoot, in LoadRegistrySettings() 2040 ExecuteAutoRunFile(HKEY hKeyRoot) in ExecuteAutoRunFile() argument 2047 lRet = RegOpenKeyEx(hKeyRoot, in ExecuteAutoRunFile()
|