SECFDIChildWnd::Create
BOOLSECFDIChildWnd::Create(LPCTSTRlpszClassName, LPCTSTRlpszWindowName, DWORDdwStyle, const RECT&rect, CWnd*pParentWnd, LPCTSTRlpszMenuName, DWORDdwExStyle, CCreateContext*pContext)
Creates the child window and attaches it to the SECFDIChildWnd object. Refer CFrameWnd::Create.
Defined in: fdichild.cpp
Return Value
Returns TRUE if Window creation is successful else FALSE.
Parameters
lpszClassName
Class name
lpszWindowName
Window name
dwStyle
Window style
rect
Specifies the initial size and position of the window.
pParentWnd
Specifies the parent window.
lpszMenuName
Menu resource associated with the window.
dwExStyle
Specifes the extended styles.
pContext
Pointer to a CCreateContext structure.
See Also