[ros-diffs] [jimtabor] 56501: - Add notification alerts.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Sat May 5 00:03:50 UTC 2012


Author: jimtabor
Date: Sat May  5 00:03:50 2012
New Revision: 56501

URL: http://svn.reactos.org/svn/reactos?rev=56501&view=rev
Log:
- Add notification alerts.

Modified:
    trunk/reactos/include/psdk/winuser.h

Modified: trunk/reactos/include/psdk/winuser.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winuser.h?rev=56501&r1=56500&r2=56501&view=diff
==============================================================================
--- trunk/reactos/include/psdk/winuser.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/winuser.h [iso-8859-1] Sat May  5 00:03:50 2012
@@ -2669,6 +2669,12 @@
 #define EVENT_OBJECT_HELPCHANGE         0x00008010
 #define EVENT_OBJECT_DEFACTIONCHANGE    0x00008011
 #define EVENT_OBJECT_ACCELERATORCHANGE  0x00008012
+#define ALERT_SYSTEM_INFORMATIONAL      1          /* MB_INFORMATION */
+#define ALERT_SYSTEM_WARNING            2          /* MB_WARNING */
+#define ALERT_SYSTEM_ERROR              3          /* MB_ERROR */
+#define ALERT_SYSTEM_QUERY              4          /* MB_QUESTION */
+#define ALERT_SYSTEM_CRITICAL           5          /* HardSysErrBox */
+#define CALERT_SYSTEM                   6
 #if (_WIN32_WINNT >= 0x0501)
 #define EVENT_CONSOLE_CARET             0x00004001
 #define CONSOLE_CARET_SELECTION         0x00000001




More information about the Ros-diffs mailing list