This data member contains a pointer to a null-terminated string that specifies the command line for the application. It corresponds to the lpCmdLine parameter passed by Windows to WinMain.
LPTSTR m_lpCmdLine;
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CWinApp Overview, CWinApp Data Members, Application Architecture Classes