Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This 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 message when it receives shortcut keyboard input, or when it receives an LVM_FINDITEMmessage.
Syntax
LVN_ODFINDITEM pFindInfo = (PNMLVFINDITEM) lParam; |
Parameters
- pFindInfo
-
Pointer to an NMLVFINDITEMstructure that includes data used for the search.
Return Value
Return the index of the item found, or –1 if no item is found.
Remarks
Search data is sent in the form of an LVFINDINFOstructure, which is a member of the NMLVFINDITEMstructure.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |