CMDIClientWindow::Create

HWNDCMDIClientWindow::Create(HWNDhWndParent, RECT&rcPos, CLIENTCREATESTRUCT*lpCreateParam = NULL, UINTnID = MDIClientID, LPCTSTRszWindowName = 0, DWORDdwStyle = 0, DWORDdwExStyle = 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

lpCreateParam = NULL

Window creation parameter

nID = MDIClientID

Client ID

szWindowName = 0

Name of the window

dwStyle = 0

Window creation flags

dwExStyle = 0

Extended window creation flags

Comments