Nikolay Sivov : comctl32/listview: Add LVN_INCREMENTALSEARCH definitions.

Alexandre Julliard julliard at winehq.org
Mon May 11 09:10:48 CDT 2009


Module: wine
Branch: master
Commit: 50e9ceb9e4e0915b98200469bbc9334a1b2258b6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=50e9ceb9e4e0915b98200469bbc9334a1b2258b6

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Sun May 10 14:42:44 2009 +0400

comctl32/listview: Add LVN_INCREMENTALSEARCH definitions.

---

 include/commctrl.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 7b93497..d3c24cd 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -3253,12 +3253,20 @@ static const WCHAR WC_LISTVIEWW[] = { 'S','y','s',
 #define LVN_GETINFOTIPA         (LVN_FIRST-57)
 #define LVN_GETINFOTIPW         (LVN_FIRST-58)
 #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_ENDSCROLL           (LVN_FIRST-81)
 #define LVN_LINKCLICK           (LVN_FIRST-84)
 #define LVN_ASYNCDRAWN          (LVN_FIRST-86)
 #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_ALIGNLEFT           0x0001
 #define LVA_ALIGNTOP            0x0002




More information about the wine-cvs mailing list