| [1166] | 1 | /* This file is generated with wmc version 1.4-rc5. Do not edit! */
 | 
|---|
 | 2 | /* Source : bugcodes.mc */
 | 
|---|
 | 3 | /* Cmdline: wmc bugcodes.mc */
 | 
|---|
 | 4 | /* Date   : Thu Jul  4 12:10:51 2013 */
 | 
|---|
 | 5 | 
 | 
|---|
 | 6 | #ifndef __WMCGENERATED_4f4b46e6_H
 | 
|---|
 | 7 | #define __WMCGENERATED_4f4b46e6_H
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | /* Severity codes */
 | 
|---|
 | 10 | #define STATUS_SEVERITY_ERROR   0x3
 | 
|---|
 | 11 | #define STATUS_SEVERITY_INFORMATIONAL   0x1
 | 
|---|
 | 12 | #define STATUS_SEVERITY_SUCCESS 0x0
 | 
|---|
 | 13 | #define STATUS_SEVERITY_WARNING 0x2
 | 
|---|
 | 14 | 
 | 
|---|
 | 15 | /* Facility codes */
 | 
|---|
 | 16 | #define FACILITY_IO_ERROR_CODE  0x4
 | 
|---|
 | 17 | #define FACILITY_RUNTIME        0x2
 | 
|---|
 | 18 | #define FACILITY_STUBS  0x3
 | 
|---|
 | 19 | #define FACILITY_SYSTEM 0x0
 | 
|---|
 | 20 | 
 | 
|---|
 | 21 | /* Message definitions */
 | 
|---|
 | 22 | 
 | 
|---|
 | 23 | /*  Created by : Marc Piulachs. */
 | 
|---|
 | 24 | /*  This source code is offered for use in the public domain. */
 | 
|---|
 | 25 | 
 | 
|---|
 | 26 | 
 | 
|---|
 | 27 | /*  ntoskrnl.exe bug codes  */
 | 
|---|
 | 28 | 
 | 
|---|
 | 29 | 
 | 
|---|
 | 30 | /*  message definitions */
 | 
|---|
 | 31 | 
 | 
|---|
 | 32 | 
 | 
|---|
 | 33 | /* MessageId  : 0x4000007e */
 | 
|---|
 | 34 | /* Approximate msg: ReactOS (R) Kernel Version %hs (Build %u%hs) */
 | 
|---|
 | 35 | #define WINDOWS_NT_BANNER       ((ULONG)0x4000007e)
 | 
|---|
 | 36 | 
 | 
|---|
 | 37 | /* MessageId  : 0x40000087 */
 | 
|---|
 | 38 | /* Approximate msg: Service Pack */
 | 
|---|
 | 39 | #define WINDOWS_NT_CSD_STRING   ((ULONG)0x40000087)
 | 
|---|
 | 40 | 
 | 
|---|
 | 41 | /* MessageId  : 0x40000088 */
 | 
|---|
 | 42 | /* Approximate msg: %u System Processor [%u MB Memory] %Z */
 | 
|---|
 | 43 | #define WINDOWS_NT_INFO_STRING  ((ULONG)0x40000088)
 | 
|---|
 | 44 | 
 | 
|---|
 | 45 | /* MessageId  : 0x40000089 */
 | 
|---|
 | 46 | /* Approximate msg: MultiProcessor Kernel */
 | 
|---|
 | 47 | #define WINDOWS_NT_MP_STRING    ((ULONG)0x40000089)
 | 
|---|
 | 48 | 
 | 
|---|
 | 49 | /* MessageId  : 0x4000008a */
 | 
|---|
 | 50 | /* Approximate msg: A kernel thread terminated while holding a mutex */
 | 
|---|
 | 51 | #define THREAD_TERMINATE_HELD_MUTEX     ((ULONG)0x4000008a)
 | 
|---|
 | 52 | 
 | 
|---|
 | 53 | /* MessageId  : 0x4000009d */
 | 
|---|
 | 54 | /* Approximate msg: %u System Processors [%u MB Memory] %Z */
 | 
|---|
 | 55 | #define WINDOWS_NT_INFO_STRING_PLURAL   ((ULONG)0x4000009d)
 | 
|---|
 | 56 | 
 | 
|---|
 | 57 | /* MessageId  : 0x8000007f */
 | 
|---|
 | 58 | /* Approximate msg: A problem has been detected and ReactOS has been shut down to prevent damage */
 | 
|---|
 | 59 | #define BUGCHECK_MESSAGE_INTRO  ((ULONG)0x8000007f)
 | 
|---|
 | 60 | 
 | 
|---|
 | 61 | /* MessageId  : 0x80000080 */
 | 
|---|
 | 62 | /* Approximate msg: The problem seems to be caused by the following file: */
 | 
|---|
 | 63 | #define BUGCODE_ID_DRIVER       ((ULONG)0x80000080)
 | 
|---|
 | 64 | 
 | 
|---|
 | 65 | /* MessageId  : 0x80000081 */
 | 
|---|
 | 66 | /* Approximate msg: If this is the first time you've seen this Stop error screen, */
 | 
|---|
 | 67 | #define PSS_MESSAGE_INTRO       ((ULONG)0x80000081)
 | 
|---|
 | 68 | 
 | 
|---|
 | 69 | /* MessageId  : 0x80000082 */
 | 
|---|
 | 70 | /* Approximate msg: Check to make sure any new hardware or software is properly installed. */
 | 
|---|
 | 71 | #define BUGCODE_PSS_MESSAGE     ((ULONG)0x80000082)
 | 
|---|
 | 72 | 
 | 
|---|
 | 73 | /* MessageId  : 0x80000083 */
 | 
|---|
 | 74 | /* Approximate msg: Technical information: */
 | 
|---|
 | 75 | #define BUGCHECK_TECH_INFO      ((ULONG)0x80000083)
 | 
|---|
 | 76 | 
 | 
|---|
 | 77 | /* MessageId  : 0x00000000 */
 | 
|---|
 | 78 | /* Approximate msg: The bug code is undefined. Please use an existing code instead. */
 | 
|---|
 | 79 | #define UNDEFINED_BUG_CODE      ((ULONG)0x00000000)
 | 
|---|
 | 80 | 
 | 
|---|
 | 81 | /* MessageId  : 0x00000001 */
 | 
|---|
 | 82 | /* Approximate msg: APC_INDEX_MISMATCH */
 | 
|---|
 | 83 | #define APC_INDEX_MISMATCH      ((ULONG)0x00000001)
 | 
|---|
 | 84 | 
 | 
|---|
 | 85 | /* MessageId  : 0x00000002 */
 | 
|---|
 | 86 | /* Approximate msg: DEVICE_QUEUE_NOT_BUSY */
 | 
|---|
 | 87 | #define DEVICE_QUEUE_NOT_BUSY   ((ULONG)0x00000002)
 | 
|---|
 | 88 | 
 | 
|---|
 | 89 | /* MessageId  : 0x00000003 */
 | 
|---|
 | 90 | /* Approximate msg: INVALID_AFFINITY_SET */
 | 
|---|
 | 91 | #define INVALID_AFFINITY_SET    ((ULONG)0x00000003)
 | 
|---|
 | 92 | 
 | 
|---|
 | 93 | /* MessageId  : 0x00000004 */
 | 
|---|
 | 94 | /* Approximate msg: INVALID_DATA_ACCESS_TRAP */
 | 
|---|
 | 95 | #define INVALID_DATA_ACCESS_TRAP        ((ULONG)0x00000004)
 | 
|---|
 | 96 | 
 | 
|---|
 | 97 | /* MessageId  : 0x00000005 */
 | 
|---|
 | 98 | /* Approximate msg: INVALID_PROCESS_ATTACH_ATTEMPT */
 | 
|---|
 | 99 | #define INVALID_PROCESS_ATTACH_ATTEMPT  ((ULONG)0x00000005)
 | 
|---|
 | 100 | 
 | 
|---|
 | 101 | /* MessageId  : 0x00000006 */
 | 
