CWinApp::ParseCommandLine

调用该成员函数的分析命令行和发送参数,一个,以 CCommandLineInfo::ParseParam

void ParseCommandLine(
   CCommandLineInfo& rCmdInfo 
);

参数

备注

使用应用程序向导,在开始新MFC项目,应用程序向导将创建 CCommandLineInfo本地实例,然后调用 ProcessShellCommandParseCommandLineInitInstance 成员函数。 命令行执行下面介绍的小路:

  1. 在创建在 InitInstance后,CCommandLineInfo 对象传递给 ParseCommandLine

  2. ParseCommandLine 重复随后需要 CCommandLineInfo::ParseParam,一次个参数。

  3. ParseParam 加载 CCommandLineInfo 对象,然后传递给 ProcessShellCommand

  4. ProcessShellCommand 处理命令行参数和标志。

请注意可以直接调用 ParseCommandLine 根据需要。

有关命令行标志的说明,请参见 CCommandLineInfo::m_nShellCommand

要求

Header: afxwin.h

请参见

参考

CWinApp选件类

层次结构图

CCommandLineInfo选件类

CWinApp::InitInstance

CCommandLineInfo::ParseParam

CWinApp::ProcessShellCommand

CCommandLineInfo::m_nShellCommand