ReactOS 0.4.16-dev-38-g96c65e9
|
#include <ShellCommandNewKey.h>
Public Member Functions | |
CShellCommandNewKey (CRegistryTree &rTree) | |
virtual | ~CShellCommandNewKey () |
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 ShellCommandNewKey.h.
CShellCommandNewKey::CShellCommandNewKey | ( | CRegistryTree & | rTree | ) |
Definition at line 37 of file ShellCommandNewKey.cpp.
|
virtual |
Definition at line 41 of file ShellCommandNewKey.cpp.
|
virtual |
Implements CShellCommand.
Definition at line 50 of file ShellCommandNewKey.cpp.
Implements CShellCommand.
Definition at line 162 of file ShellCommandNewKey.cpp.
Referenced by Execute().
Implements CShellCommand.
Definition at line 45 of file ShellCommandNewKey.cpp.
|
private |
Definition at line 22 of file ShellCommandNewKey.h.
Referenced by Execute().