CGXRecordInfoWnd::Create
BOOL Create(CWnd* pParentWnd, CCreateContext* pContext, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_HSCROLL, UINT nID = AFX_IDW_PANE_FIRST);
pParentWnd
Specifies the parent frame window or dialog.
pContext
A pointer to a CCreateContext structure. This structure contains information about the view, the document and the frame. Simply use the pContext pointer from OnCreateClient.
dwStyle
Specifies the window’s style attributes.
nID
Specifies the window ID.
Remarks
Creates a CGXRecordInfoWnd window with a view.
The view object to be created is specified in pContext structure.
See Also
CGXRecordInfoWnd::CGXRecordInfoWnd