CCommandLineInfo( );
Remarks
This constructor creates a CCommandLineInfo object with default values. 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;
ProcessCommandLine(cmdinfo);
CCommandLineInfo Overview | Class Members | Hierarchy Chart
See Also CCommandLineInfo::ParseParam