CCreateDialogMessageLoop::CreateMainWindow
voidCCreateDialogMessageLoop::CreateMainWindow(intnCmdShow, 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.