SECCustomToolBar::CreateEx
BOOLSECCustomToolBar::CreateEx(DWORDdwExStyle, CWnd*pParentWnd, DWORDdwStyle, UINTnID, LPCTSTRlpszTitle)
Creates the customizable toolbar with extended style attributes.
Defined in: tbarcust.cpp
Return Value
BOOL Nonzero is successful; otherwise 0.
Parameters
dwExStyle
Specifies the extended style of the toolbar being created.
pParentWnd
Pointer to the window that is the toolbar’s parent or owner.
dwStyle
Specifies the toolbar’s style attributes.
nID
The ID of the toolbar.
lpszTitle
The title, if any, to appear in the toolbar’s title bar.