SECCustomToolBar::AddButtons
BOOLSECCustomToolBar::AddButtons(UINTnNumButtons, LPTBBUTTONlpButtons)
Appends the given buttons to the end of the toolbar.
Defined in: tbarcust.cpp
Return Value
BOOL True if the buttons are added successfully, otherwise false.
Parameters
nNumButtons
The number of buttons to be added.
lpButtons
An array of TBBUTTON structures describing the buttons to be added.
Comments
Only the idCommand, fsState and fsStyle fields of the TBBUTTON structure are used, all other fields should be zero.