Commit 64d7cb16 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Add definitions for session change notifications.

parent 2c95e020
......@@ -52,6 +52,7 @@ extern "C" {
#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 @@ extern "C" {
#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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment