Add definitions for session change notifications.

oldstable
Mike McCormack 2005-01-18 11:40:38 +00:00 committed by Alexandre Julliard
parent 2c95e0205d
commit 64d7cb1634
1 changed files with 2 additions and 0 deletions

View File

@ -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