Registry Explorer (console tool) by Nedko Arnaoudov added to the system utilities...
[reactos.git] / rosapps / sysutils / regexpl / ShellCommandExit.h
1 // ShellCommandExit.h: interface for the CShellCommandExit class.
2 //
3 //////////////////////////////////////////////////////////////////////
4
5 #if !defined(SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
6 #define SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_
7
8 #include "ShellCommand.h"
9
10 class CShellCommandExit : public CShellCommand
11 {
12 public:
13 CShellCommandExit();
14 virtual ~CShellCommandExit();
15 virtual BOOL Match(const TCHAR *pchCommand);
16 virtual int Execute(CConsole &rConsole, CArgumentParser& rArguments);
17 virtual const TCHAR * GetHelpString();
18 virtual const TCHAR * GetHelpShortDescriptionString();
19 };
20
21 #endif // !defined(SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)