CCommandLineInfo::CCommandLineInfo

This constructor creates a CCommandLineInfo object with default values.

CCommandLineInfo( );

Remarks

The default is to show the splash screen (m_bShowSplash = TRUE) and to execute the New command on the File menu (m_nShellCommand = NewFile).

The application framework calls ParseParam to fill data members of this object.

Example

CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

Requirements

Header: afxwin.h

See Also

Reference

CCommandLineInfo Class

Hierarchy Chart

CCommandLineInfo::ParseParam