Creates the Windows mini-frame window and attaches it to the CBCGPMiniFrameWnd object.
- Returns
- Nonzero if the window was created successfully; otherwise 0.
A mini-frame window is created in two steps. First, the framework creates a CBCGPMiniFrameWnd object. Second, it calls Create() that creates the Windows mini-frame window and attaches it to the CBCGPMiniFrameWnd object.
- Parameters
-
lpszWindowName | The window text. |
dwStyle | The window style. |
rect | Specifies the initial size and position. |
pParentWnd | Points to the parent frame. Must not be NULL. |
pContext | User-defined context. |