CMDIFrameWnd::CreateClient

virtual BOOL CreateClient( LPCREATESTRUCT lpCreateStruct, CMenu* pWindowMenu );

Return Value

Nonzero if successful; otherwise 0.

Parameters

lpCreateStruct

A long pointer to a CREATESTRUCT structure.

pWindowMenu

A pointer to the Window pop-up menu.

Remarks

Creates the MDI client window that manages the CMDIChildWnd objects.

This member function should be called if you override the OnCreate member function directly.

CMDIFrameWnd OverviewClass MembersHierarchy Chart

See Also   CMDIFrameWnd::CMDIFrameWnd