The list box control window procedure responds to this message by setting sItemMatched to the index of the next item whose text matches the string specified by pszSearchString.
All the items of the list are searched until a match is found, that is, the search wraps from the end to the start of the list.