updated listbox control from wine 0.9.2
[reactos.git] / reactos / w32api / include / winuser.h
index 686d2ff..ea3b251 100644 (file)
@@ -290,6 +290,7 @@ extern "C" {
 #define LBS_STANDARD 0xa00003
 #define LBS_USETABSTOPS 128
 #define LBS_WANTKEYBOARDINPUT 0x400
+#define LBS_COMBOBOX 0x8000
 #define SBS_BOTTOMALIGN 4
 #define SBS_HORZ 0
 #define SBS_LEFTALIGN 2
@@ -380,6 +381,7 @@ extern "C" {
 #define WINSTA_READATTRIBUTES  2
 #define WINSTA_READSCREEN      512
 #define WINSTA_WRITEATTRIBUTES 16
+#define WINSTA_ALL_ACCESS       895
 #define DDL_READWRITE  0
 #define DDL_READONLY   1
 #define DDL_HIDDEN     2
@@ -1497,6 +1499,7 @@ extern "C" {
 #define WM_TCARD 82
 #define WM_TIMECHANGE 30
 #define WM_TIMER 275
+#define WM_SYSTIMER 280
 #define WM_UNDO 772
 #define WM_USER 1024
 #define WM_USERCHANGED 84
@@ -1563,6 +1566,7 @@ extern "C" {
 #define CB_DIR 325
 #define CB_FINDSTRING 332
 #define CB_FINDSTRINGEXACT 344
+#define CB_GETCOMBOBOXINFO 356
 #define CB_GETCOUNT 326
 #define CB_GETCURSEL 327
 #define CB_GETDROPPEDCONTROLRECT 338