30#define CD_CMD _T("CD")
31#define CD_CMD_LENGTH COMMAND_LENGTH(CD_CMD)
32#define CD_CMD_SHORT_DESC CD_CMD _T(" command changes current key.\n")
96 _T(
" <KEY> - Relative path of desired key.\n\n")
97 _T(
"Without parameters, command displays this help.\n");
#define PROMPT_BUFFER_SIZE
#define CD_CMD_SHORT_DESC
void ResetArgumentIteration()
TCHAR * GetNextArgument()
BOOL Write(const TCHAR *p, DWORD dwChars=0)
const TCHAR * GetLastErrorDescription()
BOOL ChangeCurrentKey(const TCHAR *pchRelativePath)
virtual ~CShellCommandChangeKey()
virtual const TCHAR * GetHelpString()
virtual BOOL Match(const TCHAR *pchCommand)
CShellCommandChangeKey(CRegistryTree &rTree)
virtual int Execute(CConsole &rConsole, CArgumentParser &rArguments)
virtual const TCHAR * GetHelpShortDescriptionString()