ReactOS 0.4.15-dev-7924-g5949c20
ShellCommandExit.h
Go to the documentation of this file.
1//
2// ShellCommandExit.h: interface for the CShellCommandExit class.
3//
5
6#if !defined(SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
7#define SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_
8
9#include "ShellCommand.h"
10
12{
13public:
15 virtual ~CShellCommandExit();
16 virtual BOOL Match(const TCHAR *pchCommand);
17 virtual int Execute(CConsole &rConsole, CArgumentParser& rArguments);
18 virtual const TCHAR * GetHelpString();
19 virtual const TCHAR * GetHelpShortDescriptionString();
20};
21
22#endif // !defined(SHELLCOMMANDEXIT_H__848A2501_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
virtual int Execute(CConsole &rConsole, CArgumentParser &rArguments)
virtual const TCHAR * GetHelpShortDescriptionString()
virtual const TCHAR * GetHelpString()
virtual BOOL Match(const TCHAR *pchCommand)
virtual ~CShellCommandExit()
unsigned int BOOL
Definition: ntddk_ex.h:94
char TCHAR
Definition: xmlstorage.h:189