BCGControlBar Pro for MFC
virtual BOOL CBCGPOutlookWnd::Create ( const CRect &  rect,
CWnd *  pParentWnd,
UINT  nID 
)
virtual

Creates the Windows outlook window and attaches it to the CBCGPOutlookWnd object.

Returns
Nonzero if the outlook window has been created successfully; otherwise 0.

Usually, outlook windows are created when CBCGPOutlookBar controls process WM_CREATE message.

Parameters
rectSpecifies the initial size and position.
pParentWndPoints to the parent window. Must not be NULL.
nIDThe control ID.