SECListBar::InsertItem

intSECListBar::InsertItem(intnItem, LPCTSTRlpszItem, intnImage)

Call this function to insert an item in the list bar.

Defined in: listbar.cpp

Parameters

nItem

The list index for the item.

lpszItem

The text associated with the item.

nImage

The index in the CImageList, associated with this SECListBar object.

See Also

AddItem

SECListBar