|---|
 | 102 | /* Approximate msg: INVALID_PROCESS_DETACH_ATTEMPT */
 | 
|---|
 | 103 | #define INVALID_PROCESS_DETACH_ATTEMPT  ((ULONG)0x00000006)
 | 
|---|
 | 104 | 
 | 
|---|
 | 105 | /* MessageId  : 0x00000007 */
 | 
|---|
 | 106 | /* Approximate msg: INVALID_SOFTWARE_INTERRUPT */
 | 
|---|
 | 107 | #define INVALID_SOFTWARE_INTERRUPT      ((ULONG)0x00000007)
 | 
|---|
 | 108 | 
 | 
|---|
 | 109 | /* MessageId  : 0x00000008 */
 | 
|---|
 | 110 | /* Approximate msg: IRQL_NOT_DISPATCH_LEVEL */
 | 
|---|
 | 111 | #define IRQL_NOT_DISPATCH_LEVEL ((ULONG)0x00000008)
 | 
|---|
 | 112 | 
 | 
|---|
 | 113 | /* MessageId  : 0x00000009 */
 | 
|---|
 | 114 | /* Approximate msg: IRQL_NOT_GREATER_OR_EQUAL */
 | 
|---|
 | 115 | #define IRQL_NOT_GREATER_OR_EQUAL       ((ULONG)0x00000009)
 | 
|---|
 | 116 | 
 | 
|---|
 | 117 | /* MessageId  : 0x0000000a */
 | 
|---|
 | 118 | /* Approximate msg: IRQL_NOT_LESS_OR_EQUAL */
 | 
|---|
 | 119 | #define IRQL_NOT_LESS_OR_EQUAL  ((ULONG)0x0000000a)
 | 
|---|
 | 120 | 
 | 
|---|
 | 121 | /* MessageId  : 0x0000000b */
 | 
|---|
 | 122 | /* Approximate msg: NO_EXCEPTION_HANDLING_SUPPORT */
 | 
|---|
 | 123 | #define NO_EXCEPTION_HANDLING_SUPPORT   ((ULONG)0x0000000b)
 | 
|---|
 | 124 | 
 | 
|---|
 | 125 | /* MessageId  : 0x0000000c */
 | 
|---|
 | 126 | /* Approximate msg: MAXIMUM_WAIT_OBJECTS_EXCEEDED */
 | 
|---|
 | 127 | #define MAXIMUM_WAIT_OBJECTS_EXCEEDED   ((ULONG)0x0000000c)
 | 
|---|
 | 128 | 
 | 
|---|
 | 129 | /* MessageId  : 0x0000000d */
 | 
|---|
 | 130 | /* Approximate msg: MUTEX_LEVEL_NUMBER_VIOLATION */
 | 
|---|
 | 131 | #define MUTEX_LEVEL_NUMBER_VIOLATION    ((ULONG)0x0000000d)
 | 
|---|
 | 132 | 
 | 
|---|
 | 133 | /* MessageId  : 0x0000000e */
 | 
|---|
 | 134 | /* Approximate msg: NO_USER_MODE_CONTEXT */
 | 
|---|
 | 135 | #define NO_USER_MODE_CONTEXT    ((ULONG)0x0000000e)
 | 
|---|
 | 136 | 
 | 
|---|
 | 137 | /* MessageId  : 0x0000000f */
 | 
|---|
 | 138 | /* Approximate msg: SPIN_LOCK_ALREADY_OWNED */
 | 
|---|
 | 139 | #define SPIN_LOCK_ALREADY_OWNED ((ULONG)0x0000000f)
 | 
|---|
 | 140 | 
 | 
|---|
 | 141 | /* MessageId  : 0x00000010 */
 | 
|---|
 | 142 | /* Approximate msg: SPIN_LOCK_NOT_OWNED */
 | 
|---|
 | 143 | #define SPIN_LOCK_NOT_OWNED     ((ULONG)0x00000010)
 | 
|---|
 | 144 | 
 | 
|---|
 | 145 | /* MessageId  : 0x00000011 */
 | 
|---|
 | 146 | /* Approximate msg: THREAD_NOT_MUTEX_OWNER */
 | 
|---|
 | 147 | #define THREAD_NOT_MUTEX_OWNER  ((ULONG)0x00000011)
 | 
|---|
 | 148 | 
 | 
|---|
 | 149 | /* MessageId  : 0x00000012 */
 | 
|---|
 | 150 | /* Approximate msg: TRAP_CAUSE_UNKNOWN */
 | 
|---|
 | 151 | #define TRAP_CAUSE_UNKNOWN      ((ULONG)0x00000012)
 | 
|---|
 | 152 | 
 | 
|---|
 | 153 | /* MessageId  : 0x00000013 */
 | 
|---|
 | 154 | /* Approximate msg: EMPTY_THREAD_REAPER_LIST */
 | 
|---|
 | 155 | #define EMPTY_THREAD_REAPER_LIST        ((ULONG)0x00000013)
 | 
|---|
 | 156 | 
 | 
|---|
 | 157 | /* MessageId  : 0x00000014 */
 | 
|---|
 | 158 | /* Approximate msg: The thread reaper was handed a thread to reap, but the thread's process' */
 | 
|---|
 | 159 | #define CREATE_DELETE_LOCK_NOT_LOCKED   ((ULONG)0x00000014)
 | 
|---|
 | 160 | 
 | 
|---|
 | 161 | /* MessageId  : 0x00000015 */
 | 
|---|
 | 162 | /* Approximate msg: LAST_CHANCE_CALLED_FROM_KMODE */
 | 
|---|
 | 163 | #define LAST_CHANCE_CALLED_FROM_KMODE   ((ULONG)0x00000015)
 | 
|---|
 | 164 | 
 | 
|---|
 | 165 | /* MessageId  : 0x00000016 */
 | 
|---|
 | 166 | /* Approximate msg: CID_HANDLE_CREATION */
 | 
|---|
 | 167 | #define CID_HANDLE_CREATION     ((ULONG)0x00000016)
 | 
|---|
 | 168 | 
 | 
|---|
 | 169 | /* MessageId  : 0x00000017 */
 | 
|---|
 | 170 | /* Approximate msg: CID_HANDLE_DELETION */
 | 
|---|
 | 171 | #define CID_HANDLE_DELETION     ((ULONG)0x00000017)
 | 
|---|
 | 172 | 
 | 
|---|
 | 173 | /* MessageId  : 0x00000018 */
 | 
|---|
 | 174 | /* Approximate msg: REFERENCE_BY_POINTER */
 | 
|---|
 | 175 | #define REFERENCE_BY_POINTER    ((ULONG)0x00000018)
 | 
|---|
 | 176 | 
 | 
|---|
 | 177 | /* MessageId  : 0x00000019 */
 | 
|---|
 | 178 | /* Approximate msg: BAD_POOL_HEADER */
 | 
|---|
 | 179 | #define BAD_POOL_HEADER ((ULONG)0x00000019)
 | 
|---|
 | 180 | 
 | 
|---|
 | 181 | /* MessageId  : 0x0000001a */
 | 
|---|
 | 182 | /* Approximate msg: MEMORY_MANAGEMENT */
 | 
|---|
 | 183 | #define MEMORY_MANAGEMENT       ((ULONG)0x0000001a)
 | 
|---|
 | 184 | 
 | 
|---|
 | 185 | /* MessageId  : 0x0000001b */
 | 
|---|
 | 186 | /* Approximate msg: PFN_SHARE_COUNT */
 | 
|---|
 | 187 | #define PFN_SHARE_COUNT ((ULONG)0x0000001b)
 | 
|---|
 | 188 | 
 | 
|---|
 | 189 | /* MessageId  : 0x0000001c */
 | 
|---|
 | 190 | /* Approximate msg: PFN_REFERENCE_COUNT */
 | 
|---|
 | 191 | #define PFN_REFERENCE_COUNT     ((ULONG)0x0000001c)
 | 
|---|
 | 192 | 
 | 
|---|
 | 193 | /* MessageId  : 0x0000001d */
 | 
