|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ShellCommandChangeKey.h>


Public Member Functions | |
| CShellCommandChangeKey (CRegistryTree &rTree) | |
| virtual | ~CShellCommandChangeKey () |
| 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 |
Private Attributes | |
| CRegistryTree & | m_rTree |
Definition at line 12 of file ShellCommandChangeKey.h.
| CShellCommandChangeKey::CShellCommandChangeKey | ( | CRegistryTree & | rTree | ) |
Definition at line 37 of file ShellCommandChangeKey.cpp.
|
virtual |
Definition at line 42 of file ShellCommandChangeKey.cpp.
|
virtual |
Implements CShellCommand.
Definition at line 58 of file ShellCommandChangeKey.cpp.
Implements CShellCommand.
Definition at line 92 of file ShellCommandChangeKey.cpp.
Referenced by Execute().
|
private |
Definition at line 22 of file ShellCommandChangeKey.h.
Referenced by Execute().