Rolf Kalbermatter : advapi32: Add service state request definitions.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 14 10:52:32 CDT 2007


Module: wine
Branch: master
Commit: 56e447c6092cf6af9af9fc5b9750530d4c7709f1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=56e447c6092cf6af9af9fc5b9750530d4c7709f1

Author: Rolf Kalbermatter <r.kalbermatter at hccnet.nl>
Date:   Sun May 13 14:57:10 2007 +0200

advapi32: Add service state request definitions.

---

 include/winsvc.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/winsvc.h b/include/winsvc.h
index 8f6184d..a6cc7e5 100644
--- a/include/winsvc.h
+++ b/include/winsvc.h
@@ -38,6 +38,11 @@ extern "C" {
 #define SERVICES_ACTIVE_DATABASE      WINELIB_NAME_AW( SERVICES_ACTIVE_DATABASE )
 #define SERVICES_FAILED_DATABASE      WINELIB_NAME_AW( SERVICES_FAILED_DATABASE )
 
+/* Service State requests */
+#define SERVICE_ACTIVE                        0x00000001
+#define SERVICE_INACTIVE                      0x00000002
+#define SERVICE_STATE_ALL                     (SERVICE_ACTIVE | SERVICE_INACTIVE)
+
 /* Controls */
 #define SERVICE_CONTROL_STOP                  0x00000001
 #define SERVICE_CONTROL_PAUSE                 0x00000002




More information about the wine-cvs mailing list