|---|
 | 194 | /* Approximate msg: NO_SPINLOCK_AVAILABLE */
 | 
|---|
 | 195 | #define NO_SPINLOCK_AVAILABLE   ((ULONG)0x0000001d)
 | 
|---|
 | 196 | 
 | 
|---|
 | 197 | /* MessageId  : 0x0000001e */
 | 
|---|
 | 198 | /* Approximate msg: Check to be sure you have adequate disk space. If a driver is */
 | 
|---|
 | 199 | #define KMODE_EXCEPTION_NOT_HANDLED     ((ULONG)0x0000001e)
 | 
|---|
 | 200 | 
 | 
|---|
 | 201 | /* MessageId  : 0x0000001f */
 | 
|---|
 | 202 | /* Approximate msg: SHARED_RESOURCE_CONV_ERROR */
 | 
|---|
 | 203 | #define SHARED_RESOURCE_CONV_ERROR      ((ULONG)0x0000001f)
 | 
|---|
 | 204 | 
 | 
|---|
 | 205 | /* MessageId  : 0x00000020 */
 | 
|---|
 | 206 | /* Approximate msg: KERNEL_APC_PENDING_DURING_EXIT */
 | 
|---|
 | 207 | #define KERNEL_APC_PENDING_DURING_EXIT  ((ULONG)0x00000020)
 | 
|---|
 | 208 | 
 | 
|---|
 | 209 | /* MessageId  : 0x00000021 */
 | 
|---|
 | 210 | /* Approximate msg: QUOTA_UNDERFLOW */
 | 
|---|
 | 211 | #define QUOTA_UNDERFLOW ((ULONG)0x00000021)
 | 
|---|
 | 212 | 
 | 
|---|
 | 213 | /* MessageId  : 0x00000022 */
 | 
|---|
 | 214 | /* Approximate msg: FILE_SYSTEM */
 | 
|---|
 | 215 | #define FILE_SYSTEM     ((ULONG)0x00000022)
 | 
|---|
 | 216 | 
 | 
|---|
 | 217 | /* MessageId  : 0x00000023 */
 | 
|---|
 | 218 | /* Approximate msg: Disable or uninstall any anti-virus, disk defragmentation */
 | 
|---|
 | 219 | #define FAT_FILE_SYSTEM ((ULONG)0x00000023)
 | 
|---|
 | 220 | 
 | 
|---|
 | 221 | /* MessageId  : 0x00000024 */
 | 
|---|
 | 222 | /* Approximate msg: NTFS_FILE_SYSTEM */
 | 
|---|
 | 223 | #define NTFS_FILE_SYSTEM        ((ULONG)0x00000024)
 | 
|---|
 | 224 | 
 | 
|---|
 | 225 | /* MessageId  : 0x00000025 */
 | 
|---|
 | 226 | /* Approximate msg: NPFS_FILE_SYSTEM */
 | 
|---|
 | 227 | #define NPFS_FILE_SYSTEM        ((ULONG)0x00000025)
 | 
|---|
 | 228 | 
 | 
|---|
 | 229 | /* MessageId  : 0x00000026 */
 | 
|---|
 | 230 | /* Approximate msg: CDFS_FILE_SYSTEM */
 | 
|---|
 | 231 | #define CDFS_FILE_SYSTEM        ((ULONG)0x00000026)
 | 
|---|
 | 232 | 
 | 
|---|
 | 233 | /* MessageId  : 0x00000027 */
 | 
|---|
 | 234 | /* Approximate msg: RDR_FILE_SYSTEM */
 | 
|---|
 | 235 | #define RDR_FILE_SYSTEM ((ULONG)0x00000027)
 | 
|---|
 | 236 | 
 | 
|---|
 | 237 | /* MessageId  : 0x00000028 */
 | 
|---|
 | 238 | /* Approximate msg: CORRUPT_ACCESS_TOKEN */
 | 
|---|
 | 239 | #define CORRUPT_ACCESS_TOKEN    ((ULONG)0x00000028)
 | 
|---|
 | 240 | 
 | 
|---|
 | 241 | /* MessageId  : 0x00000029 */
 | 
|---|
 | 242 | /* Approximate msg: SECURITY_SYSTEM */
 | 
|---|
 | 243 | #define SECURITY_SYSTEM ((ULONG)0x00000029)
 | 
|---|
 | 244 | 
 | 
|---|
 | 245 | /* MessageId  : 0x0000002a */
 | 
|---|
 | 246 | /* Approximate msg: INCONSISTENT_IRP */
 | 
|---|
 | 247 | #define INCONSISTENT_IRP        ((ULONG)0x0000002a)
 | 
|---|
 | 248 | 
 | 
|---|
 | 249 | /* MessageId  : 0x0000002b */
 | 
|---|
 | 250 | /* Approximate msg: PANIC_STACK_SWITCH */
 | 
|---|
 | 251 | #define PANIC_STACK_SWITCH      ((ULONG)0x0000002b)
 | 
|---|
 | 252 | 
 | 
|---|
 | 253 | /* MessageId  : 0x0000002c */
 | 
|---|
 | 254 | /* Approximate msg: PORT_DRIVER_INTERNAL */
 | 
|---|
 | 255 | #define PORT_DRIVER_INTERNAL    ((ULONG)0x0000002c)
 | 
|---|
 | 256 | 
 | 
|---|
 | 257 | /* MessageId  : 0x0000002d */
 | 
|---|
 | 258 | /* Approximate msg: SCSI_DISK_DRIVER_INTERNAL */
 | 
|---|
 | 259 | #define SCSI_DISK_DRIVER_INTERNAL       ((ULONG)0x0000002d)
 | 
|---|
 | 260 | 
 | 
|---|
 | 261 | /* MessageId  : 0x0000002e */
 | 
|---|
 | 262 | /* Approximate msg: Run system diagnostics supplied by your hardware manufacturer. */
 | 
|---|
 | 263 | #define DATA_BUS_ERROR  ((ULONG)0x0000002e)
 | 
|---|
 | 264 | 
 | 
|---|
 | 265 | /* MessageId  : 0x0000002f */
 | 
|---|
 | 266 | /* Approximate msg: INSTRUCTION_BUS_ERROR */
 | 
|---|
 | 267 | #define INSTRUCTION_BUS_ERROR   ((ULONG)0x0000002f)
 | 
|---|
 | 268 | 
 | 
|---|
 | 269 | /* MessageId  : 0x00000030 */
 | 
|---|
 | 270 | /* Approximate msg: SET_OF_INVALID_CONTEXT */
 | 
|---|
 | 271 | #define SET_OF_INVALID_CONTEXT  ((ULONG)0x00000030)
 | 
|---|
 | 272 | 
 | 
|---|
 | 273 | /* MessageId  : 0x00000031 */
 | 
|---|
 | 274 | /* Approximate msg: PHASE0_INITIALIZATION_FAILED */
 | 
|---|
 | 275 | #define PHASE0_INITIALIZATION_FAILED    ((ULONG)0x00000031)
 | 
|---|
 | 276 | 
 | 
|---|
 | 277 | /* MessageId  : 0x00000032 */
 | 
|---|
 | 278 | /* Approximate msg: PHASE1_INITIALIZATION_FAILED */
 | 
|---|
 | 279 | #define PHASE1_INITIALIZATION_FAILED    ((ULONG)0x00000032)
 | 
|---|
 | 280 | 
 | 
|---|
 | 281 | /* MessageId  : 0x00000033 */
 | 
|---|
 | 282 | /* Approximate msg: UNEXPECTED_INITIALIZATION_CALL */
 | 
|---|
 | 283 | #define UNEXPECTED_INITIALIZATION_CALL  ((ULONG)0x00000033)
 | 
|---|
 | 284 | 
 | 
|---|
 | 285 | /* MessageId  : 0x00000034 */
 | 
|---|
 | 286 | /* Approximate msg: CACHE_MANAGER */
 | 
|---|
 | 287 | #define CACHE_MANAGER   ((ULONG)0x00000034)
 | 
|---|
 | 288 | 
 | 
