Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

name.h

Go to the documentation of this file.
00001 //
00002 //  Values are 32 bit values layed out as follows:
00003 //
00004 //   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
00005 //   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
00006 //  +---+-+-+-----------------------+-------------------------------+
00007 //  |Sev|C|R|     Facility          |               Code            |
00008 //  +---+-+-+-----------------------+-------------------------------+
00009 //
00010 //  where
00011 //
00012 //      Sev - is the severity code
00013 //
00014 //          00 - Success
00015 //          01 - Informational
00016 //          10 - Warning
00017 //          11 - Error
00018 //
00019 //      C - is the Customer code flag
00020 //
00021 //      R - is a reserved bit
00022 //
00023 //      Facility - is the facility code
00024 //
00025 //      Code - is the facility's status code
00026 //
00027 //
00028 // Define the facility codes
00029 //
00030 
00031 
00032 //
00033 // Define the severity codes
00034 //
00035 
00036 
00037 //
00038 // MessageId: EVMSG_SIMPLE
00039 //
00040 // MessageText:
00041 //
00042 //  %1
00043 //
00044 #define EVMSG_SIMPLE                     ((WORD)0x00000001L)
00045 
00046 //
00047 // MessageId: EVMSG_INSTALLED
00048 //
00049 // MessageText:
00050 //
00051 //  The %1 service was installed.
00052 //
00053 #define EVMSG_INSTALLED                  ((WORD)0x00000002L)
00054 
00055 //
00056 // MessageId: EVMSG_REMOVED
00057 //
00058 // MessageText:
00059 //
00060 //  The %1 service was removed.
00061 //
00062 #define EVMSG_REMOVED                    ((WORD)0x00000003L)
00063 
00064 //
00065 // MessageId: EVMSG_NOTREMOVED
00066 //
00067 // MessageText:
00068 //
00069 //  The %1 service could not be removed.
00070 //
00071 #define EVMSG_NOTREMOVED                 ((WORD)0x00000004L)
00072 
00073 //
00074 // MessageId: EVMSG_CTRLHANDLERNOTINSTALLED
00075 //
00076 // MessageText:
00077 //
00078 //  The control handler could not be installed.
00079 //
00080 #define EVMSG_CTRLHANDLERNOTINSTALLED    ((WORD)0x00000005L)
00081 
00082 //
00083 // MessageId: EVMSG_FAILEDINIT
00084 //
00085 // MessageText:
00086 //
00087 //  The initialization process failed.
00088 //
00089 #define EVMSG_FAILEDINIT                 ((WORD)0x00000006L)
00090 
00091 //
00092 // MessageId: EVMSG_STARTED
00093 //
00094 // MessageText:
00095 //
00096 //  The service was started.
00097 //
00098 #define EVMSG_STARTED                    ((WORD)0x00000007L)
00099 
00100 //
00101 // MessageId: EVMSG_BADREQUEST
00102 //
00103 // MessageText:
00104 //
00105 //  The service received an unsupported request.
00106 //
00107 #define EVMSG_BADREQUEST                 ((WORD)0x00000008L)
00108 
00109 //
00110 // MessageId: EVMSG_DEBUG
00111 //
00112 // MessageText:
00113 //
00114 //  Debug: %1
00115 //
00116 #define EVMSG_DEBUG                      ((WORD)0x00000009L)
00117 
00118 //
00119 // MessageId: EVMSG_STOPPED
00120 //
00121 // MessageText:
00122 //
00123 //  The service was stopped.
00124 //
00125 #define EVMSG_STOPPED                    ((WORD)0x00000010L)
00126 

Generated on Sun May 14 14:51:19 2006 by  doxygen 1.4.2