Home
last modified time | relevance | path

Searched refs:hKeyRoot (Results 1 – 9 of 9) sorted by relevance

/reactos/base/applications/regedit/
H A Dframewnd.c167 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 Dfind.c611 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 Dlistview.c595 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 Dmain.h91 BOOL DeleteKey(HWND hwnd, HKEY hKeyRoot, LPCWSTR keyPath);
H A Dedit.c1938 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 Dregfs.h45 RegDirectory(Entry* parent, LPCTSTR path, HKEY hKeyRoot);
H A Dregfs.cpp238 RegDirectory::RegDirectory(Entry* parent, LPCTSTR path, HKEY hKeyRoot) in RegDirectory() argument
240 _hKeyRoot(hKeyRoot) in RegDirectory()
/reactos/base/applications/cmdutils/more/
H A Dmore.c768 LoadRegistrySettings(HKEY hKeyRoot) in LoadRegistrySettings() argument
780 lRet = RegOpenKeyExW(hKeyRoot, in LoadRegistrySettings()
/reactos/base/shell/cmd/
H A Dcmd.c1891 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()