comctl32/listview: Add LVN_INCREMENTALSEARCH definitions.
This commit is contained in:
parent
e847d7c038
commit
50e9ceb9e4
|
@ -3253,12 +3253,20 @@ static const WCHAR WC_LISTVIEWW[] = { 'S','y','s',
|
||||||
#define LVN_GETINFOTIPA (LVN_FIRST-57)
|
#define LVN_GETINFOTIPA (LVN_FIRST-57)
|
||||||
#define LVN_GETINFOTIPW (LVN_FIRST-58)
|
#define LVN_GETINFOTIPW (LVN_FIRST-58)
|
||||||
#define LVN_GETINFOTIP WINELIB_NAME_AW(LVN_GETINFOTIP)
|
#define LVN_GETINFOTIP WINELIB_NAME_AW(LVN_GETINFOTIP)
|
||||||
|
#define LVN_INCREMENTALSEARCHA (LVN_FIRST-62)
|
||||||
|
#define LVN_INCREMENTALSEARCHW (LVN_FIRST-63)
|
||||||
|
#define LVN_INCREMENTALSEARCH WINELIB_NAME_AW(LVN_INCREMENTALSEARCH)
|
||||||
#define LVN_BEGINSCROLL (LVN_FIRST-80)
|
#define LVN_BEGINSCROLL (LVN_FIRST-80)
|
||||||
#define LVN_ENDSCROLL (LVN_FIRST-81)
|
#define LVN_ENDSCROLL (LVN_FIRST-81)
|
||||||
#define LVN_LINKCLICK (LVN_FIRST-84)
|
#define LVN_LINKCLICK (LVN_FIRST-84)
|
||||||
#define LVN_ASYNCDRAWN (LVN_FIRST-86)
|
#define LVN_ASYNCDRAWN (LVN_FIRST-86)
|
||||||
#define LVN_GETEMPTYMARKUP (LVN_FIRST-87)
|
#define LVN_GETEMPTYMARKUP (LVN_FIRST-87)
|
||||||
|
|
||||||
|
/* LVN_INCREMENTALSEARCH return codes */
|
||||||
|
#define LVNSCH_DEFAULT -1
|
||||||
|
#define LVNSCH_ERROR -2
|
||||||
|
#define LVNSCH_IGNORE -3
|
||||||
|
|
||||||
#define LVA_DEFAULT 0x0000
|
#define LVA_DEFAULT 0x0000
|
||||||
#define LVA_ALIGNLEFT 0x0001
|
#define LVA_ALIGNLEFT 0x0001
|
||||||
#define LVA_ALIGNTOP 0x0002
|
#define LVA_ALIGNTOP 0x0002
|
||||||
|
|
Loading…
Reference in New Issue