Add definitions for session change notifications.
This commit is contained in:
parent
2c95e0205d
commit
64d7cb1634
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue