LVN_ODFINDITEM
This notification message is 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 the it receives shortcut keyboard input, or when it receives an LVM_FINDITEM message.
LVN_ODFINDITEM pFindInfo = (PNMLVFINDITEM) lParam;
Parameters
- pFindInfo
Pointer to an NMLVFINDITEM structure that includes data used for the search.
Return Values
Return the index of the item found, or –1 if no item is found
Remarks
Search data is sent in the form of an LVFINDINFO structure, which is a member of the NMLVFINDITEM structure.
Requirements
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.0 and later | Commctrl.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.