LVM_FINDITEMLVM_FINDITEM*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_ENSUREVISIBLE
*Next Topic: LVM_GETBKCOLOR

LVM_FINDITEM


LVM_FINDITEM 
    wParam = (WPARAM) (int) iStart; 
    lParam = (LPARAM) (const LPLVFINDINFO) plvfi; 

Searches for a list view item with the specified characteristics. You can send this message explicitly or by using the ListView_FindItem macro.

iStart
Index of the item to begin the search with or -1 to start from the beginning. The specified item is itself excluded from the search.
plvfi
Address of an LVFINDINFO structure that contains information about what to search for.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.