Contents Index Topic Contents | ||
Previous Topic: LVN_ODCACHEHINT Next Topic: LVN_ODSTATECHANGED |
LVN_ODFINDITEM
LVN_ODFINDITEM pFindInfo = (PNMLVFINDITEM) lParam;Sent by a virtual list view control when it needs the owner to find a particular callback item. For example, the control will send this notification when it receives shortcut keyboard input or when it receives an LVM_FINDITEM message.
- Return the index of the item found, or -1 if no item is found.
- pFindInfo
- Address of an NMLVFINDITEM structure that includes information to be used for the search.
Search information is sent in the form of an LVFINDINFO structure, which is a member of the NMLVFINDITEM structure.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.