CCommandLineInfo::ParseParam

This method is called by the framework to parse and interpret individual parameters from the command line.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

Remarks

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

See Also

CWinApp::ParseCommandLine