CWinApp::ParseCommandLine
呼叫此成員函式剖析命令列和傳送參數,一次一個,加入 CCommandLineInfo::ParseParam。
void ParseCommandLine(
CCommandLineInfo& rCmdInfo
);
參數
- rCmdInfo
CCommandLineInfo 對物件的參考。
備註
使用應用程式精靈,當您開始新的項目, MFC 應用程式精靈會建立 CCommandLineInfo的本機執行個體,然後呼叫 ProcessShellCommand 和 ParseCommandLine 在 InitInstance 成員函式。 命令列遵守底下所描述的路由:
在建立 InitInstance之後, CCommandLineInfo 物件傳遞至 ParseCommandLine。
ParseCommandLine 重複則需要 CCommandLineInfo::ParseParam 一次,每一個參數。
ParseParam 填滿 CCommandLineInfo 物件,然後將它傳遞至 ProcessShellCommand。
ProcessShellCommand 處理命令列引數和旗標。
請注意您可以直接呼叫 ParseCommandLine 需要。
如需命令列旗標的描述,請參閱 CCommandLineInfo::m_nShellCommand。
需求
Header: afxwin.h