BCGSuite for MFC
HBREADCRUMBITEM CBCGPBreadcrumb::GetSubItemByName ( HBREADCRUMBITEM  hParentItem,
const CString &  itemName 
) const

Returns a handle to a child item with specified text.

If the item with such text is not present or hParentItem is not a valid handle the return value is NULL.

Parameters
hParentItemA handle to item.
itemNameSpecifies item's text to look for.