BCGSuite for MFC
HBREADCRUMBITEM CBCGPBreadcrumb::InsertItem ( HBREADCRUMBITEM  hParent,
const CString &  text,
int  iImage = -1,
LPARAM  lParam = 0 
)

Inserts an item as a child of another item.

Use GetRootItem() function to obtain the root item (which is always not NULL).

Parameters
hParentA handle to parent item. Must not be NULL.
textSpecifies item's text.
iImageSpecifies zero-based index of item's image in the image list. Use SetImageList to attach an image list to Breadcrumb control.
lParamSpecifies item's data.