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 Overview | Class Members | Hierarchy Chart
See Also CMDIFrameWnd::CMDIFrameWnd