ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <ShellCommandConnect.h>
Public Member Functions | |
CShellCommandConnect (CRegistryTree &rTree) | |
virtual | ~CShellCommandConnect () |
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 ShellCommandConnect.h.
CShellCommandConnect::CShellCommandConnect | ( | CRegistryTree & | rTree | ) |
Definition at line 36 of file ShellCommandConnect.cpp.
|
virtual |
Definition at line 40 of file ShellCommandConnect.cpp.
|
virtual |
Implements CShellCommand.
Definition at line 49 of file ShellCommandConnect.cpp.
Implements CShellCommand.
Definition at line 86 of file ShellCommandConnect.cpp.
Referenced by Execute().
Implements CShellCommand.
Definition at line 44 of file ShellCommandConnect.cpp.
|
private |
Definition at line 22 of file ShellCommandConnect.h.
Referenced by Execute().