CWinApp::m_nCmdShow

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.

Syntax

int m_nCmdShow;

At a Glance

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

See Also

CWnd::ShowWindow