Home
last modified time | relevance | path

Searched refs:CShellCommandSetValue (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DShellCommandSetValue.h12 class CShellCommandSetValue : public CShellCommand
15 CShellCommandSetValue(CRegistryTree& rTree);
16 virtual ~CShellCommandSetValue();
H A DShellCommandSetValue.cpp98 CShellCommandSetValue::CShellCommandSetValue(CRegistryTree& rTree):m_rTree(rTree) in CShellCommandSetValue() function in CShellCommandSetValue
102 CShellCommandSetValue::~CShellCommandSetValue() in ~CShellCommandSetValue()
106 BOOL CShellCommandSetValue::Match(const TCHAR *pszCommand) in Match()
119 int CShellCommandSetValue::Execute(CConsole &rConsole, CArgumentParser& rArguments) in Execute()
405 const TCHAR * CShellCommandSetValue::GetHelpString() in GetHelpString()
431 const TCHAR * CShellCommandSetValue::GetHelpShortDescriptionString() in GetHelpShortDescriptionString()
H A DRegistryExplorer.cpp132 CShellCommandSetValue SetValueCommand(Tree); in main()