Searched refs:CShellCommandSetValue (Results 1 – 3 of 3) sorted by relevance
12 class CShellCommandSetValue : public CShellCommand15 CShellCommandSetValue(CRegistryTree& rTree);16 virtual ~CShellCommandSetValue();
98 CShellCommandSetValue::CShellCommandSetValue(CRegistryTree& rTree):m_rTree(rTree) in CShellCommandSetValue() function in CShellCommandSetValue102 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()
132 CShellCommandSetValue SetValueCommand(Tree); in main()