29 #define HELP_CMD _T("HELP") 30 #define HELP_CMD_SHORT_DESC HELP_CMD _T(" command provides help information about Registry Explorer commands.\n") 79 pchSaved[0] = pchGPL[
dwSize-1];
87 if ((!
isprint(pchGPL[
i]))&&(pchGPL[
i] !=
'\r')&&(pchGPL[
i] !=
'\n')&&(pchGPL[
i] !=
'\t'))
90 rConsole.
Write(pchGPL);
91 rConsole.
Write(pchSaved);
95 rConsole.
Write(
_T(
"Internal error cannot load GPL.\n"));
112 rConsole.
Write(
_T(
"HELP: Unknown command \""));
113 rConsole.
Write(pchArg);
126 _T(
" COMMAND - Command for which help will be displayed.\n")
127 _T(
" /? - This help.\n\n")
128 _T(
"Without parameters, command lists available commands.\n");
LPVOID WINAPI LockResource(HGLOBAL handle)
virtual int Execute(CConsole &rConsole, CArgumentParser &rArguments)
TCHAR * GetNextArgument()
CShellCommandsLinkedList & m_rCommandsLinkedList
HGLOBAL WINAPI LoadResource(HINSTANCE hModule, HRSRC hRsrc)
virtual const TCHAR * GetHelpShortDescriptionString()=0
virtual ~CShellCommandHelp()
CShellCommand * GetNextCommand(POSITION &rPos)
virtual const TCHAR * GetHelpString()
POSITION GetFirstCommandPosition()
virtual const TCHAR * GetHelpShortDescriptionString()
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
BOOL Write(const TCHAR *p, DWORD dwChars=0)
DWORD WINAPI SizeofResource(HINSTANCE hModule, HRSRC hRsrc)
CShellCommand * Match(const TCHAR *pchCommand)
virtual BOOL Match(const TCHAR *pchCommand)
CShellCommandHelp(CShellCommandsLinkedList &rCommandsLinkedList)
#define HELP_CMD_SHORT_DESC
PSDBQUERYRESULT_VISTA PVOID DWORD * dwSize
virtual const TCHAR * GetHelpString()=0