IASPowerListBox::FindItemPartial

This method finds the item that matches the first character of the Unicode string specified in bstr.

Syntax

HRESULT FindItemPartial( BSTR bstr, long lIndexStart, long *pIndex );

Parameters

bstr
Unicode string to search for.
lIndexStart
Long integer that contains the starting index.
pIndex
Pointer to the index of the item that partially matches bstr.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.