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 : Mon Feb 27 10:01:33 2012 */ 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 : 0x0000005c */ 410 /* Approximate msg: HAL_INITIALIZATION_FAILED */ 411 #define HAL_INITIALIZATION_FAILED ((ULONG)0x0000005c) 412 413 /* MessageId : 0x0000005d */ 414 /* Approximate msg: UNSUPPORTED_PROCESSOR */ 415 #define UNSUPPORTED_PROCESSOR ((ULONG)0x0000005d) 416 417 /* MessageId : 0x0000005e */ 418 /* Approximate msg: OBJECT_INITIALIZATION_FAILED */ 419 #define OBJECT_INITIALIZATION_FAILED ((ULONG)0x0000005e) 420 421 /* MessageId : 0x0000005f */ 422 /* Approximate msg: SECURITY_INITIALIZATION_FAILED */ 423 #define SECURITY_INITIALIZATION_FAILED ((ULONG)0x0000005f) 424 425 /* MessageId : 0x00000060 */ 426 /* Approximate msg: PROCESS_INITIALIZATION_FAILED */ 427 #define PROCESS_INITIALIZATION_FAILED ((ULONG)0x00000060) 428 429 /* MessageId : 0x00000061 */ 430 /* Approximate msg: HAL1_INITIALIZATION_FAILED */ 431 #define HAL1_INITIALIZATION_FAILED ((ULONG)0x00000061) 432 433 /* MessageId : 0x00000062 */ 434 /* Approximate msg: OBJECT1_INITIALIZATION_FAILED */ 435 #define OBJECT1_INITIALIZATION_FAILED ((ULONG)0x00000062) 436 437 /* MessageId : 0x00000063 */ 438 /* Approximate msg: SECURITY1_INITIALIZATION_FAILED */ 439 #define SECURITY1_INITIALIZATION_FAILED ((ULONG)0x00000063) 440 441 /* MessageId : 0x00000064 */ 442 /* Approximate msg: SYMBOLIC_INITIALIZATION_FAILED */ 443 #define SYMBOLIC_INITIALIZATION_FAILED ((ULONG)0x00000064) 444 445 /* MessageId : 0x00000065 */ 446 /* Approximate msg: MEMORY1_INITIALIZATION_FAILED */ 447 #define MEMORY1_INITIALIZATION_FAILED ((ULONG)0x00000065) 448 449 /* MessageId : 0x00000066 */ 450 /* Approximate msg: CACHE_INITIALIZATION_FAILED */ 451 #define CACHE_INITIALIZATION_FAILED ((ULONG)0x00000066) 452 453 /* MessageId : 0x00000067 */ 454 /* Approximate msg: CONFIG_INITIALIZATION_FAILED */ 455 #define CONFIG_INITIALIZATION_FAILED ((ULONG)0x00000067) 456 457 /* MessageId : 0x00000068 */ 458 /* Approximate msg: FILE_INITIALIZATION_FAILED */ 459 #define FILE_INITIALIZATION_FAILED ((ULONG)0x00000068) 460 461 /* MessageId : 0x00000069 */ 462 /* Approximate msg: IO1_INITIALIZATION_FAILED */ 463 #define IO1_INITIALIZATION_FAILED ((ULONG)0x00000069) 464 465 /* MessageId : 0x0000006a */ 466 /* Approximate msg: LPC_INITIALIZATION_FAILED */ 467 #define LPC_INITIALIZATION_FAILED ((ULONG)0x0000006a) 468 469 /* MessageId : 0x0000006b */ 470 /* Approximate msg: PROCESS1_INITIALIZATION_FAILED */ 471 #define PROCESS1_INITIALIZATION_FAILED ((ULONG)0x0000006b) 472 473 /* MessageId : 0x0000006c */ 474 /* Approximate msg: REFMON_INITIALIZATION_FAILED */ 475 #define REFMON_INITIALIZATION_FAILED ((ULONG)0x0000006c) 476 477 /* MessageId : 0x0000006d */ 478 /* Approximate msg: SESSION1_INITIALIZATION_FAILED */ 479 #define SESSION1_INITIALIZATION_FAILED ((ULONG)0x0000006d) 480 481 /* MessageId : 0x0000006e */ 482 /* Approximate msg: SESSION2_INITIALIZATION_FAILED */ 483 #define SESSION2_INITIALIZATION_FAILED ((ULONG)0x0000006e) 484 485 /* MessageId : 0x0000006f */ 486 /* Approximate msg: SESSION3_INITIALIZATION_FAILED */ 487 #define SESSION3_INITIALIZATION_FAILED ((ULONG)0x0000006f) 488 489 /* MessageId : 0x00000070 */ 490 /* Approximate msg: SESSION4_INITIALIZATION_FAILED */ 491 #define SESSION4_INITIALIZATION_FAILED ((ULONG)0x00000070) 492 493 /* MessageId : 0x00000071 */ 494 /* Approximate msg: SESSION5_INITIALIZATION_FAILED */ 495 #define SESSION5_INITIALIZATION_FAILED ((ULONG)0x00000071) 496 497 /* MessageId : 0x00000072 */ 498 /* Approximate msg: ASSIGN_DRIVE_LETTERS_FAILED */ 499 #define ASSIGN_DRIVE_LETTERS_FAILED ((ULONG)0x00000072) 500 501 /* MessageId : 0x00000073 */ 502 /* Approximate msg: CONFIG_LIST_FAILED */ 503 #define CONFIG_LIST_FAILED ((ULONG)0x00000073) 504 505 /* MessageId : 0x00000074 */ 506 /* Approximate msg: BAD_SYSTEM_CONFIG_INFO */ 507 #define BAD_SYSTEM_CONFIG_INFO ((ULONG)0x00000074) 508 509 /* MessageId : 0x00000075 */ 510 /* Approximate msg: CANNOT_WRITE_CONFIGURATION */ 511 #define CANNOT_WRITE_CONFIGURATION ((ULONG)0x00000075) 512 513 /* MessageId : 0x00000076 */ 514 /* Approximate msg: PROCESS_HAS_LOCKED_PAGES */ 515 #define PROCESS_HAS_LOCKED_PAGES ((ULONG)0x00000076) 516 517 /* MessageId : 0x00000077 */ 518 /* Approximate msg: KERNEL_STACK_INPAGE_ERROR */ 519 #define KERNEL_STACK_INPAGE_ERROR ((ULONG)0x00000077) 520 521 /* MessageId : 0x00000078 */ 522 /* Approximate msg: PHASE0_EXCEPTION */ 523 #define PHASE0_EXCEPTION ((ULONG)0x00000078) 524 525 /* MessageId : 0x00000079 */ 526 /* Approximate msg: Mismatched Kernel and HAL image */ 527 #define MISMATCHED_HAL ((ULONG)0x00000079) 528 529 /* MessageId : 0x0000007a */ 530 /* Approximate msg: KERNEL_DATA_INPAGE_ERROR */ 531 #define KERNEL_DATA_INPAGE_ERROR ((ULONG)0x0000007a) 532 533 /* MessageId : 0x0000007b */ 534 /* Approximate msg: Check for viruses on your computer. Remove any newly installed */ 535 #define INACCESSIBLE_BOOT_DEVICE ((ULONG)0x0000007b) 536 537 /* MessageId : 0x0000007d */ 538 /* Approximate msg: INSTALL_MORE_MEMORY */ 539 #define INSTALL_MORE_MEMORY ((ULONG)0x0000007d) 540 541 /* MessageId : 0x0000007e */ 542 /* Approximate msg: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED */ 543 #define SYSTEM_THREAD_EXCEPTION_NOT_HANDLED ((ULONG)0x0000007e) 544 545 /* MessageId : 0x0000007f */ 546 /* Approximate msg: Run a system diagnostic utility supplied by your hardware manufacturer. */ 547 #define UNEXPECTED_KERNEL_MODE_TRAP ((ULONG)0x0000007f) 548 549 /* MessageId : 0x00000080 */ 550 /* Approximate msg: Hardware malfunction */ 551 #define NMI_HARDWARE_FAILURE ((ULONG)0x00000080) 552 553 /* MessageId : 0x00000081 */ 554 /* Approximate msg: SPIN_LOCK_INIT_FAILURE */ 555 #define SPIN_LOCK_INIT_FAILURE ((ULONG)0x00000081) 556 557 /* MessageId : 0x0000008e */ 558 /* Approximate msg: KERNEL_MODE_EXCEPTION_NOT_HANDLED */ 559 #define KERNEL_MODE_EXCEPTION_NOT_HANDLED ((ULONG)0x0000008e) 560 561 /* MessageId : 0x0000008f */ 562 /* Approximate msg: PP0_INITIALIZATION_FAILED */ 563 #define PP0_INITIALIZATION_FAILED ((ULONG)0x0000008f) 564 565 /* MessageId : 0x00000090 */ 566 /* Approximate msg: PP1_INITIALIZATION_FAILED */ 567 #define PP1_INITIALIZATION_FAILED ((ULONG)0x00000090) 568 569 /* MessageId : 0x00000093 */ 570 /* Approximate msg: INVALID_KERNEL_HANDLE */ 571 #define INVALID_KERNEL_HANDLE ((ULONG)0x00000093) 572 573 /* MessageId : 0x00000094 */ 574 /* Approximate msg: KERNEL_STACK_LOCKED_AT_EXIT */ 575 #define KERNEL_STACK_LOCKED_AT_EXIT ((ULONG)0x00000094) 576 577 /* MessageId : 0x00000096 */ 578 /* Approximate msg: INVALID_WORK_QUEUE_ITEM */ 579 #define INVALID_WORK_QUEUE_ITEM ((ULONG)0x00000096) 580 581 /* MessageId : 0x000000a0 */ 582 /* Approximate msg: INTERNAL_POWER_ERROR */ 583 #define INTERNAL_POWER_ERROR ((ULONG)0x000000a0) 584 585 /* MessageId : 0x000000a1 */ 586 /* Approximate msg: Inconsistency detected in the PCI Bus driver's internal structures. */ 587 #define PCI_BUS_DRIVER_INTERNAL ((ULONG)0x000000a1) 588 589 /* MessageId : 0x000000a5 */ 590 /* Approximate msg: The BIOS in this system is not fully ACPI compliant. Please contact your */ 591 #define ACPI_BIOS_ERROR ((ULONG)0x000000a5) 592 593 /* MessageId : 0x400000a8 */ 594 /* Approximate msg: The system is booting in safemode - Minimal Services */ 595 #define BOOTING_IN_SAFEMODE_MINIMAL ((ULONG)0x400000a8) 596 597 /* MessageId : 0x400000a9 */ 598 /* Approximate msg: The system is booting in safemode - Minimal Services with Network */ 599 #define BOOTING_IN_SAFEMODE_NETWORK ((ULONG)0x400000a9) 600 601 /* MessageId : 0x400000aa */ 602 /* Approximate msg: The system is booting in safemode - Directory Services Repair */ 603 #define BOOTING_IN_SAFEMODE_DSREPAIR ((ULONG)0x400000aa) 604 605 /* MessageId : 0x000000ac */ 606 /* Approximate msg: Allocate from NonPaged Pool failed for a HAL critical allocation. */ 607 #define HAL_MEMORY_ALLOCATION ((ULONG)0x000000ac) 608 609 /* MessageId : 0x000000b4 */ 610 /* Approximate msg: The video driver failed to initialize */ 611 #define VIDEO_DRIVER_INIT_FAILURE ((ULONG)0x000000b4) 612 613 /* MessageId : 0x400000b7 */ 614 /* Approximate msg: Boot Logging Enabled */ 615 #define BOOTLOG_ENABLED ((ULONG)0x400000b7) 616 617 /* MessageId : 0x000000b8 */ 618 /* Approximate msg: A wait operation, attach process, or yield was attempted from a DPC routine. */ 619 #define ATTEMPTED_SWITCH_FROM_DPC ((ULONG)0x000000b8) 620 621 /* MessageId : 0x000000be */ 622 /* Approximate msg: An attempt was made to write to read-only memory. */ 623 #define ATTEMPTED_WRITE_TO_READONLY_MEMORY ((ULONG)0x000000be) 624 625 /* MessageId : 0x000000c1 */ 626 /* Approximate msg: SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION */ 627 #define SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION ((ULONG)0x000000c1) 628 629 /* MessageId : 0x000000c2 */ 630 /* Approximate msg: BAD_POOL_CALLER */ 631 #define BAD_POOL_CALLER ((ULONG)0x000000c2) 632 633 /* MessageId : 0x000000c3 */ 634 /* Approximate msg: A system file that is owned by ReactOS was replaced by an application */ 635 #define BUGCODE_PSS_MESSAGE_SIGNATURE ((ULONG)0x000000c3) 636 637 /* MessageId : 0x000000c5 */ 638 /* Approximate msg: A device driver has pool. */ 639 #define DRIVER_CORRUPTED_EXPOOL ((ULONG)0x000000c5) 640 641 /* MessageId : 0x000000c6 */ 642 /* Approximate msg: A device driver attempting to corrupt the system has been caught. */ 643 #define DRIVER_CAUGHT_MODIFYING_FREED_POOL ((ULONG)0x000000c6) 644 645 /* MessageId : 0x000000c8 */ 646 /* Approximate msg: The processor's IRQL is not valid for the currently executing context. */ 647 #define IRQL_UNEXPECTED_VALUE ((ULONG)0x000000c8) 648 649 /* MessageId : 0x000000ca */ 650 /* Approximate msg: Plug and Play detected an error most likely caused by a faulty driver. */ 651 #define PNP_DETECTED_FATAL_ERROR ((ULONG)0x000000ca) 652 653 /* MessageId : 0x000000cb */ 654 /* Approximate msg: DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS */ 655 #define DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS ((ULONG)0x000000cb) 656 657 /* MessageId : 0x000000ce */ 658 /* Approximate msg: DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS */ 659 #define DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS ((ULONG)0x000000ce) 660 661 /* MessageId : 0x000000d0 */ 662 /* Approximate msg: DRIVER_CORRUPTED_MMPOOL */ 663 #define DRIVER_CORRUPTED_MMPOOL ((ULONG)0x000000d0) 664 665 /* MessageId : 0x000000d1 */ 666 /* Approximate msg: DRIVER_IRQL_NOT_LESS_OR_EQUAL */ 667 #define DRIVER_IRQL_NOT_LESS_OR_EQUAL ((ULONG)0x000000d1) 668 669 /* MessageId : 0x000000d3 */ 670 /* Approximate msg: The driver mistakenly marked a part of it's image pageable instead of non-pageable. */ 671 #define DRIVER_PORTION_MUST_BE_NONPAGED ((ULONG)0x000000d3) 672 673 /* MessageId : 0x000000d8 */ 674 /* Approximate msg: The driver has used an excessive number of system PTEs. */ 675 #define DRIVER_USED_EXCESSIVE_PTES ((ULONG)0x000000d8) 676 677 /* MessageId : 0x000000d4 */ 678 /* Approximate msg: The driver unloaded without cancelling pending operations. */ 679 #define SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD ((ULONG)0x000000d4) 680 681 /* MessageId : 0x000000e0 */ 682 /* Approximate msg: */ 683 #define ACPI_BIOS_FATAL_ERROR ((ULONG)0x000000e0) 684 685 /* MessageId : 0x000000e1 */ 686 /* Approximate msg: WORKER_THREAD_RETURNED_AT_BAD_IRQL */ 687 #define WORKER_THREAD_RETURNED_AT_BAD_IRQL ((ULONG)0x000000e1) 688 689 /* MessageId : 0x000000e2 */ 690 /* Approximate msg: MANUALLY_INITIATED_CRASH */ 691 #define MANUALLY_INITIATED_CRASH ((ULONG)0x000000e2) 692 693 /* MessageId : 0x000000e3 */ 694 /* Approximate msg: RESOURCE_NOT_OWNED */ 695 #define RESOURCE_NOT_OWNED ((ULONG)0x000000e3) 696 697 /* MessageId : 0x000000e4 */ 698 /* Approximate msg: If Parameter1 == 0, an executive worker item was found in memory which */ 699 #define WORKER_INVALID ((ULONG)0x000000e4) 700 701 /* MessageId : 0x000000e5 */ 702 /* Approximate msg: POWER_FAILURE_SIMULATE */ 703 #define POWER_FAILURE_SIMULATE ((ULONG)0x000000e5) 704 705 /* MessageId : 0x000000e9 */ 706 /* Approximate msg: An executive worker thread is being terminated without having gone through the worker thread rundown code. */ 707 #define ACTIVE_EX_WORKER_THREAD_TERMINATION ((ULONG)0x000000e9) 708 709 /* MessageId : 0x000000ea */ 710 /* Approximate msg: */ 711 #define THREAD_STUCK_IN_DEVICE_DRIVER ((ULONG)0x000000ea) 712 713 /* MessageId : 0x000000ef */ 714 /* Approximate msg: The kernel attempted to ready a thread that was in an incorrect state such as terminated. */ 715 #define CRITICAL_PROCESS_DIED ((ULONG)0x000000ef) 716 717 /* MessageId : 0x000000f4 */ 718 /* Approximate msg: A process or thread crucial to system operation has unexpectedly exited or been terminated. */ 719 #define CRITICAL_OBJECT_TERMINATION ((ULONG)0x000000f4) 720 721 /* MessageId : 0x000000f6 */ 722 /* Approximate msg: The PCI driver has detected an error in a PCI device or BIOS being verified. */ 723 #define PCI_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000f6) 724 725 /* MessageId : 0x000000f8 */ 726 /* Approximate msg: An initialization failure occurred while attempting to boot from the RAM disk. */ 727 #define RAMDISK_BOOT_INITIALIZATION_FAILED ((ULONG)0x000000f8) 728 729 /* MessageId : 0x000000fa */ 730 /* Approximate msg: A worker thread is impersonating another process. The work item forgot to */ 731 #define IMPERSONATING_WORKER_THREAD ((ULONG)0x000000fa) 732 733 /* MessageId : 0x000000fc */ 734 /* Approximate msg: An attempt was made to execute to non-executable memory. */ 735 #define ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY ((ULONG)0x000000fc) 736 737 /* EOF */ 738 739 #endif 740