|
ReactOS 0.4.16-dev-1875-g3000d45
|
#include <ShellCommandVersion.h>


Public Member Functions | |
| CShellCommandVersion () | |
| virtual | ~CShellCommandVersion () |
| virtual BOOL | Match (const TCHAR *pchCommand) |
| virtual int | Execute (CConsole &rConsole, CArgumentParser &rArguments) |
| virtual const TCHAR * | GetHelpString () |
| virtual const TCHAR * | GetHelpShortDescriptionString () |
Public Member Functions inherited from CShellCommand | |
| CShellCommand () | |
| virtual | ~CShellCommand () |
| virtual BOOL | Match (const TCHAR *pchCommand)=0 |
| virtual int | Execute (CConsole &rConsole, CArgumentParser &rArguments)=0 |
| virtual const TCHAR * | GetHelpString ()=0 |
| virtual const TCHAR * | GetHelpShortDescriptionString ()=0 |
Definition at line 11 of file ShellCommandVersion.h.
| CShellCommandVersion::CShellCommandVersion | ( | ) |
Definition at line 37 of file ShellCommandVersion.cpp.
|
virtual |
Definition at line 41 of file ShellCommandVersion.cpp.
|
virtual |
Implements CShellCommand.
Definition at line 50 of file ShellCommandVersion.cpp.