|---|
 | 289 | /* MessageId  : 0x00000035 */
 | 
|---|
 | 290 | /* Approximate msg: NO_MORE_IRP_STACK_LOCATIONS */
 | 
|---|
 | 291 | #define NO_MORE_IRP_STACK_LOCATIONS     ((ULONG)0x00000035)
 | 
|---|
 | 292 | 
 | 
|---|
 | 293 | /* MessageId  : 0x00000036 */
 | 
|---|
 | 294 | /* Approximate msg: DEVICE_REFERENCE_COUNT_NOT_ZERO */
 | 
|---|
 | 295 | #define DEVICE_REFERENCE_COUNT_NOT_ZERO ((ULONG)0x00000036)
 | 
|---|
 | 296 | 
 | 
|---|
 | 297 | /* MessageId  : 0x00000037 */
 | 
|---|
 | 298 | /* Approximate msg: FLOPPY_INTERNAL_ERROR */
 | 
|---|
 | 299 | #define FLOPPY_INTERNAL_ERROR   ((ULONG)0x00000037)
 | 
|---|
 | 300 | 
 | 
|---|
 | 301 | /* MessageId  : 0x00000038 */
 | 
|---|
 | 302 | /* Approximate msg: SERIAL_DRIVER_INTERNAL */
 | 
|---|
 | 303 | #define SERIAL_DRIVER_INTERNAL  ((ULONG)0x00000038)
 | 
|---|
 | 304 | 
 | 
|---|
 | 305 | /* MessageId  : 0x00000039 */
 | 
|---|
 | 306 | /* Approximate msg: SYSTEM_EXIT_OWNED_MUTEX */
 | 
|---|
 | 307 | #define SYSTEM_EXIT_OWNED_MUTEX ((ULONG)0x00000039)
 | 
|---|
 | 308 | 
 | 
|---|
 | 309 | /* MessageId  : 0x0000003e */
 | 
|---|
 | 310 | /* Approximate msg: MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED */
 | 
|---|
 | 311 | #define MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED      ((ULONG)0x0000003e)
 | 
|---|
 | 312 | 
 | 
|---|
 | 313 | /* MessageId  : 0x0000003f */
 | 
|---|
 | 314 | /* Approximate msg: Remove any recently installed software including backup */
 | 
|---|
 | 315 | #define NO_MORE_SYSTEM_PTES     ((ULONG)0x0000003f)
 | 
|---|
 | 316 | 
 | 
|---|
 | 317 | /* MessageId  : 0x00000040 */
 | 
|---|
 | 318 | /* Approximate msg: TARGET_MDL_TOO_SMALL */
 | 
|---|
 | 319 | #define TARGET_MDL_TOO_SMALL    ((ULONG)0x00000040)
 | 
|---|
 | 320 | 
 | 
|---|
 | 321 | /* MessageId  : 0x00000041 */
 | 
|---|
 | 322 | /* Approximate msg: MUST_SUCCEED_POOL_EMPTY */
 | 
|---|
 | 323 | #define MUST_SUCCEED_POOL_EMPTY ((ULONG)0x00000041)
 | 
|---|
 | 324 | 
 | 
|---|
 | 325 | /* MessageId  : 0x00000042 */
 | 
|---|
 | 326 | /* Approximate msg: ATDISK_DRIVER_INTERNAL */
 | 
|---|
 | 327 | #define ATDISK_DRIVER_INTERNAL  ((ULONG)0x00000042)
 | 
|---|
 | 328 | 
 | 
|---|
 | 329 | /* MessageId  : 0x00000044 */
 | 
|---|
 | 330 | /* Approximate msg: MULTIPLE_IRP_COMPLETE_REQUESTS */
 | 
|---|
 | 331 | #define MULTIPLE_IRP_COMPLETE_REQUESTS  ((ULONG)0x00000044)
 | 
|---|
 | 332 | 
 | 
|---|
 | 333 | /* MessageId  : 0x00000045 */
 | 
|---|
 | 334 | /* Approximate msg: INSUFFICIENT_SYSTEM_MAP_REGS */
 | 
|---|
 | 335 | #define INSUFFICIENT_SYSTEM_MAP_REGS    ((ULONG)0x00000045)
 | 
|---|
 | 336 | 
 | 
|---|
 | 337 | /* MessageId  : 0x00000048 */
 | 
|---|
 | 338 | /* Approximate msg: CANCEL_STATE_IN_COMPLETED_IRP */
 | 
|---|
 | 339 | #define CANCEL_STATE_IN_COMPLETED_IRP   ((ULONG)0x00000048)
 | 
|---|
 | 340 | 
 | 
|---|
 | 341 | /* MessageId  : 0x00000049 */
 | 
|---|
 | 342 | /* Approximate msg: PAGE_FAULT_WITH_INTERRUPTS_OFF */
 | 
|---|
 | 343 | #define PAGE_FAULT_WITH_INTERRUPTS_OFF  ((ULONG)0x00000049)
 | 
|---|
 | 344 | 
 | 
|---|
 | 345 | /* MessageId  : 0x0000004a */
 | 
|---|
 | 346 | /* Approximate msg: IRQL_GT_ZERO_AT_SYSTEM_SERVICE */
 | 
|---|
 | 347 | #define IRQL_GT_ZERO_AT_SYSTEM_SERVICE  ((ULONG)0x0000004a)
 | 
|---|
 | 348 | 
 | 
|---|
 | 349 | /* MessageId  : 0x0000004b */
 | 
|---|
 | 350 | /* Approximate msg: STREAMS_INTERNAL_ERROR */
 | 
|---|
 | 351 | #define STREAMS_INTERNAL_ERROR  ((ULONG)0x0000004b)
 | 
|---|
 | 352 | 
 | 
|---|
 | 353 | /* MessageId  : 0x0000004c */
 | 
|---|
 | 354 | /* Approximate msg: FATAL_UNHANDLED_HARD_ERROR */
 | 
|---|
 | 355 | #define FATAL_UNHANDLED_HARD_ERROR      ((ULONG)0x0000004c)
 | 
|---|
 | 356 | 
 | 
|---|
 | 357 | /* MessageId  : 0x0000004d */
 | 
|---|
 | 358 | /* Approximate msg: NO_PAGES_AVAILABLE */
 | 
|---|
 | 359 | #define NO_PAGES_AVAILABLE      ((ULONG)0x0000004d)
 | 
|---|
 | 360 | 
 | 
|---|
 | 361 | /* MessageId  : 0x0000004e */
 | 
|---|
 | 362 | /* Approximate msg: PFN_LIST_CORRUPT */
 | 
|---|
 | 363 | #define PFN_LIST_CORRUPT        ((ULONG)0x0000004e)
 | 
|---|
 | 364 | 
 | 
|---|
 | 365 | /* MessageId  : 0x0000004f */
 | 
|---|
 | 366 | /* Approximate msg: NDIS_INTERNAL_ERROR */
 | 
|---|
 | 367 | #define NDIS_INTERNAL_ERROR     ((ULONG)0x0000004f)
 | 
|---|
 | 368 | 
 | 
|---|
 | 369 | /* MessageId  : 0x00000050 */
 | 
|---|
 | 370 | /* Approximate msg: PAGE_FAULT_IN_NONPAGED_AREA */
 | 
|---|
 | 371 | #define PAGE_FAULT_IN_NONPAGED_AREA     ((ULONG)0x00000050)
 | 
|---|
 | 372 | 
 | 
|---|
 | 373 | /* MessageId  : 0x00000051 */
 | 
|---|
 | 374 | /* Approximate msg: REGISTRY_ERROR */
 | 
|---|
 | 375 | #define REGISTRY_ERROR  ((ULONG)0x00000051)
 | 
|---|
 | 376 | 
 | 
|---|
 | 377 | /* MessageId  : 0x00000052 */
 | 
|---|
 | 378 | /* Approximate msg: MAILSLOT_FILE_SYSTEM */
 | 
|---|
 | 379 | #define MAILSLOT_FILE_SYSTEM    ((ULONG)0x00000052)
 | 
