CWinApp::m_lpCmdLine

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;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWinApp Overview, CWinApp Data Members, Application Architecture Classes