SECListBar::AddItem
intSECListBar::AddItem(LPCTSTRlpszItem, intnImage)
Appends an item to the list.
Defined in: listbar.cpp
Return Value
Returns the zero-based list index of the appended item.
Parameters
lpszItem
The text associated with the item.
nImage
The index in the CImageList, associated with this SECListBar object.
See Also