|---|
 | 380 | 
 | 
|---|
 | 381 | /* MessageId  : 0x00000053 */
 | 
|---|
 | 382 | /* Approximate msg: NO_BOOT_DEVICE */
 | 
|---|
 | 383 | #define NO_BOOT_DEVICE  ((ULONG)0x00000053)
 | 
|---|
 | 384 | 
 | 
|---|
 | 385 | /* MessageId  : 0x00000054 */
 | 
|---|
 | 386 | /* Approximate msg: LM_SERVER_INTERNAL_ERROR */
 | 
|---|
 | 387 | #define LM_SERVER_INTERNAL_ERROR        ((ULONG)0x00000054)
 | 
|---|
 | 388 | 
 | 
|---|
 | 389 | /* MessageId  : 0x00000055 */
 | 
|---|
 | 390 | /* Approximate msg: DATA_COHERENCY_EXCEPTION */
 | 
|---|
 | 391 | #define DATA_COHERENCY_EXCEPTION        ((ULONG)0x00000055)
 | 
|---|
 | 392 | 
 | 
|---|
 | 393 | /* MessageId  : 0x00000056 */
 | 
|---|
 | 394 | /* Approximate msg: INSTRUCTION_COHERENCY_EXCEPTION */
 | 
|---|
 | 395 | #define INSTRUCTION_COHERENCY_EXCEPTION ((ULONG)0x00000056)
 | 
|---|
 | 396 | 
 | 
|---|
 | 397 | /* MessageId  : 0x00000057 */
 | 
|---|
 | 398 | /* Approximate msg: XNS_INTERNAL_ERROR */
 | 
|---|
 | 399 | #define XNS_INTERNAL_ERROR      ((ULONG)0x00000057)
 | 
|---|
 | 400 | 
 | 
|---|
 | 401 | /* MessageId  : 0x00000058 */
 | 
|---|
 | 402 | /* Approximate msg: FTDISK_INTERNAL_ERROR */
 | 
|---|
 | 403 | #define FTDISK_INTERNAL_ERROR   ((ULONG)0x00000058)
 | 
|---|
 | 404 | 
 | 
|---|
 | 405 | /* MessageId  : 0x00000059 */
 | 
|---|
 | 406 | /* Approximate msg: PINBALL_FILE_SYSTEM */
 | 
|---|
 | 407 | #define PINBALL_FILE_SYSTEM     ((ULONG)0x00000059)
 | 
|---|
 | 408 | 
 | 
|---|
 | 409 | /* MessageId  : 0x0000005a */
 | 
|---|
 | 410 | /* Approximate msg: CRITICAL_SERVICE_FAILED */
 | 
|---|
 | 411 | #define CRITICAL_SERVICE_FAILED ((ULONG)0x0000005a)
 | 
|---|
 | 412 | 
 | 
|---|
 | 413 | /* MessageId  : 0x0000005b */
 | 
|---|
 | 414 | /* Approximate msg: SET_ENV_VAR_FAILED */
 | 
|---|
 | 415 | #define SET_ENV_VAR_FAILED      ((ULONG)0x0000005b)
 | 
|---|
 | 416 | 
 | 
|---|
 | 417 | /* MessageId  : 0x0000005c */
 | 
|---|
 | 418 | /* Approximate msg: HAL_INITIALIZATION_FAILED */
 | 
|---|
 | 419 | #define HAL_INITIALIZATION_FAILED       ((ULONG)0x0000005c)
 | 
|---|
 | 420 | 
 | 
|---|
 | 421 | /* MessageId  : 0x0000005d */
 | 
|---|
 | 422 | /* Approximate msg: UNSUPPORTED_PROCESSOR */
 | 
|---|
 | 423 | #define UNSUPPORTED_PROCESSOR   ((ULONG)0x0000005d)
 | 
|---|
 | 424 | 
 | 
|---|
 | 425 | /* MessageId  : 0x0000005e */
 | 
|---|
 | 426 | /* Approximate msg: OBJECT_INITIALIZATION_FAILED */
 | 
|---|
 | 427 | #define OBJECT_INITIALIZATION_FAILED    ((ULONG)0x0000005e)
 | 
|---|
 | 428 | 
 | 
|---|
 | 429 | /* MessageId  : 0x0000005f */
 | 
|---|
 | 430 | /* Approximate msg: SECURITY_INITIALIZATION_FAILED */
 | 
|---|
 | 431 | #define SECURITY_INITIALIZATION_FAILED  ((ULONG)0x0000005f)
 | 
|---|
 | 432 | 
 | 
|---|
 | 433 | /* MessageId  : 0x00000060 */
 | 
|---|
 | 434 | /* Approximate msg: PROCESS_INITIALIZATION_FAILED */
 | 
|---|
 | 435 | #define PROCESS_INITIALIZATION_FAILED   ((ULONG)0x00000060)
 | 
|---|
 | 436 | 
 | 
|---|
 | 437 | /* MessageId  : 0x00000061 */
 | 
|---|
 | 438 | /* Approximate msg: HAL1_INITIALIZATION_FAILED */
 | 
|---|
 | 439 | #define HAL1_INITIALIZATION_FAILED      ((ULONG)0x00000061)
 | 
|---|
 | 440 | 
 | 
|---|
 | 441 | /* MessageId  : 0x00000062 */
 | 
|---|
 | 442 | /* Approximate msg: OBJECT1_INITIALIZATION_FAILED */
 | 
|---|
 | 443 | #define OBJECT1_INITIALIZATION_FAILED   ((ULONG)0x00000062)
 | 
|---|
 | 444 | 
 | 
|---|
 | 445 | /* MessageId  : 0x00000063 */
 | 
|---|
 | 446 | /* Approximate msg: SECURITY1_INITIALIZATION_FAILED */
 | 
|---|
 | 447 | #define SECURITY1_INITIALIZATION_FAILED ((ULONG)0x00000063)
 | 
|---|
 | 448 | 
 | 
|---|
 | 449 | /* MessageId  : 0x00000064 */
 | 
|---|
 | 450 | /* Approximate msg: SYMBOLIC_INITIALIZATION_FAILED */
 | 
|---|
 | 451 | #define SYMBOLIC_INITIALIZATION_FAILED  ((ULONG)0x00000064)
 | 
|---|
 | 452 | 
 | 
|---|
 | 453 | /* MessageId  : 0x00000065 */
 | 
|---|
 | 454 | /* Approximate msg: MEMORY1_INITIALIZATION_FAILED */
 | 
|---|
 | 455 | #define MEMORY1_INITIALIZATION_FAILED   ((ULONG)0x00000065)
 | 
|---|
 | 456 | 
 | 
|---|
 | 457 | /* MessageId  : 0x00000066 */
 | 
|---|
 | 458 | /* Approximate msg: CACHE_INITIALIZATION_FAILED */
 | 
|---|
 | 459 | #define CACHE_INITIALIZATION_FAILED     ((ULONG)0x00000066)
 | 
|---|
 | 460 | 
 | 
|---|
 | 461 | /* MessageId  : 0x00000067 */
 | 
|---|
 | 462 | /* Approximate msg: CONFIG_INITIALIZATION_FAILED */
 | 
|---|
 | 463 | #define CONFIG_INITIALIZATION_FAILED    ((ULONG)0x00000067)
 | 
|---|
 | 464 | 
 | 
|---|
 | 465 | /* MessageId  : 0x00000068 */
 | 
|---|
 | 466 | /* Approximate msg: FILE_INITIALIZATION_FAILED */
 | 
|---|
 | 467 | #define FILE_INITIALIZATION_FAILED      ((ULONG)0x00000068)
 | 
|---|
 | 468 | 
 | 
|---|
 | 469 | /* MessageId  : 0x00000069 */
 | 
|---|
 | 470 | /* Approximate msg: IO1_INITIALIZATION_FAILED */
 | 
|---|
 | 471 | #define IO1_INITIALIZATION_FAILED       ((ULONG)0x00000069)
 | 
|---|
 | 472 | 
 | 
|---|
 | 473 | /* MessageId  : 0x0000006a */
 | 
