Alexandre Julliard : include: Add the SPSVCINST_* setupapi flags.

Alexandre Julliard julliard at winehq.org
Wed Apr 16 08:09:43 CDT 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr 16 12:16:51 2008 +0200

include: Add the SPSVCINST_* setupapi flags.

---

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

diff --git a/include/setupapi.h b/include/setupapi.h
index 047b7bd..927de6b 100644
--- a/include/setupapi.h
+++ b/include/setupapi.h
@@ -956,6 +956,19 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_INF_SIGNER_INFO)
 #define SPINST_LOGCONFIGS_ARE_OVERRIDES   0x00040000
 #define SPINST_REGISTERCALLBACKAWARE      0x00080000
 
+#define SPSVCINST_TAGTOFRONT               0x00000001
+#define SPSVCINST_ASSOCSERVICE             0x00000002
+#define SPSVCINST_DELETEEVENTLOGENTRY      0x00000004
+#define SPSVCINST_NOCLOBBER_DISPLAYNAME    0x00000008
+#define SPSVCINST_NOCLOBBER_STARTTYPE      0x00000010
+#define SPSVCINST_NOCLOBBER_ERRORCONTROL   0x00000020
+#define SPSVCINST_NOCLOBBER_LOADORDERGROUP 0x00000040
+#define SPSVCINST_NOCLOBBER_DEPENDENCIES   0x00000080
+#define SPSVCINST_NOCLOBBER_DESCRIPTION    0x00000100
+#define SPSVCINST_STOPSERVICE              0x00000200
+#define SPSVCINST_CLOBBER_SECURITY         0x00000400
+#define SPSVCINST_STARTSERVICE             0x00000800
+
 #define SP_COPY_DELETESOURCE              0x00000001
 #define SP_COPY_REPLACEONLY               0x00000002
 #define SP_COPY_NEWER                     0x00000004




More information about the wine-cvs mailing list