Home
last modified time | relevance | path

Searched refs:ChangeCurrentKey (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryTree.cpp60 VERIFY(ChangeCurrentKey(pszPath)); in CRegistryTree()
91 BOOL CRegistryTree::ChangeCurrentKey(const TCHAR *pszRelativePath) in ChangeCurrentKey() function in CRegistryTree
225 if (!Tree.ChangeCurrentKey(pszPath)) in NewKey()
552 if (!Tree.ChangeCurrentKey(pszRelativePath)) in GetKey()
H A DShellCommandConnect.cpp55 VERIFY(m_rTree.ChangeCurrentKey(_T("\\"))); in Execute()
H A DRegistryTree.h54 BOOL ChangeCurrentKey(const TCHAR *pchRelativePath);
H A DShellCommandChangeKey.cpp78 if (!m_rTree.ChangeCurrentKey(pchPath)) in Execute()
H A DRegistryExplorer.cpp239 (!Tree.ChangeCurrentKey(pchCommandItself))) in main()