|---|
 | 474 | /* Approximate msg: LPC_INITIALIZATION_FAILED */
 | 
|---|
 | 475 | #define LPC_INITIALIZATION_FAILED       ((ULONG)0x0000006a)
 | 
|---|
 | 476 | 
 | 
|---|
 | 477 | /* MessageId  : 0x0000006b */
 | 
|---|
 | 478 | /* Approximate msg: PROCESS1_INITIALIZATION_FAILED */
 | 
|---|
 | 479 | #define PROCESS1_INITIALIZATION_FAILED  ((ULONG)0x0000006b)
 | 
|---|
 | 480 | 
 | 
|---|
 | 481 | /* MessageId  : 0x0000006c */
 | 
|---|
 | 482 | /* Approximate msg: REFMON_INITIALIZATION_FAILED */
 | 
|---|
 | 483 | #define REFMON_INITIALIZATION_FAILED    ((ULONG)0x0000006c)
 | 
|---|
 | 484 | 
 | 
|---|
 | 485 | /* MessageId  : 0x0000006d */
 | 
|---|
 | 486 | /* Approximate msg: SESSION1_INITIALIZATION_FAILED */
 | 
|---|
 | 487 | #define SESSION1_INITIALIZATION_FAILED  ((ULONG)0x0000006d)
 | 
|---|
 | 488 | 
 | 
|---|
 | 489 | /* MessageId  : 0x0000006e */
 | 
|---|
 | 490 | /* Approximate msg: SESSION2_INITIALIZATION_FAILED */
 | 
|---|
 | 491 | #define SESSION2_INITIALIZATION_FAILED  ((ULONG)0x0000006e)
 | 
|---|
 | 492 | 
 | 
|---|
 | 493 | /* MessageId  : 0x0000006f */
 | 
|---|
 | 494 | /* Approximate msg: SESSION3_INITIALIZATION_FAILED */
 | 
|---|
 | 495 | #define SESSION3_INITIALIZATION_FAILED  ((ULONG)0x0000006f)
 | 
|---|
 | 496 | 
 | 
|---|
 | 497 | /* MessageId  : 0x00000070 */
 | 
|---|
 | 498 | /* Approximate msg: SESSION4_INITIALIZATION_FAILED */
 | 
|---|
 | 499 | #define SESSION4_INITIALIZATION_FAILED  ((ULONG)0x00000070)
 | 
|---|
 | 500 | 
 | 
|---|
 | 501 | /* MessageId  : 0x00000071 */
 | 
|---|
 | 502 | /* Approximate msg: SESSION5_INITIALIZATION_FAILED */
 | 
|---|
 | 503 | #define SESSION5_INITIALIZATION_FAILED  ((ULONG)0x00000071)
 | 
|---|
 | 504 | 
 | 
|---|
 | 505 | /* MessageId  : 0x00000072 */
 | 
|---|
 | 506 | /* Approximate msg: ASSIGN_DRIVE_LETTERS_FAILED */
 | 
|---|
 | 507 | #define ASSIGN_DRIVE_LETTERS_FAILED     ((ULONG)0x00000072)
 | 
|---|
 | 508 | 
 | 
|---|
 | 509 | /* MessageId  : 0x00000073 */
 | 
|---|
 | 510 | /* Approximate msg: CONFIG_LIST_FAILED */
 | 
|---|
 | 511 | #define CONFIG_LIST_FAILED      ((ULONG)0x00000073)
 | 
|---|
 | 512 | 
 | 
|---|
 | 513 | /* MessageId  : 0x00000074 */
 | 
|---|
 | 514 | /* Approximate msg: BAD_SYSTEM_CONFIG_INFO */
 | 
|---|
 | 515 | #define BAD_SYSTEM_CONFIG_INFO  ((ULONG)0x00000074)
 | 
|---|
 | 516 | 
 | 
|---|
 | 517 | /* MessageId  : 0x00000075 */
 | 
|---|
 | 518 | /* Approximate msg: CANNOT_WRITE_CONFIGURATION */
 | 
|---|
 | 519 | #define CANNOT_WRITE_CONFIGURATION      ((ULONG)0x00000075)
 | 
|---|
 | 520 | 
 | 
|---|
 | 521 | /* MessageId  : 0x00000076 */
 | 
|---|
 | 522 | /* Approximate msg: PROCESS_HAS_LOCKED_PAGES */
 | 
|---|
 | 523 | #define PROCESS_HAS_LOCKED_PAGES        ((ULONG)0x00000076)
 | 
|---|
 | 524 | 
 | 
|---|
 | 525 | /* MessageId  : 0x00000077 */
 | 
|---|
 | 526 | /* Approximate msg: KERNEL_STACK_INPAGE_ERROR */
 | 
|---|
 | 527 | #define KERNEL_STACK_INPAGE_ERROR       ((ULONG)0x00000077)
 | 
|---|
 | 528 | 
 | 
|---|
 | 529 | /* MessageId  : 0x00000078 */
 | 
|---|
 | 530 | /* Approximate msg: PHASE0_EXCEPTION */
 | 
|---|
 | 531 | #define PHASE0_EXCEPTION        ((ULONG)0x00000078)
 | 
|---|
 | 532 | 
 | 
|---|
 | 533 | /* MessageId  : 0x00000079 */
 | 
|---|
 | 534 | /* Approximate msg: Mismatched Kernel and HAL image */
 | 
|---|
 | 535 | #define MISMATCHED_HAL  ((ULONG)0x00000079)
 | 
|---|
 | 536 | 
 | 
|---|
 | 537 | /* MessageId  : 0x0000007a */
 | 
|---|
 | 538 | /* Approximate msg: KERNEL_DATA_INPAGE_ERROR */
 | 
|---|
 | 539 | #define KERNEL_DATA_INPAGE_ERROR        ((ULONG)0x0000007a)
 | 
|---|
 | 540 | 
 | 
|---|
 | 541 | /* MessageId  : 0x0000007b */
 | 
|---|
 | 542 | /* Approximate msg: Check for viruses on your computer. Remove any newly installed */
 | 
|---|
 | 543 | #define INACCESSIBLE_BOOT_DEVICE        ((ULONG)0x0000007b)
 | 
|---|
 | 544 | 
 | 
|---|
 | 545 | /* MessageId  : 0x0000007d */
 | 
|---|
 | 546 | /* Approximate msg: INSTALL_MORE_MEMORY */
 | 
|---|
 | 547 | #define INSTALL_MORE_MEMORY     ((ULONG)0x0000007d)
 | 
|---|
 | 548 | 
 | 
|---|
 | 549 | /* MessageId  : 0x0000007e */
 | 
|---|
 | 550 | /* Approximate msg: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED */
 | 
|---|
 | 551 | #define SYSTEM_THREAD_EXCEPTION_NOT_HANDLED     ((ULONG)0x0000007e)
 | 
|---|
 | 552 | 
 | 
|---|
 | 553 | /* MessageId  : 0x0000007f */
 | 
|---|
 | 554 | /* Approximate msg: Run a system diagnostic utility supplied by your hardware manufacturer. */
 | 
|---|
 | 555 | #define UNEXPECTED_KERNEL_MODE_TRAP     ((ULONG)0x0000007f)
 | 
|---|
 | 556 | 
 | 
|---|
 | 557 | /* MessageId  : 0x00000080 */
 | 
|---|
 | 558 | /* Approximate msg: Hardware malfunction */
 | 
|---|
 | 559 | #define NMI_HARDWARE_FAILURE    ((ULONG)0x00000080)
 | 
|---|
 | 560 | 
 | 
|---|
 | 561 | /* MessageId  : 0x00000081 */
 | 
|---|
 | 562 | /* Approximate msg: SPIN_LOCK_INIT_FAILURE */
 | 
|---|
 | 563 | #define SPIN_LOCK_INIT_FAILURE  ((ULONG)0x00000081)
 | 
|---|
 | 564 | 
 | 
|---|
 | 565 | /* MessageId  : 0x0000008e */
 | 
