ReactOS 0.4.15-dev-6703-g6528ab8
|
#include <commctrl.h>
Public Attributes | |
UINT | flags |
LPCWSTR | psz |
LPARAM | lParam |
POINT | pt |
UINT | vkDirection |
Definition at line 2455 of file commctrl.h.
UINT tagLVFINDINFOW::flags |
Definition at line 2456 of file commctrl.h.
Referenced by assign_action(), CAppsListView::CompareFunc(), find_oid_in_list(), LISTVIEW_FindItemW(), LISTVIEW_GetNextItem(), LISTVIEW_ProcessLetterKeys(), and SetValueName().
LPARAM tagLVFINDINFOW::lParam |
Definition at line 2458 of file commctrl.h.
Referenced by assign_action(), CAppsListView::CompareFunc(), find_oid_in_list(), and LISTVIEW_FindItemW().
LPCWSTR tagLVFINDINFOW::psz |
Definition at line 2457 of file commctrl.h.
Referenced by LISTVIEW_FindItemA(), LISTVIEW_FindItemW(), LISTVIEW_ProcessLetterKeys(), and SetValueName().
POINT tagLVFINDINFOW::pt |
Definition at line 2459 of file commctrl.h.
Referenced by LISTVIEW_FindItemW(), and LISTVIEW_GetNextItem().
UINT tagLVFINDINFOW::vkDirection |
Definition at line 2460 of file commctrl.h.
Referenced by LISTVIEW_FindItemW(), and LISTVIEW_GetNextItem().