CCommandLineInfo::CCommandLineInfo
Ce constructeur crée un objet d' CCommandLineInfo avec les valeurs par défaut.
CCommandLineInfo( );
Notes
La valeur par défaut consiste à afficher l'écran de démarrage (m_bShowSplash=TRUE) et d'exécuter la nouvelle commande du menu Fichier (m_nShellCommand=NewFile).
L'infrastructure de l'application appelle ParseParam pour remplir données membres de cet objet.
Exemple
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
Configuration requise
Header: afxwin.h