|---|
 | 566 | /* Approximate msg: KERNEL_MODE_EXCEPTION_NOT_HANDLED */
 | 
|---|
 | 567 | #define KERNEL_MODE_EXCEPTION_NOT_HANDLED       ((ULONG)0x0000008e)
 | 
|---|
 | 568 | 
 | 
|---|
 | 569 | /* MessageId  : 0x0000008f */
 | 
|---|
 | 570 | /* Approximate msg: PP0_INITIALIZATION_FAILED */
 | 
|---|
 | 571 | #define PP0_INITIALIZATION_FAILED       ((ULONG)0x0000008f)
 | 
|---|
 | 572 | 
 | 
|---|
 | 573 | /* MessageId  : 0x00000090 */
 | 
|---|
 | 574 | /* Approximate msg: PP1_INITIALIZATION_FAILED */
 | 
|---|
 | 575 | #define PP1_INITIALIZATION_FAILED       ((ULONG)0x00000090)
 | 
|---|
 | 576 | 
 | 
|---|
 | 577 | /* MessageId  : 0x00000093 */
 | 
|---|
 | 578 | /* Approximate msg: INVALID_KERNEL_HANDLE */
 | 
|---|
 | 579 | #define INVALID_KERNEL_HANDLE   ((ULONG)0x00000093)
 | 
|---|
 | 580 | 
 | 
|---|
 | 581 | /* MessageId  : 0x00000094 */
 | 
|---|
 | 582 | /* Approximate msg: KERNEL_STACK_LOCKED_AT_EXIT */
 | 
|---|
 | 583 | #define KERNEL_STACK_LOCKED_AT_EXIT     ((ULONG)0x00000094)
 | 
|---|
 | 584 | 
 | 
|---|
 | 585 | /* MessageId  : 0x00000096 */
 | 
|---|
 | 586 | /* Approximate msg: INVALID_WORK_QUEUE_ITEM */
 | 
|---|
 | 587 | #define INVALID_WORK_QUEUE_ITEM ((ULONG)0x00000096)
 | 
|---|
 | 588 | 
 | 
|---|
 | 589 | /* MessageId  : 0x000000a0 */
 | 
|---|
 | 590 | /* Approximate msg: INTERNAL_POWER_ERROR */
 | 
|---|
 | 591 | #define INTERNAL_POWER_ERROR    ((ULONG)0x000000a0)
 | 
|---|
 | 592 | 
 | 
|---|
 | 593 | /* MessageId  : 0x000000a1 */
 | 
|---|
 | 594 | /* Approximate msg: Inconsistency detected in the PCI Bus driver's internal structures. */
 | 
|---|
 | 595 | #define PCI_BUS_DRIVER_INTERNAL ((ULONG)0x000000a1)
 | 
|---|
 | 596 | 
 | 
|---|
 | 597 | /* MessageId  : 0x000000a5 */
 | 
|---|
 | 598 | /* Approximate msg: The BIOS in this system is not fully ACPI compliant.  Please contact your */
 | 
|---|
 | 599 | #define ACPI_BIOS_ERROR ((ULONG)0x000000a5)
 | 
|---|
 | 600 | 
 | 
|---|
 | 601 | /* MessageId  : 0x400000a8 */
 | 
|---|
 | 602 | /* Approximate msg: The system is booting in safemode - Minimal Services */
 | 
|---|
 | 603 | #define BOOTING_IN_SAFEMODE_MINIMAL     ((ULONG)0x400000a8)
 | 
|---|
 | 604 | 
 | 
|---|
 | 605 | /* MessageId  : 0x400000a9 */
 | 
|---|
 | 606 | /* Approximate msg: The system is booting in safemode - Minimal Services with Network */
 | 
|---|
 | 607 | #define BOOTING_IN_SAFEMODE_NETWORK     ((ULONG)0x400000a9)
 | 
|---|
 | 608 | 
 | 
|---|
 | 609 | /* MessageId  : 0x400000aa */
 | 
|---|
 | 610 | /* Approximate msg: The system is booting in safemode - Directory Services Repair */
 | 
|---|
 | 611 | #define BOOTING_IN_SAFEMODE_DSREPAIR    ((ULONG)0x400000aa)
 | 
|---|
 | 612 | 
 | 
|---|
 | 613 | /* MessageId  : 0x000000ac */
 | 
|---|
 | 614 | /* Approximate msg: Allocate from NonPaged Pool failed for a HAL critical allocation. */
 | 
|---|
 | 615 | #define HAL_MEMORY_ALLOCATION   ((ULONG)0x000000ac)
 | 
|---|
 | 616 | 
 | 
|---|
 | 617 | /* MessageId  : 0x000000b4 */
 | 
|---|
 | 618 | /* Approximate msg: The video driver failed to initialize */
 | 
|---|
 | 619 | #define VIDEO_DRIVER_INIT_FAILURE       ((ULONG)0x000000b4)
 | 
|---|
 | 620 | 
 | 
|---|
 | 621 | /* MessageId  : 0x400000b7 */
 | 
|---|
 | 622 | /* Approximate msg: Boot Logging Enabled */
 | 
|---|
 | 623 | #define BOOTLOG_ENABLED ((ULONG)0x400000b7)
 | 
|---|
 | 624 | 
 | 
|---|
 | 625 | /* MessageId  : 0x000000b8 */
 | 
|---|
 | 626 | /* Approximate msg: A wait operation, attach process, or yield was attempted from a DPC routine. */
 | 
|---|
 | 627 | #define ATTEMPTED_SWITCH_FROM_DPC       ((ULONG)0x000000b8)
 | 
|---|
 | 628 | 
 | 
|---|
 | 629 | /* MessageId  : 0x000000be */
 | 
|---|
 | 630 | /* Approximate msg: An attempt was made to write to read-only memory. */
 | 
|---|
 | 631 | #define ATTEMPTED_WRITE_TO_READONLY_MEMORY      ((ULONG)0x000000be)
 | 
|---|
 | 632 | 
 | 
|---|
 | 633 | /* MessageId  : 0x000000c1 */
 | 
|---|
 | 634 | /* Approximate msg: SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION */
 | 
|---|
 | 635 | #define SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION ((ULONG)0x000000c1)
 | 
|---|
 | 636 | 
 | 
|---|
 | 637 | /* MessageId  : 0x000000c2 */
 | 
|---|
 | 638 | /* Approximate msg: BAD_POOL_CALLER */
 | 
|---|
 | 639 | #define BAD_POOL_CALLER ((ULONG)0x000000c2)
 | 
|---|
 | 640 | 
 | 
|---|
 | 641 | /* MessageId  : 0x000000c3 */
 | 
|---|
 | 642 | /* Approximate msg: A system file that is owned by ReactOS was replaced by an application */
 | 
|---|
 | 643 | #define BUGCODE_PSS_MESSAGE_SIGNATURE   ((ULONG)0x000000c3)
 | 
|---|
 | 644 | 
 | 
|---|
 | 645 | /* MessageId  : 0x000000c5 */
 | 
|---|
 | 646 | /* Approximate msg: A device driver has pool. */
 | 
|---|
 | 647 | #define DRIVER_CORRUPTED_EXPOOL ((ULONG)0x000000c5)
 | 
|---|
 | 648 | 
 | 
|---|
 | 649 | /* MessageId  : 0x000000c6 */
 | 
|---|
 | 650 | /* Approximate msg: A device driver attempting to corrupt the system has been caught. */
 | 
|---|
 | 651 | #define DRIVER_CAUGHT_MODIFYING_FREED_POOL      ((ULONG)0x000000c6)
 | 
|---|
 | 652 | 
 | 
|---|
 | 653 | /* MessageId  : 0x000000c8 */
 | 
|---|
 | 654 | /* Approximate msg: The processor's IRQL is not valid for the currently executing context. */
 | 
|---|
 | 655 | #define IRQL_UNEXPECTED_VALUE   ((ULONG)0x000000c8)
 | 
|---|
 | 656 | 
 | 
|---|
 | 657 | /* MessageId  : 0x000000ca */
 | 
