Home
last modified time | relevance | path

Searched refs:GetLastErrorDescription (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryTree.cpp151 const TCHAR * CRegistryTree::GetLastErrorDescription() in GetLastErrorDescription() function in CRegistryTree
227 SetError(Tree.GetLastErrorDescription()); in NewKey()
554 SetError(Tree.GetLastErrorDescription()); in GetKey()
636 SetError(Tree.GetLastErrorDescription()); in GetKey()
H A DShellCommandConnect.cpp79 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DRegistryTree.h31 const TCHAR * GetLastErrorDescription();
H A DShellCommandChangeKey.cpp80 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandDeleteKey.cpp152 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandNewKey.cpp152 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandDeleteValue.cpp133 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandDir.cpp164 const TCHAR *pszErrorMsg = m_rTree.GetLastErrorDescription(); in Execute()
H A DShellCommandOwner.cpp114 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandSetValue.cpp250 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandDACL.cpp116 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandValue.cpp163 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()
H A DShellCommandSACL.cpp188 rConsole.Write(m_rTree.GetLastErrorDescription()); in Execute()