CMDIChildImpl::Create

HWNDCMDIChildImpl::Create(HWNDhWndParent, RECT&rcPos, LPCTSTRlpszCaption = 0, DWORDdwStyle = 0, DWORDdwExStyle = 0, HMENUhMenu = 0, LPARAMlpCreateParam = 0)

Create the MDI Child window

Defined in: MdiWnd.h

Return Value

Returns the window handle of the MDI Child window

Parameters

hWndParent

Parent window handle

rcPos

Rectangle area on the screen

lpszCaption = 0

caption for the window

dwStyle = 0

Window creation flags

dwExStyle = 0

Extended window creation flags

hMenu = 0

Menu handle to use for hte window

lpCreateParam = 0

Window creation parameter-- value the window can use during creation

Comments