Author: gadamopoulos
Date: Sat May 14 18:41:39 2011
New Revision: 51743

URL: http://svn.reactos.org/svn/reactos?rev=51743&view=rev
Log:
Add some more undocumented definitions

Modified:
    branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h

Modified: branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h?rev=51743&r1=51742&r2=51743&view=diff
==============================================================================
--- branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h [iso-8859-1] 
(original)
+++ branches/GSoC_2011/ThemesSupport/include/reactos/undocuser.h [iso-8859-1] 
Sat May 14 18:41:39 2011
@@ -24,28 +24,30 @@
 #define WS_EX_SETANSICREATOR           0x80000000 // For WNDS_ANSICREATOR
 
 /* Non SDK Window Message types. */
-#define WM_SETVISIBLE      0x00000009
-#define WM_CTLCOLOR        0x00000019
-#define WM_ALTTABACTIVE    0x00000029
-#define WM_ISACTIVEICON    0x00000035
-#define WM_QUERYPARKICON   0x00000036
-#define WM_CLIENTSHUTDOWN  0x0000003B
-#define WM_COPYGLOBALDATA  0x00000049
-#define WM_LOGONNOTIFY     0x0000004c
-#define WM_KEYF1           0x0000004d
-#define WM_SYSTIMER        0x00000118
-#define WM_LBTRACKPOINT    0x00000131
-#define LB_CARETON         0x000001a3
-#define LB_CARETOFF        0x000001a4
-#define WM_DROPOBJECT     0x0000022A
-#define WM_QUERYDROPOBJECT 0x0000022B
-#define WM_BEGINDRAG       0x0000022C
-#define WM_DRAGLOOP           0x0000022D
-#define WM_DRAGSELECT     0x0000022E
-#define WM_DRAGMOVE           0x0000022F
-#define WM_POPUPSYSTEMMENU 0x00000313
-#define WM_CBT             0x000003FF // ReactOS only.
-#define WM_MAXIMUM         0x0001FFFF
+#define WM_SETVISIBLE       0x00000009
+#define WM_ALTTABACTIVE     0x00000029
+#define WM_ISACTIVEICON     0x00000035
+#define WM_QUERYPARKICON    0x00000036
+#define WM_CLIENTSHUTDOWN   0x0000003B
+#define WM_COPYGLOBALDATA   0x00000049
+#define WM_LOGONNOTIFY      0x0000004C
+#define WM_KEYF1            0x0000004D
+#define WM_NCUAHDRAWCAPTION 0x000000AE
+#define WM_NCUAHDRAWFRAME   0x000000AF
+#define WM_SYSTIMER         0x00000118
+#define WM_LBTRACKPOINT     0x00000131
+#define LB_CARETON          0x000001a3
+#define LB_CARETOFF         0x000001a4
+#define WM_DROPOBJEC        0x0000022A
+#define WM_QUERYDROPOBJECT  0x0000022B
+#define WM_BEGINDRAG        0x0000022C
+#define WM_DRAGLOOP            0x0000022D
+#define WM_DRAGSELECT       0x0000022E
+#define WM_DRAGMOVE            0x0000022F
+#define WM_POPUPSYSTEMMENU  0x00000313
+#define WM_UAHINIT          0x0000031b
+#define WM_CBT              0x000003FF // ReactOS only.
+#define WM_MAXIMUM          0x0001FFFF
 
 /* Non SDK DCE types.*/
 #define DCX_USESTYLE     0x00010000


Reply via email to