CCommandLineInfo::ParseParam

The framework calls this member function to parse/interpret individual parameters from the command line.

Syntax

virtual void ParseParam (LPCTSTR lpszParam,BOOL bFlag,BOOL bLast );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

In the current version of MFC for Windows CE, this function does not support the following command-line flags.

/p

/pt

/dde

/Automation

/Embedding

See Also

CCommandLineInfo Overview, CCommandLineInfo Member Functions, Structures, CWinApp::ParseCommandLine