SECShortcutBar::Create
Creates the SECShortcutBar Window
CWnd version of Create also. This is the one that is called from CSplitterWnd and other container windows ( SECTabWnd, etc )
Defined in: olbar.cpp
Syntax
Create( CWnd* pParentWnd, DWORD dwStyle, UINT nID )
Create( LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext )
Return Value
TRUE if successful, FALSE if unsuccessful
Parameters
pParentWnd
CWnd to use as the parent for the window
dwStyle
style of the window.
nID
ID of the window
lpszClassName
The Window class name to use - UNUSED parameter
lpszWindowName
The Window name - UNUSED parameter
rect
The rect the window should maintain - UNUSED parameter
pContext
Extra creation data - UNUSED parameter