共用方式為


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