Поделиться через


CCommandLineInfo::CCommandLineInfo

This constructor creates a CCommandLineInfo object with default values.

CCommandLineInfo( );

Заметки

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.

Пример

CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

Требования

Header: afxwin.h

См. также

Основные понятия

CCommandLineInfo Class

CCommandLineInfo Members

Hierarchy Chart

CCommandLineInfo::ParseParam