CWinApp::m_nCmdShow

This data member corresponds to the nCmdShow parameter passed by Windows to WinMain. You pass m_nCmdShow as an argument when you call CWnd::ShowWindow for your application's main window.

int m_nCmdShow;

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, CWnd::ShowWindow