ADVAPI32: add definitions for session change notifications

Mike McCormack mike at codeweavers.com
Tue Jan 18 00:40:08 CST 2005


ChangeLog:
* add definitions for session change notifications
-------------- next part --------------
Index: include/winsvc.h
===================================================================
RCS file: /home/wine/wine/include/winsvc.h,v
retrieving revision 1.19
diff -u -r1.19 winsvc.h
--- include/winsvc.h	14 Jan 2005 16:50:57 -0000	1.19
+++ include/winsvc.h	18 Jan 2005 06:38:54 -0000
@@ -52,6 +52,7 @@
 #define SERVICE_CONTROL_DEVICEEVENT           0x0000000B
 #define SERVICE_CONTROL_HARDWAREPROFILECHANGE 0x0000000C
 #define SERVICE_CONTROL_POWEREVENT            0x0000000D
+#define SERVICE_CONTROL_SESSIONCHANGE         0x0000000E
 
 /* Service State */
 #define SERVICE_STOPPED          0x00000001
@@ -70,6 +71,7 @@
 #define SERVICE_ACCEPT_NETBINDCHANGE         0x00000010
 #define SERVICE_ACCEPT_HARDWAREPROFILECHANGE 0x00000020
 #define SERVICE_ACCEPT_POWEREVENT            0x00000040
+#define SERVICE_ACCEPT_SESSIONCHANGE         0x00000080
 
 /* Service Control Manager Object access types */
 #define SC_MANAGER_CONNECT            0x0001


More information about the wine-patches mailing list