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;
| Header File | Afxwin.h |
| Platforms | |
| Versions | 1.0 and later |
| Complete documentation | Visual C++ documentation |
CWinApp Overview, CWinApp Data Members, Application Architecture Classes, CWnd::ShowWindow