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.
요구 사항
헤더: afxwin.h