CMessageLoopBase::CreateMainWindow

void CMessageLoopBase::CreateMainWindow(int nCmdShow, void* lpParam = NULL)

Creates the application's main window.

Defined in: Application.h

Parameters

nCmdShow

Integer SW_XXX describing the way to show the window. Comes from the standard Win32 SW_XXX enumeration.

lpParam = NULL

Address of a parameter to pass to the window when it's created.

Comments

CMessageLoopBase provides no implementation of this function. It is pure virtual and must be filled out by the derived class.