Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>lb_findstring</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LB_FINDSTRING

  This message finds the first string with the specified prefix.

Parameters
  wParam is the index of the starting point for the search. The starting
   point is not included in the search, so the value returned from
   LB_GETCURSEL can  be  used  as  the  starting  point.  If  wParam  is  -1,  the
   search commences from the start of the listbox.
  lParam is a far pointer to a null-terminated prefix string.

Returns
  LB_ERR is  returned  if  we  did  not  find  a  string  with  the
specified  prefix.  Otherwise, the index of the found string is returned.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson