ReactOS 0.4.15-dev-7918-g2a2556c
ShellCommandHelp.h
Go to the documentation of this file.
1//
2// ShellCommandHelp.h: interface for the CShellCommandHelp class.
3//
5
6#if !defined(SHELLCOMMANDHELP_H__848A2504_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
7#define SHELLCOMMANDHELP_H__848A2504_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_
8
9#include "ShellCommand.h"
11
13{
14public:
15 CShellCommandHelp(CShellCommandsLinkedList& rCommandsLinkedList);
16 virtual ~CShellCommandHelp();
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(SHELLCOMMANDHELP_H__848A2504_5A0F_11D4_A039_FC2CE602E70F__INCLUDED_)
CShellCommandsLinkedList & m_rCommandsLinkedList
virtual const TCHAR * GetHelpShortDescriptionString()
virtual const TCHAR * GetHelpString()
virtual ~CShellCommandHelp()
virtual int Execute(CConsole &rConsole, CArgumentParser &rArguments)
virtual BOOL Match(const TCHAR *pchCommand)
unsigned int BOOL
Definition: ntddk_ex.h:94
char TCHAR
Definition: xmlstorage.h:189