ReactOS 0.4.15-dev-7934-g1dc8d80
ShellCommandNewKey.h
Go to the documentation of this file.
1//
2// ShellCommandNewKey.h: interface for the CShellCommandNewKey class.
3//
5
6#if !defined(SHELLCOMMANDNEWKEY_H__848A250F_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
7#define SHELLCOMMANDNEWKEY_H__848A250F_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_
8
9#include "ShellCommand.h"
10#include "RegistryTree.h"
11
13{
14public:
16 virtual ~CShellCommandNewKey();
17 virtual BOOL Match(const TCHAR *pchCommand);
18 virtual int Execute(CConsole &rConsole, CArgumentParser& rArguments);
19 virtual const TCHAR * GetHelpString();
20 virtual const TCHAR * GetHelpShortDescriptionString();
21private:
23};
24
25#endif // !defined(SHELLCOMMANDNEWKEY_H__848A250F_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
virtual const TCHAR * GetHelpShortDescriptionString()
virtual BOOL Match(const TCHAR *pchCommand)
CRegistryTree & m_rTree
virtual const TCHAR * GetHelpString()
virtual int Execute(CConsole &rConsole, CArgumentParser &rArguments)
unsigned int BOOL
Definition: ntddk_ex.h:94
char TCHAR
Definition: xmlstorage.h:189