The LV_FINDINFO structure contains information used to search for a list view item.
typedef struct _LV_FINDINFO { UINT flags; LPCTSTR psz; LPARAM lParam; POINT pt; UINT vkDirection; } LV_FINDINFO;
Value |
Meaning |
LVFI_PARAM |
Searches based on the lParam member. The lParam member of the matching item’s LV_ITEM structure must match the lParam member of this structure. If this value is specified, all other values are ignored. |
LVFI_PARTIAL |
Matches if the item text begins with the string pointed to by the psz member. This value implies use of LVFI_STRING. |
LVFI_STRING |
Searches based on the item text. Unless additional values are specified, the item text of the matching item must exactly match the string pointed to by the psz member. |
LVFI_WRAP |
Continues the search at the beginning if no match is found. |
LVFI_NEARESTXY |
Finds the item nearest the specified position in the specified direction. |
The LV_FINDINFO structure is used with the LVM_FINDITEM message.
file: /Techref/os/win/api/win32/struc/src/str10_17.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 22:54,
3.145.66.231:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/struc/src/str10_17.htm"> LV_FINDINFO</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.