This data member corresponds to the nCmdShow parameter passed by Windows CE to WinMain. Pass m_nCmdShow as an parameter when you call CWnd::ShowWindow for your application’s main window.
int m_nCmdShow;
Header file: | Afxwin.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |