ReactOS
0.4.15-dev-5640-g0dde428
|
#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 () |
![]() | |
CShellCommand () | |
virtual | ~CShellCommand () |
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().
|
private |
Definition at line 22 of file ShellCommandConnect.h.
Referenced by Execute().