|---|
 | 658 | /* Approximate msg: Plug and Play detected an error most likely caused by a faulty driver. */
 | 
|---|
 | 659 | #define PNP_DETECTED_FATAL_ERROR        ((ULONG)0x000000ca)
 | 
|---|
 | 660 | 
 | 
|---|
 | 661 | /* MessageId  : 0x000000cb */
 | 
|---|
 | 662 | /* Approximate msg: DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS */
 | 
|---|
 | 663 | #define DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS     ((ULONG)0x000000cb)
 | 
|---|
 | 664 | 
 | 
|---|
 | 665 | /* MessageId  : 0x000000ce */
 | 
|---|
 | 666 | /* Approximate msg: DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS */
 | 
|---|
 | 667 | #define DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS   ((ULONG)0x000000ce)
 | 
|---|
 | 668 | 
 | 
|---|
 | 669 | /* MessageId  : 0x000000d0 */
 | 
|---|
 | 670 | /* Approximate msg: DRIVER_CORRUPTED_MMPOOL */
 | 
|---|
 | 671 | #define DRIVER_CORRUPTED_MMPOOL ((ULONG)0x000000d0)
 | 
|---|
 | 672 | 
 | 
|---|
 | 673 | /* MessageId  : 0x000000d1 */
 | 
|---|
 | 674 | /* Approximate msg: DRIVER_IRQL_NOT_LESS_OR_EQUAL */
 | 
|---|
 | 675 | #define DRIVER_IRQL_NOT_LESS_OR_EQUAL   ((ULONG)0x000000d1)
 | 
|---|
 | 676 | 
 | 
|---|
 | 677 | /* MessageId  : 0x000000d3 */
 | 
|---|
 | 678 | /* Approximate msg: The driver mistakenly marked a part of it's image pageable instead of non-pageable. */
 | 
|---|
 | 679 | #define DRIVER_PORTION_MUST_BE_NONPAGED ((ULONG)0x000000d3)
 | 
|---|
 | 680 | 
 | 
|---|
 | 681 | /* MessageId  : 0x000000d8 */
 | 
|---|
 | 682 | /* Approximate msg: The driver has used an excessive number of system PTEs. */
 | 
|---|
 | 683 | #define DRIVER_USED_EXCESSIVE_PTES      ((ULONG)0x000000d8)
 | 
|---|
 | 684 | 
 | 
|---|
 | 685 | /* MessageId  : 0x000000d4 */
 | 
|---|
 | 686 | /* Approximate msg: The driver unloaded without cancelling pending operations. */
 | 
|---|
 | 687 | #define SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD        ((ULONG)0x000000d4)
 | 
|---|
 | 688 | 
 | 
|---|
 | 689 | /* MessageId  : 0x000000e0 */
 | 
|---|
 | 690 | /* Approximate msg:  */
 | 
|---|
 | 691 | #define ACPI_BIOS_FATAL_ERROR   ((ULONG)0x000000e0)
 | 
|---|
 | 692 | 
 | 
|---|
 | 693 | /* MessageId  : 0x000000e1 */
 | 
|---|
 | 694 | /* Approximate msg: WORKER_THREAD_RETURNED_AT_BAD_IRQL */
 | 
|---|
 | 695 | #define WORKER_THREAD_RETURNED_AT_BAD_IRQL      ((ULONG)0x000000e1)
 | 
|---|
 | 696 | 
 | 
|---|
 | 697 | /* MessageId  : 0x000000e2 */
 | 
|---|
 | 698 | /* Approximate msg: MANUALLY_INITIATED_CRASH */
 | 
|---|
 | 699 | #define MANUALLY_INITIATED_CRASH        ((ULONG)0x000000e2)
 | 
|---|
 | 700 | 
 | 
|---|
 | 701 | /* MessageId  : 0x000000e3 */
 | 
|---|
 | 702 | /* Approximate msg: RESOURCE_NOT_OWNED */
 | 
|---|
 | 703 | #define RESOURCE_NOT_OWNED      ((ULONG)0x000000e3)
 | 
|---|
 | 704 | 
 | 
|---|
 | 705 | /* MessageId  : 0x000000e4 */
 | 
|---|
 | 706 | /* Approximate msg: If Parameter1 == 0, an executive worker item was found in memory which */
 | 
|---|
 | 707 | #define WORKER_INVALID  ((ULONG)0x000000e4)
 | 
|---|
 | 708 | 
 | 
|---|
 | 709 | /* MessageId  : 0x000000e5 */
 | 
|---|
 | 710 | /* Approximate msg: POWER_FAILURE_SIMULATE */
 | 
|---|
 | 711 | #define POWER_FAILURE_SIMULATE  ((ULONG)0x000000e5)
 | 
|---|
 | 712 | 
 | 
|---|
 | 713 | /* MessageId  : 0x000000e8 */
 | 
|---|
 | 714 | /* Approximate msg: Invalid cancel of a open file. It already has handle. */
 | 
|---|
 | 715 | #define INVALID_CANCEL_OF_FILE_OPEN     ((ULONG)0x000000e8)
 | 
|---|
 | 716 | 
 | 
|---|
 | 717 | /* MessageId  : 0x000000e9 */
 | 
|---|
 | 718 | /* Approximate msg: An executive worker thread is being terminated without having gone through the worker thread rundown code. */
 | 
|---|
 | 719 | #define ACTIVE_EX_WORKER_THREAD_TERMINATION     ((ULONG)0x000000e9)
 | 
|---|
 | 720 | 
 | 
|---|
 | 721 | /* MessageId  : 0x000000ea */
 | 
|---|
 | 722 | /* Approximate msg:  */
 | 
|---|
 | 723 | #define THREAD_STUCK_IN_DEVICE_DRIVER   ((ULONG)0x000000ea)
 | 
|---|
 | 724 | 
 | 
|---|
 | 725 | /* MessageId  : 0x000000ef */
 | 
|---|
 | 726 | /* Approximate msg: The kernel attempted to ready a thread that was in an incorrect state such as terminated. */
 | 
|---|
 | 727 | #define CRITICAL_PROCESS_DIED   ((ULONG)0x000000ef)
 | 
|---|
 | 728 | 
 | 
|---|
 | 729 | /* MessageId  : 0x000000f4 */
 | 
|---|
 | 730 | /* Approximate msg: A process or thread crucial to system operation has unexpectedly exited or been terminated. */
 | 
|---|
 | 731 | #define CRITICAL_OBJECT_TERMINATION     ((ULONG)0x000000f4)
 | 
|---|
 | 732 | 
 | 
|---|
 | 733 | /* MessageId  : 0x000000f6 */
 | 
|---|
 | 734 | /* Approximate msg: The PCI driver has detected an error in a PCI device or BIOS being verified. */
 | 
|---|
 | 735 | #define PCI_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000f6)
 | 
|---|
 | 736 | 
 | 
|---|
 | 737 | /* MessageId  : 0x000000f8 */
 | 
|---|
 | 738 | /* Approximate msg: An initialization failure occurred while attempting to boot from the RAM disk. */
 | 
|---|
 | 739 | #define RAMDISK_BOOT_INITIALIZATION_FAILED      ((ULONG)0x000000f8)
 | 
|---|
 | 740 | 
 | 
|---|
 | 741 | /* MessageId  : 0x000000fa */
 | 
|---|
 | 742 | /* Approximate msg: A worker thread is impersonating another process. The work item forgot to */
 | 
|---|
 | 743 | #define IMPERSONATING_WORKER_THREAD     ((ULONG)0x000000fa)
 | 
|---|
 | 744 | 
 | 
|---|
 | 745 | /* MessageId  : 0x000000fc */
 | 
|---|
 | 746 | /* Approximate msg: An attempt was made to execute to non-executable memory. */
 | 
|---|
 | 747 | #define ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY   ((ULONG)0x000000fc)
 | 
|---|
 | 748 | 
 | 
|---|
 | 749 | /*  EOF */
 | 
|---|
 | 750 | 
 | 
|---|
 | 751 | #endif
 | 
|---|