NMLVFINDITEMNMLVFINDITEM*
*Contents  *Index  *Topic Contents
*Previous Topic: NMLVDISPINFO
*Next Topic: NMLVGETINFOTIP

NMLVFINDITEM


typedef struct _NMLVFINDITEM {
    NMHDR hdr;
    int iStart;
    LVFINDINFO lvfi;
} NMLVFINDITEM, *PNMLVFINDITEM;

Contains information the owner needs to find items requested by a virtual list view control. This structure is used with the LVN_ODFINDITEM notification message.

hdr
NMHDR structure that contains information on this notification message.
iStart
Index of the item at which the search will start.
lvfi
LVFINDINFO structure that contains information necessary to perform a search.

Version 4.70


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