Add missing error and facility codes

Francois Gouget fgouget at free.fr
Tue Mar 21 11:20:32 CST 2006


Changelog:

  * include/winerror.h

    Francois Gouget <fgouget at free.fr>
    Add missing error and facility codes.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
      You can have my guns when you pry them from my kids cold, dead hands.
-------------- next part --------------
Index: include/winerror.h
===================================================================
RCS file: /home/wine/wine/include/winerror.h,v
retrieving revision 1.59
diff -u -p -r1.59 winerror.h
--- include/winerror.h	22 Dec 2005 17:12:52 -0000	1.59
+++ include/winerror.h	21 Mar 2006 15:51:04 -0000
@@ -19,17 +19,46 @@
 #ifndef __WINE_WINERROR_H
 #define __WINE_WINERROR_H
 
-#define FACILITY_NULL      0
-#define FACILITY_RPC       1
-#define FACILITY_DISPATCH  2
-#define FACILITY_STORAGE   3
-#define FACILITY_ITF		4
-#define FACILITY_WIN32		7
-#define FACILITY_WINDOWS   8
-#define FACILITY_SSPI      9
-#define FACILITY_CONTROL   10
-#define FACILITY_CERT      11
-#define FACILITY_INTERNET  12
+#define FACILITY_NULL                         0
+#define FACILITY_RPC                          1
+#define FACILITY_DISPATCH                     2
+#define FACILITY_STORAGE                      3
+#define FACILITY_ITF	                      4
+#define FACILITY_WIN32	                      7
+#define FACILITY_WINDOWS                      8
+#define FACILITY_SSPI                         9
+#define FACILITY_SECURITY                     FACILITY_SSPI
+#define FACILITY_CONTROL                     10
+#define FACILITY_CERT                        11
+#define FACILITY_INTERNET                    12
+#define FACILITY_MEDIASERVER                 13
+#define FACILITY_MSMQ                        14
+#define FACILITY_SETUPAPI                    15
+#define FACILITY_SCARD                       16
+#define FACILITY_COMPLUS                     17
+#define FACILITY_AAF                         18
+#define FACILITY_URT                         19
+#define FACILITY_ACS                         20
+#define FACILITY_DPLAY                       21
+#define FACILITY_UMI                         22
+#define FACILITY_SXS                         23
+#define FACILITY_WINDOWS_CE                  24
+#define FACILITY_HTTP                        25
+#define FACILITY_COMMONLOG                   26
+#define FACILITY_USERMODE_FILTER_MANAGER     31
+#define FACILITY_BACKGROUNDCOPY              32
+#define FACILITY_CONFIGURATION               33
+#define FACILITY_STATE_MANAGEMENT            34
+#define FACILITY_METADIRECTORY               35
+#define FACILITY_WINDOWSUPDATE               36
+#define FACILITY_DIRECTORYSERVICE            37
+#define FACILITY_GRAPHICS                    38
+#define FACILITY_SHELL                       39
+#define FACILITY_TPM_SERVICES                40
+#define FACILITY_TPM_SOFTWARE                41
+#define FACILITY_PLA                         48
+#define FACILITY_FVE                         49
+#define FACILITY_WINDOWS_DEFENDER            80
 
 #define SEVERITY_SUCCESS    0
 #define SEVERITY_ERROR      1
@@ -255,7 +284,13 @@
 #define ERROR_INVALID_OPLOCK_PROTOCOL                      301
 #define ERROR_DISK_TOO_FRAGMENTED                          302
 #define ERROR_MR_MID_NOT_FOUND                             317
+#define ERROR_SCOPE_NOT_FOUND                              318
+#define ERROR_FAIL_NOACTION_REBOOT                         350
+#define ERROR_FAIL_SHUTDOWN                                351
+#define ERROR_FAIL_RESTART                                 352
+#define ERROR_MAX_SESSIONS_REACHED                         353
 #define ERROR_INVALID_ADDRESS                              487
+#define ERROR_USER_PROFILE_LOAD                            500
 #define ERROR_ARITHMETIC_OVERFLOW                          534
 #define ERROR_PIPE_CONNECTED                               535
 #define ERROR_PIPE_LISTENING                               536


More information about the wine-patches mailing list