다음을 통해 공유


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.

요구 사항

헤더: afxwin.h

참고 항목

참조

CWinApp 클래스

계층 구조 차트

CCommandLineInfo 클래스

CWinApp::InitInstance

CCommandLineInfo::ParseParam

CWinApp::ProcessShellCommand

CCommandLineInfo::m_nShellCommand