This method finds the item that has a value that matches the value of bstr.
HRESULT FindItem( BSTR bstr, long lIndexStart, long *pIndex );
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.
If this is a sorted list box, a binary search is performed; otherwise, a linear search is conducted.