[PSDK]
[reactos.git] / reactos / sdk / include / reactos / mc / ntstatus.mc
1 MessageIdTypedef=NTSTATUS
2 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
3 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
4 Warning=0x2:STATUS_SEVERITY_WARNING
5 Error=0x3:STATUS_SEVERITY_ERROR
6 )
7
8 FacilityNames=(System=0x0
9 Debugger=0x1:FACILITY_DEBUGGER
10 RpcRuntime=0x2:FACILITY_RPC_RUNTIME
11 RpcStubs=0x3:FACILITY_RPC_STUBS
12 Io=0x4:FACILITY_IO_ERROR_CODE
13 CTX=0xa:FACILITY_TERMINAL_SERVER
14 USB=0x10:FACILITY_USB_ERROR_CODE
15 HID=0x11:FACILITY_HID_ERROR_CODE
16 FIREWIRE=0x12:FACILITY_FIREWIRE_ERROR_CODE
17 Cluster=0x13:FACILITY_CLUSTER_ERROR_CODE
18 ACPI=0x14:FACILITY_ACPI_ERROR_CODE
19 SXS=0x15:FACILITY_SXS_ERROR_CODE
20 )
21 LanguageNames=(English=0x409:MSG00409)
22
23 MessageId=0x00
24 Severity=Success
25 Facility=System
26 SymbolicName=STATUS_WAIT_0
27 Language=English
28 STATUS_WAIT_0
29 .
30
31 MessageId=0x01
32 Severity=Success
33 Facility=System
34 SymbolicName=STATUS_WAIT_1
35 Language=English
36 STATUS_WAIT_1
37 .
38
39 MessageId=0x02
40 Severity=Success
41 Facility=System
42 SymbolicName=STATUS_WAIT_2
43 Language=English
44 STATUS_WAIT_2
45 .
46
47 MessageId=0x03
48 Severity=Success
49 Facility=System
50 SymbolicName=STATUS_WAIT_3
51 Language=English
52 STATUS_WAIT_3
53 .
54
55 MessageId=0x80
56 Severity=Success
57 Facility=System
58 SymbolicName=STATUS_ABANDONED
59 Language=English
60 STATUS_ABANDONED_WAIT_0
61 .
62
63 MessageId=0xc0
64 Severity=Success
65 Facility=System
66 SymbolicName=STATUS_USER_APC
67 Language=English
68 STATUS_USER_APC
69 .
70
71 MessageId=0x100
72 Severity=Success
73 Facility=System
74 SymbolicName=STATUS_KERNEL_APC
75 Language=English
76 STATUS_KERNEL_APC
77 .
78
79 MessageId=0x101
80 Severity=Success
81 Facility=System
82 SymbolicName=STATUS_ALERTED
83 Language=English
84 STATUS_ALERTED
85 .
86
87 MessageId=0x102
88 Severity=Success
89 Facility=System
90 SymbolicName=STATUS_TIMEOUT
91 Language=English
92 STATUS_TIMEOUT
93 .
94
95 MessageId=0x103
96 Severity=Success
97 Facility=System
98 SymbolicName=STATUS_PENDING
99 Language=English
100 The operation that was requested is pending completion.
101 .
102
103 MessageId=0x104
104 Severity=Success
105 Facility=System
106 SymbolicName=STATUS_REPARSE
107 Language=English
108 A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
109 .
110
111 MessageId=0x105
112 Severity=Success
113 Facility=System
114 SymbolicName=STATUS_MORE_ENTRIES
115 Language=English
116 Returned by enumeration APIs to indicate more information is available to successive calls.
117 .
118
119 MessageId=0x106
120 Severity=Success
121 Facility=System
122 SymbolicName=STATUS_NOT_ALL_ASSIGNED
123 Language=English
124 Indicates not all privileges referenced are assigned to the caller.
125 This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.
126 .
127
128 MessageId=0x107
129 Severity=Success
130 Facility=System
131 SymbolicName=STATUS_SOME_NOT_MAPPED
132 Language=English
133 Some of the information to be translated has not been translated.
134 .
135
136 MessageId=0x108
137 Severity=Success
138 Facility=System
139 SymbolicName=STATUS_OPLOCK_BREAK_IN_PROGRESS
140 Language=English
141 An open/create operation completed while an oplock break is underway.
142 .
143
144 MessageId=0x109
145 Severity=Success
146 Facility=System
147 SymbolicName=STATUS_VOLUME_MOUNTED
148 Language=English
149 A new volume has been mounted by a file system.
150 .
151
152 MessageId=0x10c
153 Severity=Success
154 Facility=System
155 SymbolicName=STATUS_NOTIFY_ENUM_DIR
156 Language=English
157 This indicates that a notify change request is being completed and that the information is not being returned in the caller's buffer.
158 The caller now needs to enumerate the files to find the changes.
159 .
160
161 MessageId=0x110
162 Severity=Success
163 Facility=System
164 SymbolicName=STATUS_PAGE_FAULT_TRANSITION
165 Language=English
166 Page fault was a transition fault.
167 .
168
169 MessageId=0x111
170 Severity=Success
171 Facility=System
172 SymbolicName=STATUS_PAGE_FAULT_DEMAND_ZERO
173 Language=English
174 Page fault was a demand zero fault.
175 .
176
177 MessageId=0x112
178 Severity=Success
179 Facility=System
180 SymbolicName=STATUS_PAGE_FAULT_COPY_ON_WRITE
181 Language=English
182 Page fault was a demand zero fault.
183 .
184
185 MessageId=0x113
186 Severity=Success
187 Facility=System
188 SymbolicName=STATUS_PAGE_FAULT_GUARD_PAGE
189 Language=English
190 Page fault was a demand zero fault.
191 .
192
193 MessageId=0x114
194 Severity=Success
195 Facility=System
196 SymbolicName=STATUS_PAGE_FAULT_PAGING_FILE
197 Language=English
198 Page fault was satisfied by reading from a secondary storage device.
199 .
200
201 MessageId=0x115
202 Severity=Success
203 Facility=System
204 SymbolicName=STATUS_CACHE_PAGE_LOCKED
205 Language=English
206 Cached page was locked during operation.
207 .
208
209 MessageId=0x116
210 Severity=Success
211 Facility=System
212 SymbolicName=STATUS_CRASH_DUMP
213 Language=English
214 Crash dump exists in paging file.
215 .
216
217 MessageId=0x117
218 Severity=Success
219 Facility=System
220 SymbolicName=STATUS_BUFFER_ALL_ZEROS
221 Language=English
222 Specified buffer contains all zeros.
223 .
224
225 MessageId=0x118
226 Severity=Success
227 Facility=System
228 SymbolicName=STATUS_REPARSE_OBJECT
229 Language=English
230 A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
231 .
232
233 MessageId=0x119
234 Severity=Success
235 Facility=System
236 SymbolicName=STATUS_RESOURCE_REQUIREMENTS_CHANGED
237 Language=English
238 The device has succeeded a query-stop and its resource requirements have changed.
239 .
240
241 MessageId=0x120
242 Severity=Success
243 Facility=System
244 SymbolicName=STATUS_TRANSLATION_COMPLETE
245 Language=English
246 The translator has translated these resources into the global space and no further translations should be performed.
247 .
248
249 MessageId=0x121
250 Severity=Success
251 Facility=System
252 SymbolicName=STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY
253 Language=English
254 The directory service evaluated group memberships locally, as it was unable to contact a global catalog server.
255 .
256
257 MessageId=0x122
258 Severity=Success
259 Facility=System
260 SymbolicName=STATUS_NOTHING_TO_TERMINATE
261 Language=English
262 A process being terminated has no threads to terminate.
263 .
264
265 MessageId=0x123
266 Severity=Success
267 Facility=System
268 SymbolicName=STATUS_PROCESS_NOT_IN_JOB
269 Language=English
270 The specified process is not part of a job.
271 .
272
273 MessageId=0x124
274 Severity=Success
275 Facility=System
276 SymbolicName=STATUS_PROCESS_IN_JOB
277 Language=English
278 The specified process is part of a job.
279 .
280
281 MessageId=0x125
282 Severity=Success
283 Facility=System
284 SymbolicName=STATUS_VOLSNAP_HIBERNATE_READY
285 Language=English
286 {Volume Shadow Copy Service}
287 The system is now ready for hibernation.
288 .
289
290 MessageId=0x126
291 Severity=Success
292 Facility=System
293 SymbolicName=STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY
294 Language=English
295 A file system or file system filter driver has successfully completed an FsFilter operation.
296 .
297
298 MessageId=0x367
299 Severity=Success
300 Facility=System
301 SymbolicName=STATUS_WAIT_FOR_OPLOCK
302 Language=English
303 An operation is blocked waiting for an oplock.
304 .
305
306 MessageId=0x1
307 Severity=Success
308 Facility=Debugger
309 SymbolicName=DBG_EXCEPTION_HANDLED
310 Language=English
311 Debugger handled exception
312 .
313
314 MessageId=0x2
315 Severity=Success
316 Facility=Debugger
317 SymbolicName=DBG_CONTINUE
318 Language=English
319 Debugger continued
320 .
321
322 MessageId=0x0
323 Severity=Informational
324 Facility=System
325 SymbolicName=STATUS_OBJECT_NAME_EXISTS
326 Language=English
327 {Object Exists}
328 An attempt was made to create an object and the object name already existed.
329 .
330
331 MessageId=0x1
332 Severity=Informational
333 Facility=System
334 SymbolicName=STATUS_THREAD_WAS_SUSPENDED
335 Language=English
336 {Thread Suspended}
337 A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
338 .
339
340 MessageId=0x2
341 Severity=Informational
342 Facility=System
343 SymbolicName=STATUS_WORKING_SET_LIMIT_RANGE
344 Language=English
345 {Working Set Range Error}
346 An attempt was made to set the working set minimum or maximum to values which are outside of the allowable range.
347 .
348
349 MessageId=0x3
350 Severity=Informational
351 Facility=System
352 SymbolicName=STATUS_IMAGE_NOT_AT_BASE
353 Language=English
354 {Image Relocated}
355 An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
356 .
357
358 MessageId=0x4
359 Severity=Informational
360 Facility=System
361 SymbolicName=STATUS_RXACT_STATE_CREATED
362 Language=English
363 This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
364 .
365
366 MessageId=0x5
367 Severity=Informational
368 Facility=System
369 SymbolicName=STATUS_SEGMENT_NOTIFICATION
370 Language=English
371 {Segment Load}
372 A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image.
373 An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
374 .
375
376 MessageId=0x6
377 Severity=Informational
378 Facility=System
379 SymbolicName=STATUS_LOCAL_USER_SESSION_KEY
380 Language=English
381 {Local Session Key}
382 A user session key was requested for a local RPC connection. The session key returned is a constant value and not unique to this connection.
383 .
384
385 MessageId=0x7
386 Severity=Informational
387 Facility=System
388 SymbolicName=STATUS_BAD_CURRENT_DIRECTORY
389 Language=English
390 {Invalid Current Directory}
391 The process cannot switch to the startup current directory %hs.
392 Select OK to set current directory to %hs, or select CANCEL to exit.
393 .
394
395 MessageId=0x8
396 Severity=Informational
397 Facility=System
398 SymbolicName=STATUS_SERIAL_MORE_WRITES
399 Language=English
400 {Serial IOCTL Complete}
401 A serial I/O operation was completed by another write to a serial port.
402 (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
403 .
404
405 MessageId=0x9
406 Severity=Informational
407 Facility=System
408 SymbolicName=STATUS_REGISTRY_RECOVERED
409 Language=English
410 {Registry Recovery}
411 One of the files containing the system's Registry data had to be recovered by use of a log or alternate copy.
412 The recovery was successful.
413 .
414
415 MessageId=0xa
416 Severity=Informational
417 Facility=System
418 SymbolicName=STATUS_FT_READ_RECOVERY_FROM_BACKUP
419 Language=English
420 {Redundant Read}
421 To satisfy a read request, the Windows NT fault-tolerant file system successfully read the requested data from a redundant copy.
422 This was done because the file system encountered a failure on a member of the fault-tolerant volume but was unable to reassign the failing area of the device.
423 .
424
425 MessageId=0xb
426 Severity=Informational
427 Facility=System
428 SymbolicName=STATUS_FT_WRITE_RECOVERY
429 Language=English
430 {Redundant Write}
431 To satisfy a write request, the Windows NT fault-tolerant file system successfully wrote a redundant copy of the information.
432 This was done because the file system encountered a failure on a member of the fault-tolerant volume but was unable to reassign the failing area of the device.
433 .
434
435 MessageId=0xc
436 Severity=Informational
437 Facility=System
438 SymbolicName=STATUS_SERIAL_COUNTER_TIMEOUT
439 Language=English
440 {Serial IOCTL Timeout}
441 A serial I/O operation completed because the time-out period expired.
442 (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)
443 .
444
445 MessageId=0xd
446 Severity=Informational
447 Facility=System
448 SymbolicName=STATUS_NULL_LM_PASSWORD
449 Language=English
450 {Password Too Complex}
451 The Windows password is too complex to be converted to a LAN Manager password. The LAN Manager password that returned is a NULL string.
452 .
453
454 MessageId=0xe
455 Severity=Informational
456 Facility=System
457 SymbolicName=STATUS_IMAGE_MACHINE_TYPE_MISMATCH
458 Language=English
459 {Machine Type Mismatch}
460 The image file %hs is valid, but is for a machine type other than the current machine.
461 .
462
463 MessageId=0xf
464 Severity=Informational
465 Facility=System
466 SymbolicName=STATUS_RECEIVE_PARTIAL
467 Language=English
468 {Partial Data Received}
469 The network transport returned partial data to its client. The remaining data will be sent later.
470 .
471
472 MessageId=0x10
473 Severity=Informational
474 Facility=System
475 SymbolicName=STATUS_RECEIVE_EXPEDITED
476 Language=English
477 {Expedited Data Received}
478 The network transport returned data to its client that was marked as expedited by the remote system.
479 .
480
481 MessageId=0x11
482 Severity=Informational
483 Facility=System
484 SymbolicName=STATUS_RECEIVE_PARTIAL_EXPEDITED
485 Language=English
486 {Partial Expedited Data Received}
487 The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
488 .
489
490 MessageId=0x12
491 Severity=Informational
492 Facility=System
493 SymbolicName=STATUS_EVENT_DONE
494 Language=English
495 {TDI Event Done}
496 The TDI indication has completed successfully.
497 .
498
499 MessageId=0x13
500 Severity=Informational
501 Facility=System
502 SymbolicName=STATUS_EVENT_PENDING
503 Language=English
504 {TDI Event Pending}
505 The TDI indication has entered the pending state.
506 .
507
508 MessageId=0x14
509 Severity=Informational
510 Facility=System
511 SymbolicName=STATUS_CHECKING_FILE_SYSTEM
512 Language=English
513 Checking file system on %wZ
514 .
515
516 MessageId=0x15
517 Severity=Informational
518 Facility=System
519 SymbolicName=STATUS_FATAL_APP_EXIT
520 Language=English
521 {Fatal Application Exit}
522 %hs
523 .
524
525 MessageId=0x16
526 Severity=Informational
527 Facility=System
528 SymbolicName=STATUS_PREDEFINED_HANDLE
529 Language=English
530 The specified registry key is referenced by a predefined handle.
531 .
532
533 MessageId=0x17
534 Severity=Informational
535 Facility=System
536 SymbolicName=STATUS_WAS_UNLOCKED
537 Language=English
538 {Page Unlocked}
539 The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
540 .
541
542 MessageId=0x18
543 Severity=Informational
544 Facility=System
545 SymbolicName=STATUS_SERVICE_NOTIFICATION
546 Language=English
547 %hs
548 .
549
550 MessageId=0x19
551 Severity=Informational
552 Facility=System
553 SymbolicName=STATUS_WAS_LOCKED
554 Language=English
555 {Page Locked}
556 One of the pages to lock was already locked.
557 .
558
559 MessageId=0x1c
560 Severity=Informational
561 Facility=System
562 SymbolicName=STATUS_WX86_UNSIMULATE
563 Language=English
564 Exception status code used by Win32 x86 emulation subsystem.
565 .
566
567 MessageId=0x20
568 Severity=Informational
569 Facility=System
570 SymbolicName=STATUS_WX86_EXCEPTION_CONTINUE
571 Language=English
572 Exception status code used by Win32 x86 emulation subsystem.
573 .
574
575 MessageId=0x21
576 Severity=Informational
577 Facility=System
578 SymbolicName=STATUS_WX86_EXCEPTION_LASTCHANCE
579 Language=English
580 Exception status code used by Win32 x86 emulation subsystem.
581 .
582
583 MessageId=0x22
584 Severity=Informational
585 Facility=System
586 SymbolicName=STATUS_WX86_EXCEPTION_CHAIN
587 Language=English
588 Exception status code used by Win32 x86 emulation subsystem.
589 .
590
591 MessageId=0x23
592 Severity=Informational
593 Facility=System
594 SymbolicName=STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE
595 Language=English
596 {Machine Type Mismatch}
597 The image file %hs is valid, but is for a machine type other than the current machine.
598 .
599
600 MessageId=0x24
601 Severity=Informational
602 Facility=System
603 SymbolicName=STATUS_NO_YIELD_PERFORMED
604 Language=English
605 A yield execution was performed and no thread was available to run.
606 .
607
608 MessageId=0x25
609 Severity=Informational
610 Facility=System
611 SymbolicName=STATUS_TIMER_RESUME_IGNORED
612 Language=English
613 The resumable flag to a timer API was ignored.
614 .
615
616 MessageId=0x26
617 Severity=Informational
618 Facility=System
619 SymbolicName=STATUS_ARBITRATION_UNHANDLED
620 Language=English
621 The arbiter has deferred arbitration of these resources to its parent
622 .
623
624 MessageId=0x27
625 Severity=Informational
626 Facility=System
627 SymbolicName=STATUS_CARDBUS_NOT_SUPPORTED
628 Language=English
629 The device "%hs" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode.
630 The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
631 .
632
633 MessageId=0x28
634 Severity=Informational
635 Facility=System
636 SymbolicName=STATUS_WX86_CREATEWX86TIB
637 Language=English
638 Exception status code used by Win32 x86 emulation subsystem.
639 .
640
641 MessageId=0x29
642 Severity=Informational
643 Facility=System
644 SymbolicName=STATUS_MP_PROCESSOR_MISMATCH
645 Language=English
646 The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact
647 the CPU manufacturer to see if this mix of processors is supported.
648 .
649
650 MessageId=0x294
651 Severity=Informational
652 Facility=System
653 SymbolicName=STATUS_WAKE_SYSTEM
654 Language=English
655 The system has awoken
656 .
657
658 MessageId=0x370
659 Severity=Informational
660 Facility=System
661 SymbolicName=STATUS_DS_SHUTTING_DOWN
662 Language=English
663 The Directory Service is shuting down.
664 .
665
666 MessageId=0x1
667 Severity=Informational
668 Facility=Debugger
669 SymbolicName=DBG_REPLY_LATER
670 Language=English
671 Debugger will reply later.
672 .
673
674 MessageId=0x2
675 Severity=Informational
676 Facility=Debugger
677 SymbolicName=DBG_UNABLE_TO_PROVIDE_HANDLE
678 Language=English
679 Debugger can not provide handle.
680 .
681
682 MessageId=0x3
683 Severity=Informational
684 Facility=Debugger
685 SymbolicName=DBG_TERMINATE_THREAD
686 Language=English
687 Debugger terminated thread.
688 .
689
690 MessageId=0x4
691 Severity=Informational
692 Facility=Debugger
693 SymbolicName=DBG_TERMINATE_PROCESS
694 Language=English
695 Debugger terminated process.
696 .
697
698 MessageId=0x5
699 Severity=Informational
700 Facility=Debugger
701 SymbolicName=DBG_CONTROL_C
702 Language=English
703 Debugger got control C.
704 .
705
706 MessageId=0x6
707 Severity=Informational
708 Facility=Debugger
709 SymbolicName=DBG_PRINTEXCEPTION_C
710 Language=English
711 Debugger printed exception on control C.
712 .
713
714 MessageId=0x7
715 Severity=Informational
716 Facility=Debugger
717 SymbolicName=DBG_RIPEXCEPTION
718 Language=English
719 Debugger received RIP exception.
720 .
721
722 MessageId=0x8
723 Severity=Informational
724 Facility=Debugger
725 SymbolicName=DBG_CONTROL_BREAK
726 Language=English
727 Debugger received control break.
728 .
729
730 MessageId=0x9
731 Severity=Informational
732 Facility=Debugger
733 SymbolicName=DBG_COMMAND_EXCEPTION
734 Language=English
735 Debugger command communication exception.
736 .
737
738 MessageId=0x56
739 Severity=Informational
740 Facility=RpcRuntime
741 SymbolicName=RPC_NT_UUID_LOCAL_ONLY
742 Language=English
743 A UUID that is valid only on this computer has been allocated.
744 .
745
746 MessageId=0x1
747 Severity=Warning
748 Facility=System
749 SymbolicName=STATUS_GUARD_PAGE_VIOLATION
750 Language=English
751 {EXCEPTION}
752 Guard Page Exception
753 A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.
754 .
755
756 MessageId=0x2
757 Severity=Warning
758 Facility=System
759 SymbolicName=STATUS_DATATYPE_MISALIGNMENT
760 Language=English
761 {EXCEPTION}
762 Alignment Fault
763 A datatype misalignment was detected in a load or store instruction.
764 .
765
766 MessageId=0x3
767 Severity=Warning
768 Facility=System
769 SymbolicName=STATUS_BREAKPOINT
770 Language=English
771 {EXCEPTION}
772 Breakpoint
773 A breakpoint has been reached.
774 .
775
776 MessageId=0x4
777 Severity=Warning
778 Facility=System
779 SymbolicName=STATUS_SINGLE_STEP
780 Language=English
781 {EXCEPTION}
782 Single Step
783 A single step or trace operation has just been completed.
784 .
785
786 MessageId=0x5
787 Severity=Warning
788 Facility=System
789 SymbolicName=STATUS_BUFFER_OVERFLOW
790 Language=English
791 {Buffer Overflow}
792 The data was too large to fit into the specified buffer.
793 .
794
795 MessageId=0x6
796 Severity=Warning
797 Facility=System
798 SymbolicName=STATUS_NO_MORE_FILES
799 Language=English
800 {No More Files}
801 No more files were found which match the file specification.
802 .
803
804 MessageId=0x7
805 Severity=Warning
806 Facility=System
807 SymbolicName=STATUS_WAKE_SYSTEM_DEBUGGER
808 Language=English
809 {Kernel Debugger Awakened}
810 the system debugger was awakened by an interrupt.
811 .
812
813 MessageId=0xc
814 Severity=Warning
815 Facility=System
816 SymbolicName=STATUS_GUID_SUBSTITUTION_MADE
817 Language=English
818 {GUID Substitution}
819 During the translation of a global identifier (GUID) to a ReactOS security ID (SID), no administratively-defined GUID prefix was found.
820 A substitute prefix was used, which will not compromise system security.
821 However, this may provide a more restrictive access than intended.
822 .
823
824 MessageId=0x10
825 Severity=Warning
826 Facility=System
827 SymbolicName=STATUS_DEVICE_OFF_LINE
828 Language=English
829 {Device Offline}
830 The printer has been taken offline.
831 .
832
833 MessageId=0x11
834 Severity=Warning
835 Facility=System
836 SymbolicName=STATUS_DEVICE_BUSY
837 Language=English
838 {Device Busy}
839 The device is currently busy.
840 .
841
842 MessageId=0x12
843 Severity=Warning
844 Facility=System
845 SymbolicName=STATUS_NO_MORE_EAS
846 Language=English
847 {No More EAs}
848 No more extended attributes (EAs) were found for the file.
849 .
850
851 MessageId=0x13
852 Severity=Warning
853 Facility=System
854 SymbolicName=STATUS_INVALID_EA_NAME
855 Language=English
856 {Illegal EA}
857 The specified extended attribute (EA) name contains at least one illegal character.
858 .
859
860 MessageId=0x14
861 Severity=Warning
862 Facility=System
863 SymbolicName=STATUS_EA_LIST_INCONSISTENT
864 Language=English
865 {Inconsistent EA List}
866 The extended attribute (EA) list is inconsistent.
867 .
868
869 MessageId=0x15
870 Severity=Warning
871 Facility=System
872 SymbolicName=STATUS_INVALID_EA_FLAG
873 Language=English
874 {Invalid EA Flag}
875 An invalid extended attribute (EA) flag was set.
876 .
877
878 MessageId=0x16
879 Severity=Warning
880 Facility=System
881 SymbolicName=STATUS_VERIFY_REQUIRED
882 Language=English
883 {Verifying Disk}
884 The media has changed and a verify operation is in progress so no reads or writes may be performed to the device, except those used in the verify operation.
885 .
886
887 MessageId=0x17
888 Severity=Warning
889 Facility=System
890 SymbolicName=STATUS_EXTRANEOUS_INFORMATION
891 Language=English
892 {Too Much Information}
893 The specified access control list (ACL) contained more information than was expected.
894 .
895
896 MessageId=0x18
897 Severity=Warning
898 Facility=System
899 SymbolicName=STATUS_RXACT_COMMIT_NECESSARY
900 Language=English
901 This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
902 The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
903 .
904
905 MessageId=0x1c
906 Severity=Warning
907 Facility=System
908 SymbolicName=STATUS_MEDIA_CHANGED
909 Language=English
910 {Media Changed}
911 The media may have changed.
912 .
913
914 MessageId=0x20
915 Severity=Warning
916 Facility=System
917 SymbolicName=STATUS_MEDIA_CHECK
918 Language=English
919 {Media Changed}
920 The media may have changed.
921 .
922
923 MessageId=0x21
924 Severity=Warning
925 Facility=System
926 SymbolicName=STATUS_SETMARK_DETECTED
927 Language=English
928 A tape access reached a setmark.
929 .
930
931 MessageId=0x22
932 Severity=Warning
933 Facility=System
934 SymbolicName=STATUS_NO_DATA_DETECTED
935 Language=English
936 During a tape access, the end of the data written is reached.
937 .
938
939 MessageId=0x23
940 Severity=Warning
941 Facility=System
942 SymbolicName=STATUS_REDIRECTOR_HAS_OPEN_HANDLES
943 Language=English
944 The redirector is in use and cannot be unloaded.
945 .
946
947 MessageId=0x24
948 Severity=Warning
949 Facility=System
950 SymbolicName=STATUS_SERVER_HAS_OPEN_HANDLES
951 Language=English
952 The server is in use and cannot be unloaded.
953 .
954
955 MessageId=0x25
956 Severity=Warning
957 Facility=System
958 SymbolicName=STATUS_ALREADY_DISCONNECTED
959 Language=English
960 The specified connection has already been disconnected.
961 .
962
963 MessageId=0x26
964 Severity=Warning
965 Facility=System
966 SymbolicName=STATUS_LONGJUMP
967 Language=English
968 A long jump has been executed.
969 .
970
971 MessageId=0x27
972 Severity=Warning
973 Facility=System
974 SymbolicName=STATUS_CLEANER_CARTRIDGE_INSTALLED
975 Language=English
976 A cleaner cartridge is present in the tape library.
977 .
978
979 MessageId=0x28
980 Severity=Warning
981 Facility=System
982 SymbolicName=STATUS_PLUGPLAY_QUERY_VETOED
983 Language=English
984 The Plug and Play query operation was not successful.
985 .
986
987 MessageId=0x29
988 Severity=Warning
989 Facility=System
990 SymbolicName=STATUS_UNWIND_CONSOLIDATE
991 Language=English
992 A frame consolidation has been executed.
993 .
994
995 MessageId=0x288
996 Severity=Warning
997 Facility=System
998 SymbolicName=STATUS_DEVICE_REQUIRES_CLEANING
999 Language=English
1000 The device has indicated that cleaning is necessary.
1001 .
1002
1003 MessageId=0x289
1004 Severity=Warning
1005 Facility=System
1006 SymbolicName=STATUS_DEVICE_DOOR_OPEN
1007 Language=English
1008 The device has indicated that it's door is open. Further operations require it closed and secured.
1009 .
1010
1011 MessageId=0x1
1012 Severity=Warning
1013 Facility=Debugger
1014 SymbolicName=DBG_EXCEPTION_NOT_HANDLED
1015 Language=English
1016 Debugger did not handle the exception.
1017 .
1018
1019 MessageId=0x1
1020 Severity=Warning
1021 Facility=Cluster
1022 SymbolicName=STATUS_CLUSTER_NODE_ALREADY_UP
1023 Language=English
1024 The cluster node is already up.
1025 .
1026
1027 MessageId=0x2
1028 Severity=Warning
1029 Facility=Cluster
1030 SymbolicName=STATUS_CLUSTER_NODE_ALREADY_DOWN
1031 Language=English
1032 The cluster node is already down.
1033 .
1034
1035 MessageId=0x3
1036 Severity=Warning
1037 Facility=Cluster
1038 SymbolicName=STATUS_CLUSTER_NETWORK_ALREADY_ONLINE
1039 Language=English
1040 The cluster network is already online.
1041 .
1042
1043 MessageId=0x4
1044 Severity=Warning
1045 Facility=Cluster
1046 SymbolicName=STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE
1047 Language=English
1048 The cluster network is already offline.
1049 .
1050
1051 MessageId=0x5
1052 Severity=Warning
1053 Facility=Cluster
1054 SymbolicName=STATUS_CLUSTER_NODE_ALREADY_MEMBER
1055 Language=English
1056 The cluster node is already a member of the cluster.
1057 .
1058
1059 MessageId=0x1
1060 Severity=Error
1061 Facility=System
1062 SymbolicName=STATUS_UNSUCCESSFUL
1063 Language=English
1064 {Operation Failed}
1065 The requested operation was unsuccessful.
1066 .
1067
1068 MessageId=0x2
1069 Severity=Error
1070 Facility=System
1071 SymbolicName=STATUS_NOT_IMPLEMENTED
1072 Language=English
1073 {Not Implemented}
1074 The requested operation is not implemented.
1075 .
1076
1077 MessageId=0x3
1078 Severity=Error
1079 Facility=System
1080 SymbolicName=STATUS_INVALID_INFO_CLASS
1081 Language=English
1082 {Invalid Parameter}
1083 The specified information class is not a valid information class for the specified object.
1084 .
1085
1086 MessageId=0x4
1087 Severity=Error
1088 Facility=System
1089 SymbolicName=STATUS_INFO_LENGTH_MISMATCH
1090 Language=English
1091 The specified information record length does not match the length required for the specified information class.
1092 .
1093
1094 MessageId=0x5
1095 Severity=Error
1096 Facility=System
1097 SymbolicName=STATUS_ACCESS_VIOLATION
1098 Language=English
1099 The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
1100 .
1101
1102 MessageId=0x6
1103 Severity=Error
1104 Facility=System
1105 SymbolicName=STATUS_IN_PAGE_ERROR
1106 Language=English
1107 The instruction at "0x%08lx" referenced memory at "0x%08lx". The required data was not placed into memory because of an I/O error status of "0x%08lx".
1108 .
1109
1110 MessageId=0x7
1111 Severity=Error
1112 Facility=System
1113 SymbolicName=STATUS_PAGEFILE_QUOTA
1114 Language=English
1115 The pagefile quota for the process has been exhausted.
1116 .
1117
1118 MessageId=0x8
1119 Severity=Error
1120 Facility=System
1121 SymbolicName=STATUS_INVALID_HANDLE
1122 Language=English
1123 An invalid HANDLE was specified.
1124 .
1125
1126 MessageId=0x9
1127 Severity=Error
1128 Facility=System
1129 SymbolicName=STATUS_BAD_INITIAL_STACK
1130 Language=English
1131 An invalid initial stack was specified in a call to NtCreateThread.
1132 .
1133
1134 MessageId=0xc
1135 Severity=Error
1136 Facility=System
1137 SymbolicName=STATUS_TIMER_NOT_CANCELED
1138 Language=English
1139 An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
1140 .
1141
1142 MessageId=0x10
1143 Severity=Error
1144 Facility=System
1145 SymbolicName=STATUS_INVALID_DEVICE_REQUEST
1146 Language=English
1147 The specified request is not a valid operation for the target device.
1148 .
1149
1150 MessageId=0x11
1151 Severity=Error
1152 Facility=System
1153 SymbolicName=STATUS_END_OF_FILE
1154 Language=English
1155 The end-of-file marker has been reached. There is no valid data in the file beyond this marker.
1156 .
1157
1158 MessageId=0x12
1159 Severity=Error
1160 Facility=System
1161 SymbolicName=STATUS_WRONG_VOLUME
1162 Language=English
1163 {Wrong Volume}
1164 The wrong volume is in the drive.
1165 Please insert volume %hs into drive %hs.
1166 .
1167
1168 MessageId=0x13
1169 Severity=Error
1170 Facility=System
1171 SymbolicName=STATUS_NO_MEDIA_IN_DEVICE
1172 Language=English
1173 {No Disk}
1174 There is no disk in the drive.
1175 Please insert a disk into drive %hs.
1176 .
1177
1178 MessageId=0x14
1179 Severity=Error
1180 Facility=System
1181 SymbolicName=STATUS_UNRECOGNIZED_MEDIA
1182 Language=English
1183 {Unknown Disk Format}
1184 The disk in drive %hs is not formatted properly.
1185 Please check the disk, and reformat if necessary.
1186 .
1187
1188 MessageId=0x15
1189 Severity=Error
1190 Facility=System
1191 SymbolicName=STATUS_NONEXISTENT_SECTOR
1192 Language=English
1193 {Sector Not Found}
1194 The specified sector does not exist.
1195 .
1196
1197 MessageId=0x16
1198 Severity=Error
1199 Facility=System
1200 SymbolicName=STATUS_MORE_PROCESSING_REQUIRED
1201 Language=English
1202 {Still Busy}
1203 The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.
1204 .
1205
1206 MessageId=0x17
1207 Severity=Error
1208 Facility=System
1209 SymbolicName=STATUS_NO_MEMORY
1210 Language=English
1211 {Not Enough Quota}
1212 Not enough virtual memory or paging file quota is available to complete the specified operation.
1213 .
1214
1215 MessageId=0x18
1216 Severity=Error
1217 Facility=System
1218 SymbolicName=STATUS_CONFLICTING_ADDRESSES
1219 Language=English
1220 {Conflicting Address Range}
1221 The specified address range conflicts with the address space.
1222 .
1223
1224 MessageId=0x19
1225 Severity=Error
1226 Facility=System
1227 SymbolicName=STATUS_NOT_MAPPED_VIEW
1228 Language=English
1229 Address range to unmap is not a mapped view.
1230 .
1231
1232 MessageId=0x1c
1233 Severity=Error
1234 Facility=System
1235 SymbolicName=STATUS_INVALID_SYSTEM_SERVICE
1236 Language=English
1237 An invalid system service was specified in a system service call.
1238 .
1239
1240 MessageId=0x20
1241 Severity=Error
1242 Facility=System
1243 SymbolicName=STATUS_INVALID_FILE_FOR_SECTION
1244 Language=English
1245 {Bad File}
1246 The attributes of the specified mapping file for a section of memory cannot be read.
1247 .
1248
1249 MessageId=0x21
1250 Severity=Error
1251 Facility=System
1252 SymbolicName=STATUS_ALREADY_COMMITTED
1253 Language=English
1254 {Already Committed}
1255 The specified address range is already committed.
1256 .
1257
1258 MessageId=0x22
1259 Severity=Error
1260 Facility=System
1261 SymbolicName=STATUS_ACCESS_DENIED
1262 Language=English
1263 {Access Denied}
1264 A process has requested access to an object, but has not been granted those access rights.
1265 .
1266
1267 MessageId=0x23
1268 Severity=Error
1269 Facility=System
1270 SymbolicName=STATUS_BUFFER_TOO_SMALL
1271 Language=English
1272 {Buffer Too Small}
1273 The buffer is too small to contain the entry. No information has been written to the buffer.
1274 .
1275
1276 MessageId=0x24
1277 Severity=Error
1278 Facility=System
1279 SymbolicName=STATUS_OBJECT_TYPE_MISMATCH
1280 Language=English
1281 {Wrong Type}
1282 There is a mismatch between the type of object required by the requested operation and the type of object that is specified in the request.
1283 .
1284
1285 MessageId=0x25
1286 Severity=Error
1287 Facility=System
1288 SymbolicName=STATUS_NONCONTINUABLE_EXCEPTION
1289 Language=English
1290 {EXCEPTION}
1291 Cannot Continue
1292 ReactOS cannot continue from this exception.
1293 .
1294
1295 MessageId=0x26
1296 Severity=Error
1297 Facility=System
1298 SymbolicName=STATUS_INVALID_DISPOSITION
1299 Language=English
1300 An invalid exception disposition was returned by an exception handler.
1301 .
1302
1303 MessageId=0x27
1304 Severity=Error
1305 Facility=System
1306 SymbolicName=STATUS_UNWIND
1307 Language=English
1308 Unwind exception code.
1309 .
1310
1311 MessageId=0x28
1312 Severity=Error
1313 Facility=System
1314 SymbolicName=STATUS_BAD_STACK
1315 Language=English
1316 An invalid or unaligned stack was encountered during an unwind operation.
1317 .
1318
1319 MessageId=0x29
1320 Severity=Error
1321 Facility=System
1322 SymbolicName=STATUS_INVALID_UNWIND_TARGET
1323 Language=English
1324 An invalid unwind target was encountered during an unwind operation.
1325 .
1326
1327 MessageId=0x2c
1328 Severity=Error
1329 Facility=System
1330 SymbolicName=STATUS_UNABLE_TO_DECOMMIT_VM
1331 Language=English
1332 An attempt was made to decommit uncommitted virtual memory.
1333 .
1334
1335 MessageId=0x30
1336 Severity=Error
1337 Facility=System
1338 SymbolicName=STATUS_INVALID_PARAMETER_MIX
1339 Language=English
1340 An invalid combination of parameters was specified.
1341 .
1342
1343 MessageId=0x31
1344 Severity=Error
1345 Facility=System
1346 SymbolicName=STATUS_INVALID_QUOTA_LOWER
1347 Language=English
1348 An attempt was made to lower a quota limit below the current usage.
1349 .
1350
1351 MessageId=0x32
1352 Severity=Error
1353 Facility=System
1354 SymbolicName=STATUS_DISK_CORRUPT_ERROR
1355 Language=English
1356 {Corrupt Disk}
1357 The file system structure on the disk is corrupt and unusable.
1358 Please run the Chkdsk utility on the volume %hs.
1359 .
1360
1361 MessageId=0x33
1362 Severity=Error
1363 Facility=System
1364 SymbolicName=STATUS_OBJECT_NAME_INVALID
1365 Language=English
1366 Object Name invalid.
1367 .
1368
1369 MessageId=0x34
1370 Severity=Error
1371 Facility=System
1372 SymbolicName=STATUS_OBJECT_NAME_NOT_FOUND
1373 Language=English
1374 Object Name not found.
1375 .
1376
1377 MessageId=0x35
1378 Severity=Error
1379 Facility=System
1380 SymbolicName=STATUS_OBJECT_NAME_COLLISION
1381 Language=English
1382 Object Name already exists.
1383 .
1384
1385 MessageId=0x37
1386 Severity=Error
1387 Facility=System
1388 SymbolicName=STATUS_PORT_DISCONNECTED
1389 Language=English
1390 Attempt to send a message to a disconnected communication port.
1391 .
1392
1393 MessageId=0x38
1394 Severity=Error
1395 Facility=System
1396 SymbolicName=STATUS_DEVICE_ALREADY_ATTACHED
1397 Language=English
1398 An attempt was made to attach to a device that was already attached to another device.
1399 .
1400
1401 MessageId=0x39
1402 Severity=Error
1403 Facility=System
1404 SymbolicName=STATUS_OBJECT_PATH_INVALID
1405 Language=English
1406 Object Path Component was not a directory object.
1407 .
1408
1409 MessageId=0x3c
1410 Severity=Error
1411 Facility=System
1412 SymbolicName=STATUS_DATA_OVERRUN
1413 Language=English
1414 {Data Overrun}
1415 A data overrun error occurred.
1416 .
1417
1418 MessageId=0x40
1419 Severity=Error
1420 Facility=System
1421 SymbolicName=STATUS_SECTION_TOO_BIG
1422 Language=English
1423 {Section Too Large}
1424 The specified section is too big to map the file.
1425 .
1426
1427 MessageId=0x41
1428 Severity=Error
1429 Facility=System
1430 SymbolicName=STATUS_PORT_CONNECTION_REFUSED
1431 Language=English
1432 The NtConnectPort request is refused.
1433 .
1434
1435 MessageId=0x42
1436 Severity=Error
1437 Facility=System
1438 SymbolicName=STATUS_INVALID_PORT_HANDLE
1439 Language=English
1440 The type of port handle is invalid for the operation requested.
1441 .
1442
1443 MessageId=0x43
1444 Severity=Error
1445 Facility=System
1446 SymbolicName=STATUS_SHARING_VIOLATION
1447 Language=English
1448 A file cannot be opened because the share access flags are incompatible.
1449 .
1450
1451 MessageId=0x44
1452 Severity=Error
1453 Facility=System
1454 SymbolicName=STATUS_QUOTA_EXCEEDED
1455 Language=English
1456 Insufficient quota exists to complete the operation
1457 .
1458
1459 MessageId=0x45
1460 Severity=Error
1461 Facility=System
1462 SymbolicName=STATUS_INVALID_PAGE_PROTECTION
1463 Language=English
1464 The specified page protection was not valid.
1465 .
1466
1467 MessageId=0x46
1468 Severity=Error
1469 Facility=System
1470 SymbolicName=STATUS_MUTANT_NOT_OWNED
1471 Language=English
1472 An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.
1473 .
1474
1475 MessageId=0x47
1476 Severity=Error
1477 Facility=System
1478 SymbolicName=STATUS_SEMAPHORE_LIMIT_EXCEEDED
1479 Language=English
1480 An attempt was made to release a semaphore such that its maximum count would have been exceeded.
1481 .
1482
1483 MessageId=0x48
1484 Severity=Error
1485 Facility=System
1486 SymbolicName=STATUS_PORT_ALREADY_SET
1487 Language=English
1488 An attempt to set a processes DebugPort or ExceptionPort was made, but a port already exists in the process or
1489 an attempt to set a file's CompletionPort made, but a port was already set in the file.
1490 .
1491
1492 MessageId=0x49
1493 Severity=Error
1494 Facility=System
1495 SymbolicName=STATUS_SECTION_NOT_IMAGE
1496 Language=English
1497 An attempt was made to query image information on a section which does not map an image.
1498 .
1499
1500 MessageId=0x4c
1501 Severity=Error
1502 Facility=System
1503 SymbolicName=STATUS_BAD_WORKING_SET_LIMIT
1504 Language=English
1505 An attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc).
1506 .
1507
1508 MessageId=0x50
1509 Severity=Error
1510 Facility=System
1511 SymbolicName=STATUS_EA_TOO_LARGE
1512 Language=English
1513 An EA operation failed because EA set is too large.
1514 .
1515
1516 MessageId=0x51
1517 Severity=Error
1518 Facility=System
1519 SymbolicName=STATUS_NONEXISTENT_EA_ENTRY
1520 Language=English
1521 An EA operation failed because the name or EA index is invalid.
1522 .
1523
1524 MessageId=0x52
1525 Severity=Error
1526 Facility=System
1527 SymbolicName=STATUS_NO_EAS_ON_FILE
1528 Language=English
1529 The file for which EAs were requested has no EAs.
1530 .
1531
1532 MessageId=0x53
1533 Severity=Error
1534 Facility=System
1535 SymbolicName=STATUS_EA_CORRUPT_ERROR
1536 Language=English
1537 The EA is corrupt and non-readable.
1538 .
1539
1540 MessageId=0x54
1541 Severity=Error
1542 Facility=System
1543 SymbolicName=STATUS_FILE_LOCK_CONFLICT
1544 Language=English
1545 A requested read/write cannot be granted due to a conflicting file lock.
1546 .
1547
1548 MessageId=0x55
1549 Severity=Error
1550 Facility=System
1551 SymbolicName=STATUS_LOCK_NOT_GRANTED
1552 Language=English
1553 A requested file lock cannot be granted due to other existing locks.
1554 .
1555
1556 MessageId=0x56
1557 Severity=Error
1558 Facility=System
1559 SymbolicName=STATUS_DELETE_PENDING
1560 Language=English
1561 A non close operation has been requested of a file object with a delete pending.
1562 .
1563
1564 MessageId=0x57
1565 Severity=Error
1566 Facility=System
1567 SymbolicName=STATUS_CTL_FILE_NOT_SUPPORTED
1568 Language=English
1569 An attempt was made to set the control attribute on a file. This attribute is not supported in the target file system.
1570 .
1571
1572 MessageId=0x58
1573 Severity=Error
1574 Facility=System
1575 SymbolicName=STATUS_UNKNOWN_REVISION
1576 Language=English
1577 Indicates a revision number encountered or specified is not one known by the service. It may be a more recent revision than the service is aware of.
1578 .
1579
1580 MessageId=0x59
1581 Severity=Error
1582 Facility=System
1583 SymbolicName=STATUS_REVISION_MISMATCH
1584 Language=English
1585 Indicates two revision levels are incompatible.
1586 .
1587
1588 MessageId=0x5a
1589 Severity=Error
1590 Facility=System
1591 SymbolicName=STATUS_INVALID_OWNER
1592 Language=English
1593 The specified owner is not valid for this object.
1594 .
1595
1596 MessageId=0x5b
1597 Severity=Error
1598 Facility=System
1599 SymbolicName=STATUS_INVALID_PRIMARY_GROUP
1600 Language=English
1601 The specified primary group is not valid for this object.
1602 .
1603
1604 MessageId=0x5c
1605 Severity=Error
1606 Facility=System
1607 SymbolicName=STATUS_NO_IMPERSONATION_TOKEN
1608 Language=English
1609 An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
1610 .
1611
1612 MessageId=0x5d
1613 Severity=Error
1614 Facility=System
1615 SymbolicName=STATUS_CANT_DISABLE_MANDATORY
1616 Language=English
1617 The specified group cannot be disabled because it is marked as mandatory.
1618 .
1619
1620 MessageId=0x5e
1621 Severity=Error
1622 Facility=System
1623 SymbolicName=STATUS_NO_LOGON_SERVERS
1624 Language=English
1625 The logon failed because no valid logon servers were found.
1626 .
1627
1628 MessageId=0x5f
1629 Severity=Error
1630 Facility=System
1631 SymbolicName=STATUS_NO_SUCH_LOGON_SESSION
1632 Language=English
1633 The specified logon session does not exist.
1634 .
1635
1636 MessageId=0x60
1637 Severity=Error
1638 Facility=System
1639 SymbolicName=STATUS_NO_SUCH_PRIVILEGE
1640 Language=English
1641 A specified privilege does not exist.
1642 .
1643
1644 MessageId=0x61
1645 Severity=Error
1646 Facility=System
1647 SymbolicName=STATUS_PRIVILEGE_NOT_HELD
1648 Language=English
1649 A required privilege is not held by the client.
1650 .
1651
1652 MessageId=0x62
1653 Severity=Error
1654 Facility=System
1655 SymbolicName=STATUS_INVALID_ACCOUNT_NAME
1656 Language=English
1657 The name provided is not a properly formed account name.
1658 .
1659
1660 MessageId=0x63
1661 Severity=Error
1662 Facility=System
1663 SymbolicName=STATUS_USER_EXISTS
1664 Language=English
1665 The specified user already exists.
1666 .
1667
1668 MessageId=0x64
1669 Severity=Error
1670 Facility=System
1671 SymbolicName=STATUS_NO_SUCH_USER
1672 Language=English
1673 The specified user does not exist.
1674 .
1675
1676 MessageId=0x65
1677 Severity=Error
1678 Facility=System
1679 SymbolicName=STATUS_GROUP_EXISTS
1680 Language=English
1681 The specified group already exists.
1682 .
1683
1684 MessageId=0x66
1685 Severity=Error
1686 Facility=System
1687 SymbolicName=STATUS_NO_SUCH_GROUP
1688 Language=English
1689 The specified group does not exist.
1690 .
1691
1692 MessageId=0x67
1693 Severity=Error
1694 Facility=System
1695 SymbolicName=STATUS_MEMBER_IN_GROUP
1696 Language=English
1697 The specified user account is already in the specified group account.
1698 Also used to indicate a group cannot be deleted because it contains a member.
1699 .
1700
1701 MessageId=0x68
1702 Severity=Error
1703 Facility=System
1704 SymbolicName=STATUS_MEMBER_NOT_IN_GROUP
1705 Language=English
1706 The specified user account is not a member of the specified group account.
1707 .
1708
1709 MessageId=0x69
1710 Severity=Error
1711 Facility=System
1712 SymbolicName=STATUS_LAST_ADMIN
1713 Language=English
1714 Indicates the requested operation would disable or delete the last remaining administration account.
1715 This is not allowed to prevent creating a situation in which the system cannot be administrated.
1716 .
1717
1718 MessageId=0x6a
1719 Severity=Error
1720 Facility=System
1721 SymbolicName=STATUS_WRONG_PASSWORD
1722 Language=English
1723 The specified current password is not correct.
1724 .
1725
1726 MessageId=0x6b
1727 Severity=Error
1728 Facility=System
1729 SymbolicName=STATUS_ILL_FORMED_PASSWORD
1730 Language=English
1731 The new password contains invalid characters.
1732 .
1733
1734 MessageId=0x6c
1735 Severity=Error
1736 Facility=System
1737 SymbolicName=STATUS_PASSWORD_RESTRICTION
1738 Language=English
1739 When trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.
1740 .
1741
1742 MessageId=0x6d
1743 Severity=Error
1744 Facility=System
1745 SymbolicName=STATUS_LOGON_FAILURE
1746 Language=English
1747 Logon failed because the specified user name or password is incorrect.
1748 .
1749
1750 MessageId=0x6e
1751 Severity=Error
1752 Facility=System
1753 SymbolicName=STATUS_ACCOUNT_RESTRICTION
1754 Language=English
1755 The specified information is valid but an account restriction prevented logon.
1756 .
1757
1758 MessageId=0x6f
1759 Severity=Error
1760 Facility=System
1761 SymbolicName=STATUS_INVALID_LOGON_HOURS
1762 Language=English
1763 The attempted logon is not allowed at this time.
1764 .
1765
1766 MessageId=0x70
1767 Severity=Error
1768 Facility=System
1769 SymbolicName=STATUS_INVALID_WORKSTATION
1770 Language=English
1771 The user account is restricted such that it may not be used to log on from the source workstation.
1772 .
1773
1774 MessageId=0x71
1775 Severity=Error
1776 Facility=System
1777 SymbolicName=STATUS_PASSWORD_EXPIRED
1778 Language=English
1779 The user account's password has expired.
1780 .
1781
1782 MessageId=0x72
1783 Severity=Error
1784 Facility=System
1785 SymbolicName=STATUS_ACCOUNT_DISABLED
1786 Language=English
1787 The referenced account is currently disabled and may not be logged on to.
1788 .
1789
1790 MessageId=0x73
1791 Severity=Error
1792 Facility=System
1793 SymbolicName=STATUS_NONE_MAPPED
1794 Language=English
1795 None of the information to be translated has been translated.
1796 .
1797
1798 MessageId=0x74
1799 Severity=Error
1800 Facility=System
1801 SymbolicName=STATUS_TOO_MANY_LUIDS_REQUESTED
1802 Language=English
1803 The number of LUIDs requested may not be allocated with a single allocation.
1804 .
1805
1806 MessageId=0x75
1807 Severity=Error
1808 Facility=System
1809 SymbolicName=STATUS_LUIDS_EXHAUSTED
1810 Language=English
1811 Indicates there are no more LUIDs to allocate.
1812 .
1813
1814 MessageId=0x76
1815 Severity=Error
1816 Facility=System
1817 SymbolicName=STATUS_INVALID_SUB_AUTHORITY
1818 Language=English
1819 Indicates the sub-authority value is invalid for the particular use.
1820 .
1821
1822 MessageId=0x77
1823 Severity=Error
1824 Facility=System
1825 SymbolicName=STATUS_INVALID_ACL
1826 Language=English
1827 Indicates the ACL structure is not valid.
1828 .
1829
1830 MessageId=0x78
1831 Severity=Error
1832 Facility=System
1833 SymbolicName=STATUS_INVALID_SID
1834 Language=English
1835 Indicates the SID structure is not valid.
1836 .
1837
1838 MessageId=0x79
1839 Severity=Error
1840 Facility=System
1841 SymbolicName=STATUS_INVALID_SECURITY_DESCR
1842 Language=English
1843 Indicates the SECURITY_DESCRIPTOR structure is not valid.
1844 .
1845
1846 MessageId=0x7a
1847 Severity=Error
1848 Facility=System
1849 SymbolicName=STATUS_PROCEDURE_NOT_FOUND
1850 Language=English
1851 Indicates the specified procedure address cannot be found in the DLL.
1852 .
1853
1854 MessageId=0x7b
1855 Severity=Error
1856 Facility=System
1857 SymbolicName=STATUS_INVALID_IMAGE_FORMAT
1858 Language=English
1859 {Bad Image}
1860 %hs is either not designed for ReactOS or it contains an error.
1861 Try reinstalling the application using the original installation media or contact the software vendor for support.
1862 .
1863
1864 MessageId=0x7c
1865 Severity=Error
1866 Facility=System
1867 SymbolicName=STATUS_NO_TOKEN
1868 Language=English
1869 An attempt was made to reference a token that doesn't exist.
1870 This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.
1871 .
1872
1873 MessageId=0x7d
1874 Severity=Error
1875 Facility=System
1876 SymbolicName=STATUS_BAD_INHERITANCE_ACL
1877 Language=English
1878 The inherited access control list could not be created.
1879 .
1880
1881 MessageId=0x7e
1882 Severity=Error
1883 Facility=System
1884 SymbolicName=STATUS_RANGE_NOT_LOCKED
1885 Language=English
1886 Attempt to unlock a file range that is not locked.
1887 .
1888
1889 MessageId=0x7f
1890 Severity=Error
1891 Facility=System
1892 SymbolicName=STATUS_DISK_FULL
1893 Language=English
1894 The disk is full. Delete files and free up disk space to continue the operation.
1895 .
1896
1897 MessageId=0x80
1898 Severity=Error
1899 Facility=System
1900 SymbolicName=STATUS_SERVER_DISABLED
1901 Language=English
1902 The GUID allocation server is [already] disabled at the moment.
1903 .
1904
1905 MessageId=0x81
1906 Severity=Error
1907 Facility=System
1908 SymbolicName=STATUS_SERVER_NOT_DISABLED
1909 Language=English
1910 The GUID allocation server is [already] enabled at the moment.
1911 .
1912
1913 MessageId=0x82
1914 Severity=Error
1915 Facility=System
1916 SymbolicName=STATUS_TOO_MANY_GUIDS_REQUESTED
1917 Language=English
1918 Too many GUIDs were requested from the allocation server at once.
1919 .
1920
1921 MessageId=0x83
1922 Severity=Error
1923 Facility=System
1924 SymbolicName=STATUS_GUIDS_EXHAUSTED
1925 Language=English
1926 The GUIDs could not be allocated because the Authority Agent was exhausted.
1927 .
1928
1929 MessageId=0x84
1930 Severity=Error
1931 Facility=System
1932 SymbolicName=STATUS_INVALID_ID_AUTHORITY
1933 Language=English
1934 The value provided was an invalid value for an identifier authority.
1935 .
1936
1937 MessageId=0x85
1938 Severity=Error
1939 Facility=System
1940 SymbolicName=STATUS_AGENTS_EXHAUSTED
1941 Language=English
1942 There are no more authority agent values available for the given identifier authority value.
1943 .
1944
1945 MessageId=0x86
1946 Severity=Error
1947 Facility=System
1948 SymbolicName=STATUS_INVALID_VOLUME_LABEL
1949 Language=English
1950 An invalid volume label has been specified.
1951 .
1952
1953 MessageId=0x87
1954 Severity=Error
1955 Facility=System
1956 SymbolicName=STATUS_SECTION_NOT_EXTENDED
1957 Language=English
1958 A mapped section could not be extended.
1959 .
1960
1961 MessageId=0x88
1962 Severity=Error
1963 Facility=System
1964 SymbolicName=STATUS_NOT_MAPPED_DATA
1965 Language=English
1966 Specified section to flush does not map a data file.
1967 .
1968
1969 MessageId=0x89
1970 Severity=Error
1971 Facility=System
1972 SymbolicName=STATUS_RESOURCE_DATA_NOT_FOUND
1973 Language=English
1974 Indicates the specified image file did not contain a resource section.
1975 .
1976
1977 MessageId=0x8a
1978 Severity=Error
1979 Facility=System
1980 SymbolicName=STATUS_RESOURCE_TYPE_NOT_FOUND
1981 Language=English
1982 A resource of the specified type could not be found in the image file.
1983 .
1984
1985 MessageId=0x8b
1986 Severity=Error
1987 Facility=System
1988 SymbolicName=STATUS_RESOURCE_NAME_NOT_FOUND
1989 Language=English
1990 A resource with the specified name could not be found in the image file.
1991 .
1992
1993 MessageId=0x8c
1994 Severity=Error
1995 Facility=System
1996 SymbolicName=STATUS_ARRAY_BOUNDS_EXCEEDED
1997 Language=English
1998 {EXCEPTION}
1999 Array bounds exceeded.
2000 .
2001
2002 MessageId=0x8d
2003 Severity=Error
2004 Facility=System
2005 SymbolicName=STATUS_FLOAT_DENORMAL_OPERAND
2006 Language=English
2007 {EXCEPTION}
2008 Floating-point denormal operand.
2009 .
2010
2011 MessageId=0x8e
2012 Severity=Error
2013 Facility=System
2014 SymbolicName=STATUS_FLOAT_DIVIDE_BY_ZERO
2015 Language=English
2016 {EXCEPTION}
2017 Floating-point division by zero.
2018 .
2019
2020 MessageId=0x8f
2021 Severity=Error
2022 Facility=System
2023 SymbolicName=STATUS_FLOAT_INEXACT_RESULT
2024 Language=English
2025 {EXCEPTION}
2026 Floating-point inexact result.
2027 .
2028
2029 MessageId=0x90
2030 Severity=Error
2031 Facility=System
2032 SymbolicName=STATUS_FLOAT_INVALID_OPERATION
2033 Language=English
2034 {EXCEPTION}
2035 Floating-point invalid operation.
2036 .
2037
2038 MessageId=0x91
2039 Severity=Error
2040 Facility=System
2041 SymbolicName=STATUS_FLOAT_OVERFLOW
2042 Language=English
2043 {EXCEPTION}
2044 Floating-point overflow.
2045 .
2046
2047 MessageId=0x92
2048 Severity=Error
2049 Facility=System
2050 SymbolicName=STATUS_FLOAT_STACK_CHECK
2051 Language=English
2052 {EXCEPTION}
2053 Floating-point stack check.
2054 .
2055
2056 MessageId=0x93
2057 Severity=Error
2058 Facility=System
2059 SymbolicName=STATUS_FLOAT_UNDERFLOW
2060 Language=English
2061 {EXCEPTION}
2062 Floating-point underflow.
2063 .
2064
2065 MessageId=0x94
2066 Severity=Error
2067 Facility=System
2068 SymbolicName=STATUS_INTEGER_DIVIDE_BY_ZERO
2069 Language=English
2070 {EXCEPTION}
2071 Integer division by zero.
2072 .
2073
2074 MessageId=0x95
2075 Severity=Error
2076 Facility=System
2077 SymbolicName=STATUS_INTEGER_OVERFLOW
2078 Language=English
2079 {EXCEPTION}
2080 Integer overflow.
2081 .
2082
2083 MessageId=0x96
2084 Severity=Error
2085 Facility=System
2086 SymbolicName=STATUS_PRIVILEGED_INSTRUCTION
2087 Language=English
2088 {EXCEPTION}
2089 Privileged instruction.
2090 .
2091
2092 MessageId=0x97
2093 Severity=Error
2094 Facility=System
2095 SymbolicName=STATUS_TOO_MANY_PAGING_FILES
2096 Language=English
2097 An attempt was made to install more paging files than the system supports.
2098 .
2099
2100 MessageId=0x98
2101 Severity=Error
2102 Facility=System
2103 SymbolicName=STATUS_FILE_INVALID
2104 Language=English
2105 The volume for a file has been externally altered such that the opened file is no longer valid.
2106 .
2107
2108 MessageId=0x99
2109 Severity=Error
2110 Facility=System
2111 SymbolicName=STATUS_ALLOTTED_SPACE_EXCEEDED
2112 Language=English
2113 When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates may exceed the amount of memory originally allotted.
2114 Since quota may already have been charged to several processes which have handles to the object, it is not reasonable to alter the size of the allocated memory.
2115 Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTED_SPACE_EXCEEDED error returned.
2116 .
2117
2118 MessageId=0x9a
2119 Severity=Error
2120 Facility=System
2121 SymbolicName=STATUS_INSUFFICIENT_RESOURCES
2122 Language=English
2123 Insufficient system resources exist to complete this API.
2124 .
2125
2126 MessageId=0x9b
2127 Severity=Error
2128 Facility=System
2129 SymbolicName=STATUS_DFS_EXIT_PATH_FOUND
2130 Language=English
2131 The specified file cannot be opened because it is a DFS exit path file.
2132 .
2133
2134 MessageId=0x9c
2135 Severity=Error
2136 Facility=System
2137 SymbolicName=STATUS_DEVICE_DATA_ERROR
2138 Language=English
2139 STATUS_DEVICE_DATA_ERROR
2140 .
2141
2142 MessageId=0x9d
2143 Severity=Error
2144 Facility=System
2145 SymbolicName=STATUS_DEVICE_NOT_CONNECTED
2146 Language=English
2147 The specified device is not connected.
2148 .
2149
2150 MessageId=0x9f
2151 Severity=Error
2152 Facility=System
2153 SymbolicName=STATUS_FREE_VM_NOT_AT_BASE
2154 Language=English
2155 The specified memory could not be freed because it is not at the start of the allocation.
2156 .
2157
2158 MessageId=0xa0
2159 Severity=Error
2160 Facility=System
2161 SymbolicName=STATUS_MEMORY_NOT_ALLOCATED
2162 Language=English
2163 The specified memory could not be freed because it was not allocated.
2164 .
2165
2166 MessageId=0xa1
2167 Severity=Error
2168 Facility=System
2169 SymbolicName=STATUS_WORKING_SET_QUOTA
2170 Language=English
2171 The process working set quota was exceeded
2172 .
2173
2174 MessageId=0xa2
2175 Severity=Error
2176 Facility=System
2177 SymbolicName=STATUS_MEDIA_WRITE_PROTECTED
2178 Language=English
2179 {Write Protect Error}
2180 The media in volume %hs cannot be written to because it is write-protected.
2181 .
2182
2183 MessageId=0xa3
2184 Severity=Error
2185 Facility=System
2186 SymbolicName=STATUS_DEVICE_NOT_READY
2187 Language=English
2188 {Device Not Ready}
2189 The device %hs is not ready.
2190 .
2191
2192 MessageId=0xc0
2193 Severity=Error
2194 Facility=System
2195 SymbolicName=STATUS_DEVICE_DOES_NOT_EXIST
2196 Language=English
2197 This device does not exist.
2198 .
2199
2200 MessageId=0xc1
2201 Severity=Error
2202 Facility=System
2203 SymbolicName=STATUS_TOO_MANY_COMMANDS
2204 Language=English
2205 The network BIOS command limit has been reached.
2206 .
2207
2208 MessageId=0xc2
2209 Severity=Error
2210 Facility=System
2211 SymbolicName=STATUS_ADAPTER_HARDWARE_ERROR
2212 Language=English
2213 An I/O adapter hardware error has occurred.
2214 .
2215
2216 MessageId=0xc3
2217 Severity=Error
2218 Facility=System
2219 SymbolicName=STATUS_INVALID_NETWORK_RESPONSE
2220 Language=English
2221 The network responded incorrectly.
2222 .
2223
2224 MessageId=0xc4
2225 Severity=Error
2226 Facility=System
2227 SymbolicName=STATUS_UNEXPECTED_NETWORK_ERROR
2228 Language=English
2229 An unexpected network error occurred.
2230 .
2231
2232 MessageId=0xc5
2233 Severity=Error
2234 Facility=System
2235 SymbolicName=STATUS_BAD_REMOTE_ADAPTER
2236 Language=English
2237 The remote adapter is not compatible.
2238 .
2239
2240 MessageId=0xc6
2241 Severity=Error
2242 Facility=System
2243 SymbolicName=STATUS_PRINT_QUEUE_FULL
2244 Language=English
2245 The printer queue is full.
2246 .
2247
2248 MessageId=0xc7
2249 Severity=Error
2250 Facility=System
2251 SymbolicName=STATUS_NO_SPOOL_SPACE
2252 Language=English
2253 Space to store the file waiting to be printed is not available on the server.
2254 .
2255
2256 MessageId=0xc8
2257 Severity=Error
2258 Facility=System
2259 SymbolicName=STATUS_PRINT_CANCELLED
2260 Language=English
2261 The requested print file has been canceled.
2262 .
2263
2264 MessageId=0xc9
2265 Severity=Error
2266 Facility=System
2267 SymbolicName=STATUS_NETWORK_NAME_DELETED
2268 Language=English
2269 The network name was deleted.
2270 .
2271
2272 MessageId=0xcc
2273 Severity=Error
2274 Facility=System
2275 SymbolicName=STATUS_BAD_NETWORK_NAME
2276 Language=English
2277 {Network Name Not Found}
2278 The specified share name cannot be found on the remote server.
2279 .
2280
2281 MessageId=0x100
2282 Severity=Error
2283 Facility=System
2284 SymbolicName=STATUS_VARIABLE_NOT_FOUND
2285 Language=English
2286 Indicates the specified environment variable name was not found in the specified environment block.
2287 .
2288
2289 MessageId=0x101
2290 Severity=Error
2291 Facility=System
2292 SymbolicName=STATUS_DIRECTORY_NOT_EMPTY
2293 Language=English
2294 Indicates that the directory trying to be deleted is not empty.
2295 .
2296
2297 MessageId=0x102
2298 Severity=Error
2299 Facility=System
2300 SymbolicName=STATUS_FILE_CORRUPT_ERROR
2301 Language=English
2302 {Corrupt File}
2303 The file or directory %hs is corrupt and unreadable.
2304 Please run the Chkdsk utility.
2305 .
2306
2307 MessageId=0x103
2308 Severity=Error
2309 Facility=System
2310 SymbolicName=STATUS_NOT_A_DIRECTORY
2311 Language=English
2312 A requested opened file is not a directory.
2313 .
2314
2315 MessageId=0x104
2316 Severity=Error
2317 Facility=System
2318 SymbolicName=STATUS_BAD_LOGON_SESSION_STATE
2319 Language=English
2320 The logon session is not in a state that is consistent with the requested operation.
2321 .
2322
2323 MessageId=0x105
2324 Severity=Error
2325 Facility=System
2326 SymbolicName=STATUS_LOGON_SESSION_COLLISION
2327 Language=English
2328 An internal LSA error has occurred. An authentication package has requested the creation of a Logon Session but the ID of an already existing Logon Session has been specified.
2329 .
2330
2331 MessageId=0x106
2332 Severity=Error
2333 Facility=System
2334 SymbolicName=STATUS_NAME_TOO_LONG
2335 Language=English
2336 A specified name string is too long for its intended use.
2337 .
2338
2339 MessageId=0x107
2340 Severity=Error
2341 Facility=System
2342 SymbolicName=STATUS_FILES_OPEN
2343 Language=English
2344 The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.
2345 .
2346
2347 MessageId=0x108
2348 Severity=Error
2349 Facility=System
2350 SymbolicName=STATUS_CONNECTION_IN_USE
2351 Language=English
2352 The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.
2353 .
2354
2355 MessageId=0x109
2356 Severity=Error
2357 Facility=System
2358 SymbolicName=STATUS_MESSAGE_NOT_FOUND
2359 Language=English
2360 RtlFindMessage could not locate the requested message ID in the message table resource.
2361 .
2362
2363 MessageId=0x10c
2364 Severity=Error
2365 Facility=System
2366 SymbolicName=STATUS_NO_GUID_TRANSLATION
2367 Language=English
2368 Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system.
2369 This causes the protection attempt to fail, which may cause a file creation attempt to fail.
2370 .
2371
2372 MessageId=0x110
2373 Severity=Error
2374 Facility=System
2375 SymbolicName=STATUS_ABIOS_LID_NOT_EXIST
2376 Language=English
2377 STATUS_ABIOS_LID_NOT_EXIST
2378 .
2379
2380 MessageId=0x111
2381 Severity=Error
2382 Facility=System
2383 SymbolicName=STATUS_ABIOS_LID_ALREADY_OWNED
2384 Language=English
2385 STATUS_ABIOS_LID_ALREADY_OWNED
2386 .
2387
2388 MessageId=0x112
2389 Severity=Error
2390 Facility=System
2391 SymbolicName=STATUS_ABIOS_NOT_LID_OWNER
2392 Language=English
2393 STATUS_ABIOS_NOT_LID_OWNER
2394 .
2395
2396 MessageId=0x113
2397 Severity=Error
2398 Facility=System
2399 SymbolicName=STATUS_ABIOS_INVALID_COMMAND
2400 Language=English
2401 STATUS_ABIOS_INVALID_COMMAND
2402 .
2403
2404 MessageId=0x114
2405 Severity=Error
2406 Facility=System
2407 SymbolicName=STATUS_ABIOS_INVALID_LID
2408 Language=English
2409 STATUS_ABIOS_INVALID_LID
2410 .
2411
2412 MessageId=0x115
2413 Severity=Error
2414 Facility=System
2415 SymbolicName=STATUS_ABIOS_SELECTOR_NOT_AVAILABLE
2416 Language=English
2417 STATUS_ABIOS_SELECTOR_NOT_AVAILABLE
2418 .
2419
2420 MessageId=0x116
2421 Severity=Error
2422 Facility=System
2423 SymbolicName=STATUS_ABIOS_INVALID_SELECTOR
2424 Language=English
2425 STATUS_ABIOS_INVALID_SELECTOR
2426 .
2427
2428 MessageId=0x117
2429 Severity=Error
2430 Facility=System
2431 SymbolicName=STATUS_NO_LDT
2432 Language=English
2433 Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.
2434 .
2435
2436 MessageId=0x118
2437 Severity=Error
2438 Facility=System
2439 SymbolicName=STATUS_INVALID_LDT_SIZE
2440 Language=English
2441 Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
2442 .
2443
2444 MessageId=0x119
2445 Severity=Error
2446 Facility=System
2447 SymbolicName=STATUS_INVALID_LDT_OFFSET
2448 Language=English
2449 Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
2450 .
2451
2452 MessageId=0x11c
2453 Severity=Error
2454 Facility=System
2455 SymbolicName=STATUS_RXACT_INVALID_STATE
2456 Language=English
2457 Indicates that the transaction state of a registry sub-tree is incompatible with the requested operation.
2458 For example, a request has been made to start a new transaction with one already in progress,
2459 or a request has been made to apply a transaction when one is not currently in progress.
2460 .
2461
2462 MessageId=0x120
2463 Severity=Error
2464 Facility=System
2465 SymbolicName=STATUS_CANCELLED
2466 Language=English
2467 The I/O request was canceled.
2468 .
2469
2470 MessageId=0x121
2471 Severity=Error
2472 Facility=System
2473 SymbolicName=STATUS_CANNOT_DELETE
2474 Language=English
2475 An attempt has been made to remove a file or directory that cannot be deleted.
2476 .
2477
2478 MessageId=0x122
2479 Severity=Error
2480 Facility=System
2481 SymbolicName=STATUS_INVALID_COMPUTER_NAME
2482 Language=English
2483 Indicates a name specified as a remote computer name is syntactically invalid.
2484 .
2485
2486 MessageId=0x123
2487 Severity=Error
2488 Facility=System
2489 SymbolicName=STATUS_FILE_DELETED
2490 Language=English
2491 An I/O request other than close was performed on a file after it has been deleted,
2492 which can only happen to a request which did not complete before the last handle was closed via NtClose.
2493 .
2494
2495 MessageId=0x124
2496 Severity=Error
2497 Facility=System
2498 SymbolicName=STATUS_SPECIAL_ACCOUNT
2499 Language=English
2500 Indicates an operation has been attempted on a built-in (special) SAM account which is incompatible with built-in accounts.
2501 For example, built-in accounts cannot be deleted.
2502 .
2503
2504 MessageId=0x125
2505 Severity=Error
2506 Facility=System
2507 SymbolicName=STATUS_SPECIAL_GROUP
2508 Language=English
2509 The operation requested may not be performed on the specified group because it is a built-in special group.
2510 .
2511
2512 MessageId=0x126
2513 Severity=Error
2514 Facility=System
2515 SymbolicName=STATUS_SPECIAL_USER
2516 Language=English
2517 The operation requested may not be performed on the specified user because it is a built-in special user.
2518 .
2519
2520 MessageId=0x127
2521 Severity=Error
2522 Facility=System
2523 SymbolicName=STATUS_MEMBERS_PRIMARY_GROUP
2524 Language=English
2525 Indicates a member cannot be removed from a group because the group is currently the member's primary group.
2526 .
2527
2528 MessageId=0x128
2529 Severity=Error
2530 Facility=System
2531 SymbolicName=STATUS_FILE_CLOSED
2532 Language=English
2533 An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.
2534 .
2535
2536 MessageId=0x129
2537 Severity=Error
2538 Facility=System
2539 SymbolicName=STATUS_TOO_MANY_THREADS
2540 Language=English
2541 Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
2542 .
2543
2544 MessageId=0x12c
2545 Severity=Error
2546 Facility=System
2547 SymbolicName=STATUS_PAGEFILE_QUOTA_EXCEEDED
2548 Language=English
2549 Page file quota was exceeded.
2550 .
2551
2552 MessageId=0x130
2553 Severity=Error
2554 Facility=System
2555 SymbolicName=STATUS_INVALID_IMAGE_PROTECT
2556 Language=English
2557 The specified image file did not have the correct format, it did not have a proper e_lfarlc in the MZ header.
2558 .
2559
2560 MessageId=0x131
2561 Severity=Error
2562 Facility=System
2563 SymbolicName=STATUS_INVALID_IMAGE_WIN_16
2564 Language=English
2565 The specified image file did not have the correct format, it appears to be a 16-bit Windows image.
2566 .
2567
2568 MessageId=0x132
2569 Severity=Error
2570 Facility=System
2571 SymbolicName=STATUS_LOGON_SERVER_CONFLICT
2572 Language=English
2573 The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
2574 .
2575
2576 MessageId=0x133
2577 Severity=Error
2578 Facility=System
2579 SymbolicName=STATUS_TIME_DIFFERENCE_AT_DC
2580 Language=English
2581 The time at the Primary Domain Controller is different than the time at the Backup Domain Controller or member server by too large an amount.
2582 .
2583
2584 MessageId=0x134
2585 Severity=Error
2586 Facility=System
2587 SymbolicName=STATUS_SYNCHRONIZATION_REQUIRED
2588 Language=English
2589 The SAM database on a ReactOS Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
2590 .
2591
2592 MessageId=0x135
2593 Severity=Error
2594 Facility=System
2595 SymbolicName=STATUS_DLL_NOT_FOUND
2596 Language=English
2597 {Unable To Locate Component}
2598 This application has failed to start because %hs was not found. Re-installing the application may fix this problem.
2599 .
2600
2601 MessageId=0x136
2602 Severity=Error
2603 Facility=System
2604 SymbolicName=STATUS_OPEN_FAILED
2605 Language=English
2606 The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the ReactOS Lan Manager Redirector to use in its internal error mapping routines.
2607 .
2608
2609 MessageId=0x137
2610 Severity=Error
2611 Facility=System
2612 SymbolicName=STATUS_IO_PRIVILEGE_FAILED
2613 Language=English
2614 {Privilege Failed}
2615 The I/O permissions for the process could not be changed.
2616 .
2617
2618 MessageId=0x138
2619 Severity=Error
2620 Facility=System
2621 SymbolicName=STATUS_ORDINAL_NOT_FOUND
2622 Language=English
2623 {Ordinal Not Found}
2624 The ordinal %ld could not be located in the dynamic link library %hs.
2625 .
2626
2627 MessageId=0x139
2628 Severity=Error
2629 Facility=System
2630 SymbolicName=STATUS_ENTRYPOINT_NOT_FOUND
2631 Language=English
2632 {Entry Point Not Found}
2633 The procedure entry point %hs could not be located in the dynamic link library %hs.
2634 .
2635
2636 MessageId=0x13c
2637 Severity=Error
2638 Facility=System
2639 SymbolicName=STATUS_REMOTE_DISCONNECT
2640 Language=English
2641 {Virtual Circuit Closed}
2642 The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding.
2643 .
2644
2645 MessageId=0x140
2646 Severity=Error
2647 Facility=System
2648 SymbolicName=STATUS_INVALID_CONNECTION
2649 Language=English
2650 The connection handle given to the transport was invalid.
2651 .
2652
2653 MessageId=0x141
2654 Severity=Error
2655 Facility=System
2656 SymbolicName=STATUS_INVALID_ADDRESS
2657 Language=English
2658 The address handle given to the transport was invalid.
2659 .
2660
2661 MessageId=0x142
2662 Severity=Error
2663 Facility=System
2664 SymbolicName=STATUS_DLL_INIT_FAILED
2665 Language=English
2666 {DLL Initialization Failed}
2667 Initialization of the dynamic link library %hs failed. The process is terminating abnormally.
2668 .
2669
2670 MessageId=0x143
2671 Severity=Error
2672 Facility=System
2673 SymbolicName=STATUS_MISSING_SYSTEMFILE
2674 Language=English
2675 {Missing System File}
2676 The required system file %hs is bad or missing.
2677 .
2678
2679 MessageId=0x144
2680 Severity=Error
2681 Facility=System
2682 SymbolicName=STATUS_UNHANDLED_EXCEPTION
2683 Language=English
2684 {Application Error}
2685 The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
2686 .
2687
2688 MessageId=0x145
2689 Severity=Error
2690 Facility=System
2691 SymbolicName=STATUS_APP_INIT_FAILURE
2692 Language=English
2693 {Application Error}
2694 The application failed to initialize properly (0x%lx). Click on OK to terminate the application.
2695 .
2696
2697 MessageId=0x146
2698 Severity=Error
2699 Facility=System
2700 SymbolicName=STATUS_PAGEFILE_CREATE_FAILED
2701 Language=English
2702 {Unable to Create Paging File}
2703 The creation of the paging file %hs failed (%lx). The requested size was %ld.
2704 .
2705
2706 MessageId=0x147
2707 Severity=Error
2708 Facility=System
2709 SymbolicName=STATUS_NO_PAGEFILE
2710 Language=English
2711 {No Paging File Specified}
2712 No paging file was specified in the system configuration.
2713 .
2714
2715 MessageId=0x148
2716 Severity=Error
2717 Facility=System
2718 SymbolicName=STATUS_INVALID_LEVEL
2719 Language=English
2720 {Incorrect System Call Level}
2721 An invalid level was passed into the specified system call.
2722 .
2723
2724 MessageId=0x149
2725 Severity=Error
2726 Facility=System
2727 SymbolicName=STATUS_WRONG_PASSWORD_CORE
2728 Language=English
2729 {Incorrect Password to LAN Manager Server}
2730 You specified an incorrect password to a LAN Manager 2.x or MS-NET server.
2731 .
2732
2733 MessageId=0x14c
2734 Severity=Error
2735 Facility=System
2736 SymbolicName=STATUS_REGISTRY_CORRUPT
2737 Language=English
2738 {The Registry Is Corrupt}
2739 The structure of one of the files that contains Registry data is corrupt, or the image of the file in memory is corrupt, or the file could not be recovered because the alternate copy or log was absent or corrupt.
2740 .
2741
2742 MessageId=0x150
2743 Severity=Error
2744 Facility=System
2745 SymbolicName=STATUS_SERIAL_NO_DEVICE_INITED
2746 Language=English
2747 No serial device was successfully initialized. The serial driver will unload.
2748 .
2749
2750 MessageId=0x151
2751 Severity=Error
2752 Facility=System
2753 SymbolicName=STATUS_NO_SUCH_ALIAS
2754 Language=English
2755 The specified local group does not exist.
2756 .
2757
2758 MessageId=0x152
2759 Severity=Error
2760 Facility=System
2761 SymbolicName=STATUS_MEMBER_NOT_IN_ALIAS
2762 Language=English
2763 The specified account name is not a member of the local group.
2764 .
2765
2766 MessageId=0x153
2767 Severity=Error
2768 Facility=System
2769 SymbolicName=STATUS_MEMBER_IN_ALIAS
2770 Language=English
2771 The specified account name is already a member of the local group.
2772 .
2773
2774 MessageId=0x154
2775 Severity=Error
2776 Facility=System
2777 SymbolicName=STATUS_ALIAS_EXISTS
2778 Language=English
2779 The specified local group already exists.
2780 .
2781
2782 MessageId=0x155
2783 Severity=Error
2784 Facility=System
2785 SymbolicName=STATUS_LOGON_NOT_GRANTED
2786 Language=English
2787 A requested type of logon (e.g., Interactive, Network, Service) is not granted by the target system's local security policy.
2788 Please ask the system administrator to grant the necessary form of logon.
2789 .
2790
2791 MessageId=0x156
2792 Severity=Error
2793 Facility=System
2794 SymbolicName=STATUS_TOO_MANY_SECRETS
2795 Language=English
2796 The maximum number of secrets that may be stored in a single system has been exceeded. The length and number of secrets is limited to satisfy United States State Department export restrictions.
2797 .
2798
2799 MessageId=0x157
2800 Severity=Error
2801 Facility=System
2802 SymbolicName=STATUS_SECRET_TOO_LONG
2803 Language=English
2804 The length of a secret exceeds the maximum length allowed. The length and number of secrets is limited to satisfy United States State Department export restrictions.
2805 .
2806
2807 MessageId=0x158
2808 Severity=Error
2809 Facility=System
2810 SymbolicName=STATUS_INTERNAL_DB_ERROR
2811 Language=English
2812 The Local Security Authority (LSA) database contains an internal inconsistency.
2813 .
2814
2815 MessageId=0x159
2816 Severity=Error
2817 Facility=System
2818 SymbolicName=STATUS_FULLSCREEN_MODE
2819 Language=English
2820 The requested operation cannot be performed in fullscreen mode.
2821 .
2822
2823 MessageId=0x15c
2824 Severity=Error
2825 Facility=System
2826 SymbolicName=STATUS_NOT_REGISTRY_FILE
2827 Language=English
2828 The system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.
2829 .
2830
2831 MessageId=0x160
2832 Severity=Error
2833 Facility=System
2834 SymbolicName=STATUS_ILL_FORMED_SERVICE_ENTRY
2835 Language=English
2836 A configuration registry node representing a driver service entry was ill-formed and did not contain required value entries.
2837 .
2838
2839 MessageId=0x161
2840 Severity=Error
2841 Facility=System
2842 SymbolicName=STATUS_ILLEGAL_CHARACTER
2843 Language=English
2844 An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
2845 .
2846
2847 MessageId=0x162
2848 Severity=Error
2849 Facility=System
2850 SymbolicName=STATUS_UNMAPPABLE_CHARACTER
2851 Language=English
2852 No mapping for the Unicode character exists in the target multi-byte code page.
2853 .
2854
2855 MessageId=0x163
2856 Severity=Error
2857 Facility=System
2858 SymbolicName=STATUS_UNDEFINED_CHARACTER
2859 Language=English
2860 The Unicode character is not defined in the Unicode character set installed on the system.
2861 .
2862
2863 MessageId=0x164
2864 Severity=Error
2865 Facility=System
2866 SymbolicName=STATUS_FLOPPY_VOLUME
2867 Language=English
2868 The paging file cannot be created on a floppy diskette.
2869 .
2870
2871 MessageId=0x165
2872 Severity=Error
2873 Facility=System
2874 SymbolicName=STATUS_FLOPPY_ID_MARK_NOT_FOUND
2875 Language=English
2876 {Floppy Disk Error}
2877 While accessing a floppy disk, an ID address mark was not found.
2878 .
2879
2880 MessageId=0x166
2881 Severity=Error
2882 Facility=System
2883 SymbolicName=STATUS_FLOPPY_WRONG_CYLINDER
2884 Language=English
2885 {Floppy Disk Error}
2886 While accessing a floppy disk, the track address from the sector ID field was found to be different than the track address maintained by the controller.
2887 .
2888
2889 MessageId=0x167
2890 Severity=Error
2891 Facility=System
2892 SymbolicName=STATUS_FLOPPY_UNKNOWN_ERROR
2893 Language=English
2894 {Floppy Disk Error}
2895 The floppy disk controller reported an error that is not recognized by the floppy disk driver.
2896 .
2897
2898 MessageId=0x168
2899 Severity=Error
2900 Facility=System
2901 SymbolicName=STATUS_FLOPPY_BAD_REGISTERS
2902 Language=English
2903 {Floppy Disk Error}
2904 While accessing a floppy-disk, the controller returned inconsistent results via its registers.
2905 .
2906
2907 MessageId=0x169
2908 Severity=Error
2909 Facility=System
2910 SymbolicName=STATUS_DISK_RECALIBRATE_FAILED
2911 Language=English
2912 {Hard Disk Error}
2913 While accessing the hard disk, a recalibrate operation failed, even after retries.
2914 .
2915
2916 MessageId=0x16c
2917 Severity=Error
2918 Facility=System
2919 SymbolicName=STATUS_SHARED_IRQ_BUSY
2920 Language=English
2921 An attempt was made to open a device that was sharing an IRQ with other devices.
2922 At least one other device that uses that IRQ was already opened.
2923 Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use.
2924 .
2925
2926 MessageId=0x172
2927 Severity=Error
2928 Facility=System
2929 SymbolicName=STATUS_PARTITION_FAILURE
2930 Language=English
2931 Tape could not be partitioned.
2932 .
2933
2934 MessageId=0x173
2935 Severity=Error
2936 Facility=System
2937 SymbolicName=STATUS_INVALID_BLOCK_LENGTH
2938 Language=English
2939 When accessing a new tape of a multivolume partition, the current blocksize is incorrect.
2940 .
2941
2942 MessageId=0x174
2943 Severity=Error
2944 Facility=System
2945 SymbolicName=STATUS_DEVICE_NOT_PARTITIONED
2946 Language=English
2947 Tape partition information could not be found when loading a tape.
2948 .
2949
2950 MessageId=0x175
2951 Severity=Error
2952 Facility=System
2953 SymbolicName=STATUS_UNABLE_TO_LOCK_MEDIA
2954 Language=English
2955 Attempt to lock the eject media mechanism fails.
2956 .
2957
2958 MessageId=0x176
2959 Severity=Error
2960 Facility=System
2961 SymbolicName=STATUS_UNABLE_TO_UNLOAD_MEDIA
2962 Language=English
2963 Unload media fails.
2964 .
2965
2966 MessageId=0x177
2967 Severity=Error
2968 Facility=System
2969 SymbolicName=STATUS_EOM_OVERFLOW
2970 Language=English
2971 Physical end of tape was detected.
2972 .
2973
2974 MessageId=0x178
2975 Severity=Error
2976 Facility=System
2977 SymbolicName=STATUS_NO_MEDIA
2978 Language=English
2979 {No Media}
2980 There is no media in the drive.
2981 Please insert media into drive %hs.
2982 .
2983
2984 MessageId=0x17c
2985 Severity=Error
2986 Facility=System
2987 SymbolicName=STATUS_KEY_DELETED
2988 Language=English
2989 Illegal operation attempted on a registry key which has been marked for deletion.
2990 .
2991
2992 MessageId=0x180
2993 Severity=Error
2994 Facility=System
2995 SymbolicName=STATUS_KEY_HAS_CHILDREN
2996 Language=English
2997 An attempt was made to create a symbolic link in a registry key that already has subkeys or values.
2998 .
2999
3000 MessageId=0x181
3001 Severity=Error
3002 Facility=System
3003 SymbolicName=STATUS_CHILD_MUST_BE_VOLATILE
3004 Language=English
3005 An attempt was made to create a Stable subkey under a Volatile parent key.
3006 .
3007
3008 MessageId=0x182
3009 Severity=Error
3010 Facility=System
3011 SymbolicName=STATUS_DEVICE_CONFIGURATION_ERROR
3012 Language=English
3013 The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.
3014 .
3015
3016 MessageId=0x183
3017 Severity=Error
3018 Facility=System
3019 SymbolicName=STATUS_DRIVER_INTERNAL_ERROR
3020 Language=English
3021 An error was detected between two drivers or within an I/O driver.
3022 .
3023
3024 MessageId=0x184
3025 Severity=Error
3026 Facility=System
3027 SymbolicName=STATUS_INVALID_DEVICE_STATE
3028 Language=English
3029 The device is not in a valid state to perform this request.
3030 .
3031
3032 MessageId=0x185
3033 Severity=Error
3034 Facility=System
3035 SymbolicName=STATUS_IO_DEVICE_ERROR
3036 Language=English
3037 The I/O device reported an I/O error.
3038 .
3039
3040 MessageId=0x186
3041 Severity=Error
3042 Facility=System
3043 SymbolicName=STATUS_DEVICE_PROTOCOL_ERROR
3044 Language=English
3045 A protocol error was detected between the driver and the device.
3046 .
3047
3048 MessageId=0x187
3049 Severity=Error
3050 Facility=System
3051 SymbolicName=STATUS_BACKUP_CONTROLLER
3052 Language=English
3053 This operation is only allowed for the Primary Domain Controller of the domain.
3054 .
3055
3056 MessageId=0x188
3057 Severity=Error
3058 Facility=System
3059 SymbolicName=STATUS_LOG_FILE_FULL
3060 Language=English
3061 Log file space is insufficient to support this operation.
3062 .
3063
3064 MessageId=0x189
3065 Severity=Error
3066 Facility=System
3067 SymbolicName=STATUS_TOO_LATE
3068 Language=English
3069 A write operation was attempted to a volume after it was dismounted.
3070 .
3071
3072 MessageId=0x18c
3073 Severity=Error
3074 Facility=System
3075 SymbolicName=STATUS_TRUSTED_DOMAIN_FAILURE
3076 Language=English
3077 The logon request failed because the trust relationship between the primary domain and the trusted domain failed.
3078 .
3079
3080 MessageId=0x190
3081 Severity=Error
3082 Facility=System
3083 SymbolicName=STATUS_TRUST_FAILURE
3084 Language=English
3085 The network logon failed. This may be because the validation authority can't be reached.
3086 .
3087
3088 MessageId=0x191
3089 Severity=Error
3090 Facility=System
3091 SymbolicName=STATUS_MUTANT_LIMIT_EXCEEDED
3092 Language=English
3093 An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
3094 .
3095
3096 MessageId=0x192
3097 Severity=Error
3098 Facility=System
3099 SymbolicName=STATUS_NETLOGON_NOT_STARTED
3100 Language=English
3101 An attempt was made to logon, but the netlogon service was not started.
3102 .
3103
3104 MessageId=0x193
3105 Severity=Error
3106 Facility=System
3107 SymbolicName=STATUS_ACCOUNT_EXPIRED
3108 Language=English
3109 The user's account has expired.
3110 .
3111
3112 MessageId=0x194
3113 Severity=Error
3114 Facility=System
3115 SymbolicName=STATUS_POSSIBLE_DEADLOCK
3116 Language=English
3117 {EXCEPTION}
3118 Possible deadlock condition.
3119 .
3120
3121 MessageId=0x195
3122 Severity=Error
3123 Facility=System
3124 SymbolicName=STATUS_NETWORK_CREDENTIAL_CONFLICT
3125 Language=English
3126 Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
3127 .
3128
3129 MessageId=0x196
3130 Severity=Error
3131 Facility=System
3132 SymbolicName=STATUS_REMOTE_SESSION_LIMIT
3133 Language=English
3134 An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
3135 .
3136
3137 MessageId=0x197
3138 Severity=Error
3139 Facility=System
3140 SymbolicName=STATUS_EVENTLOG_FILE_CHANGED
3141 Language=English
3142 The log file has changed between reads.
3143 .
3144
3145 MessageId=0x198
3146 Severity=Error
3147 Facility=System
3148 SymbolicName=STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
3149 Language=English
3150 The account used is an Interdomain Trust account. Use your global user account or local user account to access this server.
3151 .
3152
3153 MessageId=0x199
3154 Severity=Error
3155 Facility=System
3156 SymbolicName=STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
3157 Language=English
3158 The account used is a Computer Account. Use your global user account or local user account to access this server.
3159 .
3160
3161 MessageId=0x19c
3162 Severity=Error
3163 Facility=System
3164 SymbolicName=STATUS_FS_DRIVER_REQUIRED
3165 Language=English
3166 A volume has been accessed for which a file system driver is required that has not yet been loaded.
3167 .
3168
3169 MessageId=0x202
3170 Severity=Error
3171 Facility=System
3172 SymbolicName=STATUS_NO_USER_SESSION_KEY
3173 Language=English
3174 There is no user session key for the specified logon session.
3175 .
3176
3177 MessageId=0x203
3178 Severity=Error
3179 Facility=System
3180 SymbolicName=STATUS_USER_SESSION_DELETED
3181 Language=English
3182 The remote user session has been deleted.
3183 .
3184
3185 MessageId=0x204
3186 Severity=Error
3187 Facility=System
3188 SymbolicName=STATUS_RESOURCE_LANG_NOT_FOUND
3189 Language=English
3190 Indicates the specified resource language ID cannot be found in the
3191 image file.
3192 .
3193
3194 MessageId=0x205
3195 Severity=Error
3196 Facility=System
3197 SymbolicName=STATUS_INSUFF_SERVER_RESOURCES
3198 Language=English
3199 Insufficient server resources exist to complete the request.
3200 .
3201
3202 MessageId=0x206
3203 Severity=Error
3204 Facility=System
3205 SymbolicName=STATUS_INVALID_BUFFER_SIZE
3206 Language=English
3207 The size of the buffer is invalid for the specified operation.
3208 .
3209
3210 MessageId=0x207
3211 Severity=Error
3212 Facility=System
3213 SymbolicName=STATUS_INVALID_ADDRESS_COMPONENT
3214 Language=English
3215 The transport rejected the network address specified as invalid.
3216 .
3217
3218 MessageId=0x208
3219 Severity=Error
3220 Facility=System
3221 SymbolicName=STATUS_INVALID_ADDRESS_WILDCARD
3222 Language=English
3223 The transport rejected the network address specified due to an invalid use of a wildcard.
3224 .
3225
3226 MessageId=0x209
3227 Severity=Error
3228 Facility=System
3229 SymbolicName=STATUS_TOO_MANY_ADDRESSES
3230 Language=English
3231 The transport address could not be opened because all the available addresses are in use.
3232 .
3233
3234 MessageId=0x20c
3235 Severity=Error
3236 Facility=System
3237 SymbolicName=STATUS_CONNECTION_DISCONNECTED
3238 Language=English
3239 The transport connection is now disconnected.
3240 .
3241
3242 MessageId=0x210
3243 Severity=Error
3244 Facility=System
3245 SymbolicName=STATUS_TRANSACTION_TIMED_OUT
3246 Language=English
3247 The transport timed out a request waiting for a response.
3248 .
3249
3250 MessageId=0x211
3251 Severity=Error
3252 Facility=System
3253 SymbolicName=STATUS_TRANSACTION_NO_RELEASE
3254 Language=English
3255 The transport did not receive a release for a pending response.
3256 .
3257
3258 MessageId=0x212
3259 Severity=Error
3260 Facility=System
3261 SymbolicName=STATUS_TRANSACTION_NO_MATCH
3262 Language=English
3263 The transport did not find a transaction matching the specific
3264 token.
3265 .
3266
3267 MessageId=0x213
3268 Severity=Error
3269 Facility=System
3270 SymbolicName=STATUS_TRANSACTION_RESPONDED
3271 Language=English
3272 The transport had previously responded to a transaction request.
3273 .
3274
3275 MessageId=0x214
3276 Severity=Error
3277 Facility=System
3278 SymbolicName=STATUS_TRANSACTION_INVALID_ID
3279 Language=English
3280 The transport does not recognized the transaction request identifier specified.
3281 .
3282
3283 MessageId=0x215
3284 Severity=Error
3285 Facility=System
3286 SymbolicName=STATUS_TRANSACTION_INVALID_TYPE
3287 Language=English
3288 The transport does not recognize the transaction request type specified.
3289 .
3290
3291 MessageId=0x216
3292 Severity=Error
3293 Facility=System
3294 SymbolicName=STATUS_NOT_SERVER_SESSION
3295 Language=English
3296 The transport can only process the specified request on the server side of a session.
3297 .
3298
3299 MessageId=0x217
3300 Severity=Error
3301 Facility=System
3302 SymbolicName=STATUS_NOT_CLIENT_SESSION
3303 Language=English
3304 The transport can only process the specified request on the client side of a session.
3305 .
3306
3307 MessageId=0x218
3308 Severity=Error
3309 Facility=System
3310 SymbolicName=STATUS_CANNOT_LOAD_REGISTRY_FILE
3311 Language=English
3312 {Registry File Failure}
3313 The registry cannot load the hive (file):
3314 %hs
3315 or its log or alternate.
3316 It is corrupt, absent, or not writable.
3317 .
3318
3319 MessageId=0x219
3320 Severity=Error
3321 Facility=System
3322 SymbolicName=STATUS_DEBUG_ATTACH_FAILED
3323 Language=English
3324 {Unexpected Failure in DebugActiveProcess}
3325 An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
3326 .
3327
3328 MessageId=0x21c
3329 Severity=Error
3330 Facility=System
3331 SymbolicName=STATUS_NO_BROWSER_SERVERS_FOUND
3332 Language=English
3333 {Unable to Retrieve Browser Server List}
3334 The list of servers for this workgroup is not currently available.
3335 .
3336
3337 MessageId=0x220
3338 Severity=Error
3339 Facility=System
3340 SymbolicName=STATUS_MAPPED_ALIGNMENT
3341 Language=English
3342 {Mapped View Alignment Incorrect}
3343 An attempt was made to map a view of a file, but either the specified base address or the offset into the file were not aligned on the proper allocation granularity.
3344 .
3345
3346 MessageId=0x221
3347 Severity=Error
3348 Facility=System
3349 SymbolicName=STATUS_IMAGE_CHECKSUM_MISMATCH
3350 Language=English
3351 {Bad Image Checksum}
3352 The image %hs is possibly corrupt. The header checksum does not match the computed checksum.
3353 .
3354
3355 MessageId=0x222
3356 Severity=Error
3357 Facility=System
3358 SymbolicName=STATUS_LOST_WRITEBEHIND_DATA
3359 Language=English
3360 {Delayed Write Failed}
3361 ReactOS was unable to save all the data for the file %hs. The data has been lost.
3362 This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
3363 .
3364
3365 MessageId=0x223
3366 Severity=Error
3367 Facility=System
3368 SymbolicName=STATUS_CLIENT_SERVER_PARAMETERS_INVALID
3369 Language=English
3370 The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
3371 .
3372
3373 MessageId=0x224
3374 Severity=Error
3375 Facility=System
3376 SymbolicName=STATUS_PASSWORD_MUST_CHANGE
3377 Language=English
3378 The user's password must be changed before logging on the first time.
3379 .
3380
3381 MessageId=0x225
3382 Severity=Error
3383 Facility=System
3384 SymbolicName=STATUS_NOT_FOUND
3385 Language=English
3386 The object was not found.
3387 .
3388
3389 MessageId=0x226
3390 Severity=Error
3391 Facility=System
3392 SymbolicName=STATUS_NOT_TINY_STREAM
3393 Language=English
3394 The stream is not a tiny stream.
3395 .
3396
3397 MessageId=0x227
3398 Severity=Error
3399 Facility=System
3400 SymbolicName=STATUS_RECOVERY_FAILURE
3401 Language=English
3402 A transaction recover failed.
3403 .
3404
3405 MessageId=0x228
3406 Severity=Error
3407 Facility=System
3408 SymbolicName=STATUS_STACK_OVERFLOW_READ
3409 Language=English
3410 The request must be handled by the stack overflow code.
3411 .
3412
3413 MessageId=0x229
3414 Severity=Error
3415 Facility=System
3416 SymbolicName=STATUS_FAIL_CHECK
3417 Language=English
3418 A consistency check failed.
3419 .
3420
3421 MessageId=0x22c
3422 Severity=Error
3423 Facility=System
3424 SymbolicName=STATUS_CONVERT_TO_LARGE
3425 Language=English
3426 Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
3427 .
3428
3429 MessageId=0x230
3430 Severity=Error
3431 Facility=System
3432 SymbolicName=STATUS_PROPSET_NOT_FOUND
3433 Language=English
3434 The property set specified does not exist on the object.
3435 .
3436
3437 MessageId=0x231
3438 Severity=Error
3439 Facility=System
3440 SymbolicName=STATUS_MARSHALL_OVERFLOW
3441 Language=English
3442 The user/kernel marshalling buffer has overflowed.
3443 .
3444
3445 MessageId=0x232
3446 Severity=Error
3447 Facility=System
3448 SymbolicName=STATUS_INVALID_VARIANT
3449 Language=English
3450 The supplied variant structure contains invalid data.
3451 .
3452
3453 MessageId=0x233
3454 Severity=Error
3455 Facility=System
3456 SymbolicName=STATUS_DOMAIN_CONTROLLER_NOT_FOUND
3457 Language=English
3458 Could not find a domain controller for this domain.
3459 .
3460
3461 MessageId=0x234
3462 Severity=Error
3463 Facility=System
3464 SymbolicName=STATUS_ACCOUNT_LOCKED_OUT
3465 Language=English
3466 The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.
3467 .
3468
3469 MessageId=0x235
3470 Severity=Error
3471 Facility=System
3472 SymbolicName=STATUS_HANDLE_NOT_CLOSABLE
3473 Language=English
3474 NtClose was called on a handle that was protected from close via NtSetInformationObject.
3475 .
3476
3477 MessageId=0x236
3478 Severity=Error
3479 Facility=System
3480 SymbolicName=STATUS_CONNECTION_REFUSED
3481 Language=English
3482 The transport connection attempt was refused by the remote system.
3483 .
3484
3485 MessageId=0x237
3486 Severity=Error
3487 Facility=System
3488 SymbolicName=STATUS_GRACEFUL_DISCONNECT
3489 Language=English
3490 The transport connection was gracefully closed.
3491 .
3492
3493 MessageId=0x238
3494 Severity=Error
3495 Facility=System
3496 SymbolicName=STATUS_ADDRESS_ALREADY_ASSOCIATED
3497 Language=English
3498 The transport endpoint already has an address associated with it.
3499 .
3500
3501 MessageId=0x239
3502 Severity=Error
3503 Facility=System
3504 SymbolicName=STATUS_ADDRESS_NOT_ASSOCIATED
3505 Language=English
3506 An address has not yet been associated with the transport endpoint.
3507 .
3508
3509 MessageId=0x23c
3510 Severity=Error
3511 Facility=System
3512 SymbolicName=STATUS_NETWORK_UNREACHABLE
3513 Language=English
3514 The remote network is not reachable by the transport.
3515 .
3516
3517 MessageId=0x240
3518 Severity=Error
3519 Facility=System
3520 SymbolicName=STATUS_REQUEST_ABORTED
3521 Language=English
3522 The request was aborted.
3523 .
3524
3525 MessageId=0x241
3526 Severity=Error
3527 Facility=System
3528 SymbolicName=STATUS_CONNECTION_ABORTED
3529 Language=English
3530 The transport connection was aborted by the local system.
3531 .
3532
3533 MessageId=0x242
3534 Severity=Error
3535 Facility=System
3536 SymbolicName=STATUS_BAD_COMPRESSION_BUFFER
3537 Language=English
3538 The specified buffer contains ill-formed data.
3539 .
3540
3541 MessageId=0x243
3542 Severity=Error
3543 Facility=System
3544 SymbolicName=STATUS_USER_MAPPED_FILE
3545 Language=English
3546 The requested operation cannot be performed on a file with a user mapped section open.
3547 .
3548
3549 MessageId=0x244
3550 Severity=Error
3551 Facility=System
3552 SymbolicName=STATUS_AUDIT_FAILED
3553 Language=English
3554 {Audit Failed}
3555 An attempt to generate a security audit failed.
3556 .
3557
3558 MessageId=0x245
3559 Severity=Error
3560 Facility=System
3561 SymbolicName=STATUS_TIMER_RESOLUTION_NOT_SET
3562 Language=English
3563 The timer resolution was not previously set by the current process.
3564 .
3565
3566 MessageId=0x246
3567 Severity=Error
3568 Facility=System
3569 SymbolicName=STATUS_CONNECTION_COUNT_LIMIT
3570 Language=English
3571 A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
3572 .
3573
3574 MessageId=0x247
3575 Severity=Error
3576 Facility=System
3577 SymbolicName=STATUS_LOGIN_TIME_RESTRICTION
3578 Language=English
3579 Attempting to login during an unauthorized time of day for this account.
3580 .
3581
3582 MessageId=0x248
3583 Severity=Error
3584 Facility=System
3585 SymbolicName=STATUS_LOGIN_WKSTA_RESTRICTION
3586 Language=English
3587 The account is not authorized to login from this station.
3588 .
3589
3590 MessageId=0x249
3591 Severity=Error
3592 Facility=System
3593 SymbolicName=STATUS_IMAGE_MP_UP_MISMATCH
3594 Language=English
3595 {UP/MP Image Mismatch}
3596 The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine.
3597 Please reinstall the image file.
3598 .
3599
3600 MessageId=0x250
3601 Severity=Error
3602 Facility=System
3603 SymbolicName=STATUS_INSUFFICIENT_LOGON_INFO
3604 Language=English
3605 There is insufficient account information to log you on.
3606 .
3607
3608 MessageId=0x251
3609 Severity=Error
3610 Facility=System
3611 SymbolicName=STATUS_BAD_DLL_ENTRYPOINT
3612 Language=English
3613 {Invalid DLL Entrypoint}
3614 The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state.
3615 The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
3616 .
3617
3618 MessageId=0x252
3619 Severity=Error
3620 Facility=System
3621 SymbolicName=STATUS_BAD_SERVICE_ENTRYPOINT
3622 Language=English
3623 {Invalid Service Callback Entrypoint}
3624 The %hs service is not written correctly. The stack pointer has been left in an inconsistent state.
3625 The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
3626 .
3627
3628 MessageId=0x253
3629 Severity=Error
3630 Facility=System
3631 SymbolicName=STATUS_LPC_REPLY_LOST
3632 Language=English
3633 The server received the messages but did not send a reply.
3634 .
3635
3636 MessageId=0x254
3637 Severity=Error
3638 Facility=System
3639 SymbolicName=STATUS_IP_ADDRESS_CONFLICT1
3640 Language=English
3641 There is an IP address conflict with another system on the network
3642 .
3643
3644 MessageId=0x255
3645 Severity=Error
3646 Facility=System
3647 SymbolicName=STATUS_IP_ADDRESS_CONFLICT2
3648 Language=English
3649 There is an IP address conflict with another system on the network
3650 .
3651
3652 MessageId=0x256
3653 Severity=Error
3654 Facility=System
3655 SymbolicName=STATUS_REGISTRY_QUOTA_LIMIT
3656 Language=English
3657 {Low On Registry Space}
3658 The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
3659 .
3660
3661 MessageId=0x257
3662 Severity=Error
3663 Facility=System
3664 SymbolicName=STATUS_PATH_NOT_COVERED
3665 Language=English
3666 The contacted server does not support the indicated part of the DFS namespace.
3667 .
3668
3669 MessageId=0x258
3670 Severity=Error
3671 Facility=System
3672 SymbolicName=STATUS_NO_CALLBACK_ACTIVE
3673 Language=English
3674 A callback return system service cannot be executed when no callback is active.
3675 .
3676
3677 MessageId=0x259
3678 Severity=Error
3679 Facility=System
3680 SymbolicName=STATUS_LICENSE_QUOTA_EXCEEDED
3681 Language=English
3682 The service being accessed is licensed for a particular number of connections.
3683 No more connections can be made to the service at this time because there are already as many connections as the service can accept.
3684 .
3685
3686 MessageId=0x25c
3687 Severity=Error
3688 Facility=System
3689 SymbolicName=STATUS_PWD_HISTORY_CONFLICT
3690 Language=English
3691 You have attempted to change your password to one that you have used in the past.
3692 The policy of your user account does not allow this. Please select a password that you have not previously used.
3693 .
3694
3695 MessageId=0x260
3696 Severity=Error
3697 Facility=System
3698 SymbolicName=STATUS_INVALID_HW_PROFILE
3699 Language=English
3700 The specified hardware profile configuration is invalid.
3701 .
3702
3703 MessageId=0x261
3704 Severity=Error
3705 Facility=System
3706 SymbolicName=STATUS_INVALID_PLUGPLAY_DEVICE_PATH
3707 Language=English
3708 The specified Plug and Play registry device path is invalid.
3709 .
3710
3711 MessageId=0x262
3712 Severity=Error
3713 Facility=System
3714 SymbolicName=STATUS_DRIVER_ORDINAL_NOT_FOUND
3715 Language=English
3716 {Driver Entry Point Not Found}
3717 The %hs device driver could not locate the ordinal %ld in driver %hs.
3718 .
3719
3720 MessageId=0x263
3721 Severity=Error
3722 Facility=System
3723 SymbolicName=STATUS_DRIVER_ENTRYPOINT_NOT_FOUND
3724 Language=English
3725 {Driver Entry Point Not Found}
3726 The %hs device driver could not locate the entry point %hs in driver %hs.
3727 .
3728
3729 MessageId=0x264
3730 Severity=Error
3731 Facility=System
3732 SymbolicName=STATUS_RESOURCE_NOT_OWNED
3733 Language=English
3734 {Application Error}
3735 The application attempted to release a resource it did not own. Click on OK to terminate the application.
3736 .
3737
3738 MessageId=0x265
3739 Severity=Error
3740 Facility=System
3741 SymbolicName=STATUS_TOO_MANY_LINKS
3742 Language=English
3743 An attempt was made to create more links on a file than the file system supports.
3744 .
3745
3746 MessageId=0x266
3747 Severity=Error
3748 Facility=System
3749 SymbolicName=STATUS_QUOTA_LIST_INCONSISTENT
3750 Language=English
3751 The specified quota list is internally inconsistent with its descriptor.
3752 .
3753
3754 MessageId=0x267
3755 Severity=Error
3756 Facility=System
3757 SymbolicName=STATUS_FILE_IS_OFFLINE
3758 Language=English
3759 The specified file has been relocated to offline storage.
3760 .
3761
3762 MessageId=0x268
3763 Severity=Error
3764 Facility=System
3765 SymbolicName=STATUS_EVALUATION_EXPIRATION
3766 Language=English
3767 {ReactOS Evaluation Notification}
3768 Your ReactOS will NEVER expire!.
3769 .
3770
3771 MessageId=0x269
3772 Severity=Error
3773 Facility=System
3774 SymbolicName=STATUS_ILLEGAL_DLL_RELOCATION
3775 Language=English
3776 {Illegal System DLL Relocation}
3777 The system DLL %hs was relocated in memory. The application will not run properly.
3778 The relocation occurred because the DLL %hs occupied an address range reserved for ReactOS system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
3779 .
3780
3781 MessageId=0x26c
3782 Severity=Error
3783 Facility=System
3784 SymbolicName=STATUS_DRIVER_UNABLE_TO_LOAD
3785 Language=English
3786 {Unable to Load Device Driver}
3787 %hs device driver could not be loaded.
3788 Error Status was 0x%x
3789 .
3790
3791 MessageId=0x270
3792 Severity=Error
3793 Facility=System
3794 SymbolicName=STATUS_WX86_FLOAT_STACK_CHECK
3795 Language=English
3796 Win32 x86 emulation subsystem Floating-point stack check.
3797 .
3798
3799 MessageId=0x271
3800 Severity=Error
3801 Facility=System
3802 SymbolicName=STATUS_VALIDATE_CONTINUE
3803 Language=English
3804 The validation process needs to continue on to the next step.
3805 .
3806
3807 MessageId=0x272
3808 Severity=Error
3809 Facility=System
3810 SymbolicName=STATUS_NO_MATCH
3811 Language=English
3812 There was no match for the specified key in the index.
3813 .
3814
3815 MessageId=0x273
3816 Severity=Error
3817 Facility=System
3818 SymbolicName=STATUS_NO_MORE_MATCHES
3819 Language=English
3820 There are no more matches for the current index enumeration.
3821 .
3822
3823 MessageId=0x275
3824 Severity=Error
3825 Facility=System
3826 SymbolicName=STATUS_NOT_A_REPARSE_POINT
3827 Language=English
3828 The NTFS file or directory is not a reparse point.
3829 .
3830
3831 MessageId=0x276
3832 Severity=Error
3833 Facility=System
3834 SymbolicName=STATUS_IO_REPARSE_TAG_INVALID
3835 Language=English
3836 The ReactOS I/O reparse tag passed for the NTFS reparse point is invalid.
3837 .
3838
3839 MessageId=0x277
3840 Severity=Error
3841 Facility=System
3842 SymbolicName=STATUS_IO_REPARSE_TAG_MISMATCH
3843 Language=English
3844 The ReactOS I/O reparse tag does not match the one present in the NTFS reparse point.
3845 .
3846
3847 MessageId=0x278
3848 Severity=Error
3849 Facility=System
3850 SymbolicName=STATUS_IO_REPARSE_DATA_INVALID
3851 Language=English
3852 The user data passed for the NTFS reparse point is invalid.
3853 .
3854
3855 MessageId=0x279
3856 Severity=Error
3857 Facility=System
3858 SymbolicName=STATUS_IO_REPARSE_TAG_NOT_HANDLED
3859 Language=English
3860 The layered file system driver for this IO tag did not handle it when needed.
3861 .
3862
3863 MessageId=0x280
3864 Severity=Error
3865 Facility=System
3866 SymbolicName=STATUS_REPARSE_POINT_NOT_RESOLVED
3867 Language=English
3868 The NTFS symbolic link could not be resolved even though the initial file name is valid.
3869 .
3870
3871 MessageId=0x281
3872 Severity=Error
3873 Facility=System
3874 SymbolicName=STATUS_DIRECTORY_IS_A_REPARSE_POINT
3875 Language=English
3876 The NTFS directory is a reparse point.
3877 .
3878
3879 MessageId=0x282
3880 Severity=Error
3881 Facility=System
3882 SymbolicName=STATUS_RANGE_LIST_CONFLICT
3883 Language=English
3884 The range could not be added to the range list because of a conflict.
3885 .
3886
3887 MessageId=0x283
3888 Severity=Error
3889 Facility=System
3890 SymbolicName=STATUS_SOURCE_ELEMENT_EMPTY
3891 Language=English
3892 The specified medium changer source element contains no media.
3893 .
3894
3895 MessageId=0x284
3896 Severity=Error
3897 Facility=System
3898 SymbolicName=STATUS_DESTINATION_ELEMENT_FULL
3899 Language=English
3900 The specified medium changer destination element already contains media.
3901 .
3902
3903 MessageId=0x285
3904 Severity=Error
3905 Facility=System
3906 SymbolicName=STATUS_ILLEGAL_ELEMENT_ADDRESS
3907 Language=English
3908 The specified medium changer element does not exist.
3909 .
3910
3911 MessageId=0x286
3912 Severity=Error
3913 Facility=System
3914 SymbolicName=STATUS_MAGAZINE_NOT_PRESENT
3915 Language=English
3916 The specified element is contained within a magazine that is no longer present.
3917 .
3918
3919 MessageId=0x287
3920 Severity=Error
3921 Facility=System
3922 SymbolicName=STATUS_REINITIALIZATION_NEEDED
3923 Language=English
3924 The device requires reinitialization due to hardware errors.
3925 .
3926
3927 MessageId=0x28c
3928 Severity=Error
3929 Facility=System
3930 SymbolicName=STATUS_RANGE_NOT_FOUND
3931 Language=English
3932 The specified range could not be found in the range list.
3933 .
3934
3935 MessageId=0x290
3936 Severity=Error
3937 Facility=System
3938 SymbolicName=STATUS_NO_USER_KEYS
3939 Language=English
3940 There are no EFS keys defined for the user.
3941 .
3942
3943 MessageId=0x291
3944 Severity=Error
3945 Facility=System
3946 SymbolicName=STATUS_FILE_NOT_ENCRYPTED
3947 Language=English
3948 The specified file is not encrypted.
3949 .
3950
3951 MessageId=0x292
3952 Severity=Error
3953 Facility=System
3954 SymbolicName=STATUS_NOT_EXPORT_FORMAT
3955 Language=English
3956 The specified file is not in the defined EFS export format.
3957 .
3958
3959 MessageId=0x293
3960 Severity=Error
3961 Facility=System
3962 SymbolicName=STATUS_FILE_ENCRYPTED
3963 Language=English
3964 The specified file is encrypted and the user does not have the ability to decrypt it.
3965 .
3966
3967 MessageId=0x295
3968 Severity=Error
3969 Facility=System
3970 SymbolicName=STATUS_WMI_GUID_NOT_FOUND
3971 Language=English
3972 The guid passed was not recognized as valid by a WMI data provider.
3973 .
3974
3975 MessageId=0x296
3976 Severity=Error
3977 Facility=System
3978 SymbolicName=STATUS_WMI_INSTANCE_NOT_FOUND
3979 Language=English
3980 The instance name passed was not recognized as valid by a WMI data provider.
3981 .
3982
3983 MessageId=0x297
3984 Severity=Error
3985 Facility=System
3986 SymbolicName=STATUS_WMI_ITEMID_NOT_FOUND
3987 Language=English
3988 The data item id passed was not recognized as valid by a WMI data provider.
3989 .
3990
3991 MessageId=0x298
3992 Severity=Error
3993 Facility=System
3994 SymbolicName=STATUS_WMI_TRY_AGAIN
3995 Language=English
3996 The WMI request could not be completed and should be retried.
3997 .
3998
3999 MessageId=0x299
4000 Severity=Error
4001 Facility=System
4002 SymbolicName=STATUS_SHARED_POLICY
4003 Language=English
4004 The policy object is shared and can only be modified at the root
4005 .
4006
4007 MessageId=0x29c
4008 Severity=Error
4009 Facility=System
4010 SymbolicName=STATUS_VOLUME_NOT_UPGRADED
4011 Language=English
4012 The volume must be upgraded to enable this feature
4013 .
4014
4015 MessageId=0x2c1
4016 Severity=Error
4017 Facility=System
4018 SymbolicName=STATUS_DS_ADMIN_LIMIT_EXCEEDED
4019 Language=English
4020 A directory service resource limit has been exceeded.
4021 .
4022
4023 MessageId=0x2c2
4024 Severity=Error
4025 Facility=System
4026 SymbolicName=STATUS_DRIVER_FAILED_SLEEP
4027 Language=English
4028 {System Standby Failed}
4029 The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
4030 .
4031
4032 MessageId=0x2c3
4033 Severity=Error
4034 Facility=System
4035 SymbolicName=STATUS_MUTUAL_AUTHENTICATION_FAILED
4036 Language=English
4037 Mutual Authentication failed. The server's password is out of date at the domain controller.
4038 .
4039
4040 MessageId=0x2c4
4041 Severity=Error
4042 Facility=System
4043 SymbolicName=STATUS_CORRUPT_SYSTEM_FILE
4044 Language=English
4045 The system file %1 has become corrupt and has been replaced.
4046 .
4047
4048 MessageId=0x2c5
4049 Severity=Error
4050 Facility=System
4051 SymbolicName=STATUS_DATATYPE_MISALIGNMENT_ERROR
4052 Language=English
4053 {EXCEPTION}
4054 Alignment Error
4055 A datatype misalignment error was detected in a load or store instruction.
4056 .
4057
4058 MessageId=0x2c6
4059 Severity=Error
4060 Facility=System
4061 SymbolicName=STATUS_WMI_READ_ONLY
4062 Language=English
4063 The WMI data item or data block is read only.
4064 .
4065
4066 MessageId=0x2c7
4067 Severity=Error
4068 Facility=System
4069 SymbolicName=STATUS_WMI_SET_FAILURE
4070 Language=English
4071 The WMI data item or data block could not be changed.
4072 .
4073
4074 MessageId=0x2c8
4075 Severity=Error
4076 Facility=System
4077 SymbolicName=STATUS_COMMITMENT_MINIMUM
4078 Language=English
4079 {Virtual Memory Minimum Too Low}
4080 Your system is low on virtual memory. ReactOS is increasing the size of your virtual memory paging file.
4081 During this process, memory requests for some applications may be denied.
4082 .
4083
4084 MessageId=0x2c9
4085 Severity=Error
4086 Facility=System
4087 SymbolicName=STATUS_REG_NAT_CONSUMPTION
4088 Language=English
4089 {EXCEPTION}
4090 Register NaT consumption faults.
4091 A NaT value is consumed on a non speculative instruction.
4092 .
4093
4094 MessageId=0x2cc
4095 Severity=Error
4096 Facility=System
4097 SymbolicName=STATUS_ONLY_IF_CONNECTED
4098 Language=English
4099 This operation is supported only when you are connected to the server.
4100 .
4101
4102 MessageId=0x300
4103 Severity=Error
4104 Facility=System
4105 SymbolicName=STATUS_NOT_SUPPORTED_ON_SBS
4106 Language=English
4107 ReactOS doesn't have any Small Business Support editions, so this error never appears.
4108 .
4109
4110 MessageId=0x301
4111 Severity=Error
4112 Facility=System
4113 SymbolicName=STATUS_WMI_GUID_DISCONNECTED
4114 Language=English
4115 The WMI GUID is no longer available
4116 .
4117
4118 MessageId=0x302
4119 Severity=Error
4120 Facility=System
4121 SymbolicName=STATUS_WMI_ALREADY_DISABLED
4122 Language=English
4123 Collection or events for the WMI GUID is already disabled.
4124 .
4125
4126 MessageId=0x303
4127 Severity=Error
4128 Facility=System
4129 SymbolicName=STATUS_WMI_ALREADY_ENABLED
4130 Language=English
4131 Collection or events for the WMI GUID is already enabled.
4132 .
4133
4134 MessageId=0x304
4135 Severity=Error
4136 Facility=System
4137 SymbolicName=STATUS_MFT_TOO_FRAGMENTED
4138 Language=English
4139 The Master File Table on the volume is too fragmented to complete this operation.
4140 .
4141
4142 MessageId=0x305
4143 Severity=Error
4144 Facility=System
4145 SymbolicName=STATUS_COPY_PROTECTION_FAILURE
4146 Language=English
4147 Copy protection failure.
4148 .
4149
4150 MessageId=0x306
4151 Severity=Error
4152 Facility=System
4153 SymbolicName=STATUS_CSS_AUTHENTICATION_FAILURE
4154 Language=English
4155 Copy protection error - DVD CSS Authentication failed.
4156 .
4157
4158 MessageId=0x307
4159 Severity=Error
4160 Facility=System
4161 SymbolicName=STATUS_CSS_KEY_NOT_PRESENT
4162 Language=English
4163 Copy protection error - The given sector does not contain a valid key.
4164 .
4165
4166 MessageId=0x308
4167 Severity=Error
4168 Facility=System
4169 SymbolicName=STATUS_CSS_KEY_NOT_ESTABLISHED
4170 Language=English
4171 Copy protection error - DVD session key not established.
4172 .
4173
4174 MessageId=0x309
4175 Severity=Error
4176 Facility=System
4177 SymbolicName=STATUS_CSS_SCRAMBLED_SECTOR
4178 Language=English
4179 Copy protection error - The read failed because the sector is encrypted.
4180 .
4181
4182 MessageId=0x320
4183 Severity=Error
4184 Facility=System
4185 SymbolicName=STATUS_PKINIT_FAILURE
4186 Language=English
4187 The kerberos protocol encountered an error while validating the KDC certificate during smartcard Logon. There
4188 is more information in the system event log.
4189 .
4190
4191 MessageId=0x321
4192 Severity=Error
4193 Facility=System
4194 SymbolicName=STATUS_SMARTCARD_SUBSYSTEM_FAILURE
4195 Language=English
4196 The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
4197 .
4198
4199 MessageId=0x322
4200 Severity=Error
4201 Facility=System
4202 SymbolicName=STATUS_NO_KERB_KEY
4203 Language=English
4204 The target server does not have acceptable kerberos credentials.
4205 .
4206
4207 MessageId=0x350
4208 Severity=Error
4209 Facility=System
4210 SymbolicName=STATUS_HOST_DOWN
4211 Language=English
4212 The transport determined that the remote system is down.
4213 .
4214
4215 MessageId=0x351
4216 Severity=Error
4217 Facility=System
4218 SymbolicName=STATUS_UNSUPPORTED_PREAUTH
4219 Language=English
4220 An unsupported preauthentication mechanism was presented to the kerberos package.
4221 .
4222
4223 MessageId=0x352
4224 Severity=Error
4225 Facility=System
4226 SymbolicName=STATUS_EFS_ALG_BLOB_TOO_BIG
4227 Language=English
4228 The encryption algorithm used on the source file needs a bigger key buffer than the one used on the destination file.
4229 .
4230
4231 MessageId=0x353
4232 Severity=Error
4233 Facility=System
4234 SymbolicName=STATUS_PORT_NOT_SET
4235 Language=English
4236 An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
4237 .
4238
4239 MessageId=0x354
4240 Severity=Error
4241 Facility=System
4242 SymbolicName=STATUS_DEBUGGER_INACTIVE
4243 Language=English
4244 An attempt to do an operation on a debug port failed because the port is in the process of being deleted.
4245 .
4246
4247 MessageId=0x355
4248 Severity=Error
4249 Facility=System
4250 SymbolicName=STATUS_DS_VERSION_CHECK_FAILURE
4251 Language=English
4252 This version of ReactOS is not compatible with the behavior version of directory forest, domain or domain controller.
4253 .
4254
4255 MessageId=0x356
4256 Severity=Error
4257 Facility=System
4258 SymbolicName=STATUS_AUDITING_DISABLED
4259 Language=English
4260 The specified event is currently not being audited.
4261 .
4262
4263 MessageId=0x357
4264 Severity=Error
4265 Facility=System
4266 SymbolicName=STATUS_PRENT4_MACHINE_ACCOUNT
4267 Language=English
4268 The machine account was created pre-NT4. The account needs to be recreated.
4269 .
4270
4271 MessageId=0x358
4272 Severity=Error
4273 Facility=System
4274 SymbolicName=STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
4275 Language=English
4276 A account group can not have a universal group as a member.
4277 .
4278
4279 MessageId=0x359
4280 Severity=Error
4281 Facility=System
4282 SymbolicName=STATUS_INVALID_IMAGE_WIN_32
4283 Language=English
4284 The specified image file did not have the correct format, it appears to be a 32-bit Windows image.
4285 .
4286
4287 MessageId=0x35c
4288 Severity=Error
4289 Facility=System
4290 SymbolicName=STATUS_NETWORK_SESSION_EXPIRED
4291 Language=English
4292 The client's session has expired, so the client must reauthenticate to continue accessing the remote resources.
4293 .
4294
4295 MessageId=0x361
4296 Severity=Error
4297 Facility=System
4298 SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT
4299 Language=English
4300 Access to %1 has been restricted by your Administrator by the default software restriction policy level.
4301 .
4302
4303 MessageId=0x362
4304 Severity=Error
4305 Facility=System
4306 SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_PATH
4307 Language=English
4308 Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3
4309 .
4310
4311 MessageId=0x363
4312 Severity=Error
4313 Facility=System
4314 SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER
4315 Language=English
4316 Access to %1 has been restricted by your Administrator by software publisher policy.
4317 .
4318
4319 MessageId=0x364
4320 Severity=Error
4321 Facility=System
4322 SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_OTHER
4323 Language=English
4324 Access to %1 has been restricted by your Administrator by policy rule %2.
4325 .
4326
4327 MessageId=0x365
4328 Severity=Error
4329 Facility=System
4330 SymbolicName=STATUS_FAILED_DRIVER_ENTRY
4331 Language=English
4332 The driver was not loaded because it failed it's initialization call.
4333 .
4334
4335 MessageId=0x366
4336 Severity=Error
4337 Facility=System
4338 SymbolicName=STATUS_DEVICE_ENUMERATION_ERROR
4339 Language=English
4340 The "%hs" encountered an error while applying power or reading the device configuration.
4341 This may be caused by a failure of your hardware or by a poor connection.
4342 .
4343
4344 MessageId=0x368
4345 Severity=Error
4346 Facility=System
4347 SymbolicName=STATUS_MOUNT_POINT_NOT_RESOLVED
4348 Language=English
4349 The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
4350 .
4351
4352 MessageId=0x369
4353 Severity=Error
4354 Facility=System
4355 SymbolicName=STATUS_INVALID_DEVICE_OBJECT_PARAMETER
4356 Language=English
4357 The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
4358 .
4359
4360 MessageId=0x36c
4361 Severity=Error
4362 Facility=System
4363 SymbolicName=STATUS_DRIVER_BLOCKED
4364 Language=English
4365 Driver %2 has been blocked from loading.
4366 .
4367
4368 MessageId=0x380
4369 Severity=Error
4370 Facility=System
4371 SymbolicName=STATUS_SMARTCARD_WRONG_PIN
4372 Language=English
4373 An incorrect PIN was presented to the smart card
4374 .
4375
4376 MessageId=0x381
4377 Severity=Error
4378 Facility=System
4379 SymbolicName=STATUS_SMARTCARD_CARD_BLOCKED
4380 Language=English
4381 The smart card is blocked
4382 .
4383
4384 MessageId=0x382
4385 Severity=Error
4386 Facility=System
4387 SymbolicName=STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED
4388 Language=English
4389 No PIN was presented to the smart card
4390 .
4391
4392 MessageId=0x383
4393 Severity=Error
4394 Facility=System
4395 SymbolicName=STATUS_SMARTCARD_NO_CARD
4396 Language=English
4397 No smart card available
4398 .
4399
4400 MessageId=0x384
4401 Severity=Error
4402 Facility=System
4403 SymbolicName=STATUS_SMARTCARD_NO_KEY_CONTAINER
4404 Language=English
4405 The requested key container does not exist on the smart card
4406 .
4407
4408 MessageId=0x385
4409 Severity=Error
4410 Facility=System
4411 SymbolicName=STATUS_SMARTCARD_NO_CERTIFICATE
4412 Language=English
4413 The requested certificate does not exist on the smart card
4414 .
4415
4416 MessageId=0x386
4417 Severity=Error
4418 Facility=System
4419 SymbolicName=STATUS_SMARTCARD_NO_KEYSET
4420 Language=English
4421 The requested keyset does not exist
4422 .
4423
4424 MessageId=0x387
4425 Severity=Error
4426 Facility=System
4427 SymbolicName=STATUS_SMARTCARD_IO_ERROR
4428 Language=English
4429 A communication error with the smart card has been detected.
4430 .
4431
4432 MessageId=0x388
4433 Severity=Error
4434 Facility=System
4435 SymbolicName=STATUS_DOWNGRADE_DETECTED
4436 Language=English
4437 The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.
4438 .
4439
4440 MessageId=0x389
4441 Severity=Error
4442 Facility=System
4443 SymbolicName=STATUS_SMARTCARD_CERT_REVOKED
4444 Language=English
4445 The smartcard certificate used for authentication has been revoked.
4446 Please contact your system administrator. There may be additional information in the
4447 event log.
4448 .
4449
4450 MessageId=0x38c
4451 Severity=Error
4452 Facility=System
4453 SymbolicName=STATUS_PKINIT_CLIENT_FAILURE
4454 Language=English
4455 The smartcard certificate used for authentication was not trusted. Please
4456 contact your system administrator.
4457 .
4458
4459 MessageId=0x38d
4460 Severity=Error
4461 Facility=System
4462 SymbolicName=STATUS_SMARTCARD_CERT_EXPIRED
4463 Language=English
4464 The smartcard certificate used for authentication has expired. Please
4465 contact your system administrator.
4466 .
4467
4468 MessageId=0x38e
4469 Severity=Error
4470 Facility=System
4471 SymbolicName=STATUS_DRIVER_FAILED_PRIOR_UNLOAD
4472 Language=English
4473 The driver could not be installed because a previous version is still loaded.
4474 .
4475
4476 MessageId=0x38f
4477 Severity=Error
4478 Facility=System
4479 SymbolicName=STATUS_SMARTCARD_SILENT_CONTEXT
4480 Language=English
4481 The smartcard operation requires user interaction but the context was acquired as silent.
4482 .
4483
4484 MessageId=0x401
4485 Severity=Error
4486 Facility=System
4487 SymbolicName=STATUS_PER_USER_TRUST_QUOTA_EXCEEDED
4488 Language=English
4489 The quota for delegated trust creation was exceeded for the current user.
4490 .
4491
4492 MessageId=0x402
4493 Severity=Error
4494 Facility=System
4495 SymbolicName=STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED
4496 Language=English
4497 The overall quota for delegated trust creation was exceeded.
4498 .
4499
4500 MessageId=0x403
4501 Severity=Error
4502 Facility=System
4503 SymbolicName=STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED
4504 Language=English
4505 The quota for delegated trust deletion was exceeded for the current user.
4506 .
4507
4508 MessageId=0x404
4509 Severity=Error
4510 Facility=System
4511 SymbolicName=STATUS_DS_NAME_NOT_UNIQUE
4512 Language=English
4513 The specified Directory Services name already exists.
4514 .
4515
4516 MessageId=0x405
4517 Severity=Error
4518 Facility=System
4519 SymbolicName=STATUS_DS_DUPLICATE_ID_FOUND
4520 Language=English
4521 The requested object could not be retrieved because the specified identifier is not unique.
4522 .
4523
4524 MessageId=0x406
4525 Severity=Error
4526 Facility=System
4527 SymbolicName=STATUS_DS_GROUP_CONVERSION_ERROR
4528 Language=English
4529 The Directory Services group cannot be converted.
4530 .
4531
4532 MessageId=0x407
4533 Severity=Error
4534 Facility=System
4535 SymbolicName=STATUS_VOLSNAP_PREPARE_HIBERNATE
4536 Language=English
4537 {Volume Shadow Copy Service}
4538 The volume %hs is busy because it is being prepared for hibernation.
4539 .
4540
4541 MessageId=0x408
4542 Severity=Error
4543 Facility=System
4544 SymbolicName=STATUS_USER2USER_REQUIRED
4545 Language=English
4546 The Kerberos User to User protocol is required.
4547 .
4548
4549 MessageId=0x409
4550 Severity=Error
4551 Facility=System
4552 SymbolicName=STATUS_STACK_BUFFER_OVERRUN
4553 Language=English
4554 An out-of-bounds access to a stack buffer was detected. This indicates an
4555 error in the application that could be exploited by a malicious user.
4556 .
4557
4558 MessageId=0x40a
4559 Severity=Error
4560 Facility=System
4561 SymbolicName=STATUS_NO_S4U_PROT_SUPPORT
4562 Language=English
4563 The domain controller does not support the Kerberos Service for User protocol.
4564 .
4565
4566 MessageId=0x425
4567 Severity=Error
4568 Facility=System
4569 SymbolicName=STATUS_HIVE_UNLOADED
4570 Language=English
4571 The operation is not valid because the registry hive was unloaded.
4572 .
4573
4574 MessageId=0x9898
4575 Severity=Error
4576 Facility=System
4577 SymbolicName=STATUS_WOW_ASSERTION
4578 Language=English
4579 WOW Assertion Error.
4580 .
4581
4582 MessageId=0xa000
4583 Severity=Error
4584 Facility=System
4585 SymbolicName=STATUS_INVALID_SIGNATURE
4586 Language=English
4587 The cryptographic signature is invalid.
4588 .
4589
4590 MessageId=0xa001
4591 Severity=Error
4592 Facility=System
4593 SymbolicName=STATUS_HMAC_NOT_SUPPORTED
4594 Language=English
4595 Keyed-hash message authentication code (HMAC) is not supported.
4596 .
4597
4598 MessageId=0xa010
4599 Severity=Error
4600 Facility=System
4601 SymbolicName=STATUS_IPSEC_QUEUE_OVERFLOW
4602 Language=English
4603 An overflow of the IPSec queue was encountered.
4604 .
4605
4606 MessageId=0xa011
4607 Severity=Error
4608 Facility=System
4609 SymbolicName=STATUS_ND_QUEUE_OVERFLOW
4610 Language=English
4611 An overflow of the Neighbor Discovery (NDP) queue was encountered.
4612 .
4613
4614 MessageId=0xa012
4615 Severity=Error
4616 Facility=System
4617 SymbolicName=STATUS_HOPLIMIT_EXCEEDED
4618 Language=English
4619 An ICMP "Time Exceeded" error message was received.
4620 .
4621
4622 MessageId=0xa013
4623 Severity=Error
4624 Facility=System
4625 SymbolicName=STATUS_PROTOCOL_NOT_SUPPORTED
4626 Language=English
4627 The protocol is not installed.
4628 .
4629
4630 MessageId=0x1
4631 Severity=Error
4632 Facility=Debugger
4633 SymbolicName=DBG_NO_STATE_CHANGE
4634 Language=English
4635 Debugger did not perform a state change.
4636 .
4637
4638 MessageId=0x2
4639 Severity=Error
4640 Facility=Debugger
4641 SymbolicName=DBG_APP_NOT_IDLE
4642 Language=English
4643 Debugger has found the application is not idle.
4644 .
4645
4646 MessageId=0x1
4647 Severity=Error
4648 Facility=RpcRuntime
4649 SymbolicName=RPC_NT_INVALID_STRING_BINDING
4650 Language=English
4651 The string binding is invalid.
4652 .
4653
4654 MessageId=0x2
4655 Severity=Error
4656 Facility=RpcRuntime
4657 SymbolicName=RPC_NT_WRONG_KIND_OF_BINDING
4658 Language=English
4659 The binding handle is not the correct type.
4660 .
4661
4662 MessageId=0x3
4663 Severity=Error
4664 Facility=RpcRuntime
4665 SymbolicName=RPC_NT_INVALID_BINDING
4666 Language=English
4667 The binding handle is invalid.
4668 .
4669
4670 MessageId=0x4
4671 Severity=Error
4672 Facility=RpcRuntime
4673 SymbolicName=RPC_NT_PROTSEQ_NOT_SUPPORTED
4674 Language=English
4675 The RPC protocol sequence is not supported.
4676 .
4677
4678 MessageId=0x5
4679 Severity=Error
4680 Facility=RpcRuntime
4681 SymbolicName=RPC_NT_INVALID_RPC_PROTSEQ
4682 Language=English
4683 The RPC protocol sequence is invalid.
4684 .
4685
4686 MessageId=0x6
4687 Severity=Error
4688 Facility=RpcRuntime
4689 SymbolicName=RPC_NT_INVALID_STRING_UUID
4690 Language=English
4691 The string UUID is invalid.
4692 .
4693
4694 MessageId=0x7
4695 Severity=Error
4696 Facility=RpcRuntime
4697 SymbolicName=RPC_NT_INVALID_ENDPOINT_FORMAT
4698 Language=English
4699 The endpoint format is invalid.
4700 .
4701
4702 MessageId=0x8
4703 Severity=Error
4704 Facility=RpcRuntime
4705 SymbolicName=RPC_NT_INVALID_NET_ADDR
4706 Language=English
4707 The network address is invalid.
4708 .
4709
4710 MessageId=0x9
4711 Severity=Error
4712 Facility=RpcRuntime
4713 SymbolicName=RPC_NT_NO_ENDPOINT_FOUND
4714 Language=English
4715 No endpoint was found.
4716 .
4717
4718 MessageId=0xc
4719 Severity=Error
4720 Facility=RpcRuntime
4721 SymbolicName=RPC_NT_ALREADY_REGISTERED
4722 Language=English
4723 The object UUID has already been registered.
4724 .
4725
4726 MessageId=0x10
4727 Severity=Error
4728 Facility=RpcRuntime
4729 SymbolicName=RPC_NT_NOT_LISTENING
4730 Language=English
4731 The RPC server is not listening.
4732 .
4733
4734 MessageId=0x11
4735 Severity=Error
4736 Facility=RpcRuntime
4737 SymbolicName=RPC_NT_UNKNOWN_MGR_TYPE
4738 Language=English
4739 The manager type is unknown.
4740 .
4741
4742 MessageId=0x12
4743 Severity=Error
4744 Facility=RpcRuntime
4745 SymbolicName=RPC_NT_UNKNOWN_IF
4746 Language=English
4747 The interface is unknown.
4748 .
4749
4750 MessageId=0x13
4751 Severity=Error
4752 Facility=RpcRuntime
4753 SymbolicName=RPC_NT_NO_BINDINGS
4754 Language=English
4755 There are no bindings.
4756 .
4757
4758 MessageId=0x14
4759 Severity=Error
4760 Facility=RpcRuntime
4761 SymbolicName=RPC_NT_NO_PROTSEQS
4762 Language=English
4763 There are no protocol sequences.
4764 .
4765
4766 MessageId=0x15
4767 Severity=Error
4768 Facility=RpcRuntime
4769 SymbolicName=RPC_NT_CANT_CREATE_ENDPOINT
4770 Language=English
4771 The endpoint cannot be created.
4772 .
4773
4774 MessageId=0x16
4775 Severity=Error
4776 Facility=RpcRuntime
4777 SymbolicName=RPC_NT_OUT_OF_RESOURCES
4778 Language=English
4779 Not enough resources are available to complete this operation.
4780 .
4781
4782 MessageId=0x17
4783 Severity=Error
4784 Facility=RpcRuntime
4785 SymbolicName=RPC_NT_SERVER_UNAVAILABLE
4786 Language=English
4787 The RPC server is unavailable.
4788 .
4789
4790 MessageId=0x18
4791 Severity=Error
4792 Facility=RpcRuntime
4793 SymbolicName=RPC_NT_SERVER_TOO_BUSY
4794 Language=English
4795 The RPC server is too busy to complete this operation.
4796 .
4797
4798 MessageId=0x19
4799 Severity=Error
4800 Facility=RpcRuntime
4801 SymbolicName=RPC_NT_INVALID_NETWORK_OPTIONS
4802 Language=English
4803 The network options are invalid.
4804 .
4805
4806 MessageId=0x1c
4807 Severity=Error
4808 Facility=RpcRuntime
4809 SymbolicName=RPC_NT_CALL_FAILED_DNE
4810 Language=English
4811 The remote procedure call failed and did not execute.
4812 .
4813
4814 MessageId=0x21
4815 Severity=Error
4816 Facility=RpcRuntime
4817 SymbolicName=RPC_NT_UNSUPPORTED_TYPE
4818 Language=English
4819 The type UUID is not supported.
4820 .
4821
4822 MessageId=0x22
4823 Severity=Error
4824 Facility=RpcRuntime
4825 SymbolicName=RPC_NT_INVALID_TAG
4826 Language=English
4827 The tag is invalid.
4828 .
4829
4830 MessageId=0x23
4831 Severity=Error
4832 Facility=RpcRuntime
4833 SymbolicName=RPC_NT_INVALID_BOUND
4834 Language=English
4835 The array bounds are invalid.
4836 .
4837
4838 MessageId=0x24
4839 Severity=Error
4840 Facility=RpcRuntime
4841 SymbolicName=RPC_NT_NO_ENTRY_NAME
4842 Language=English
4843 The binding does not contain an entry name.
4844 .
4845
4846 MessageId=0x25
4847 Severity=Error
4848 Facility=RpcRuntime
4849 SymbolicName=RPC_NT_INVALID_NAME_SYNTAX
4850 Language=English
4851 The name syntax is invalid.
4852 .
4853
4854 MessageId=0x26
4855 Severity=Error
4856 Facility=RpcRuntime
4857 SymbolicName=RPC_NT_UNSUPPORTED_NAME_SYNTAX
4858 Language=English
4859 The name syntax is not supported.
4860 .
4861
4862 MessageId=0x28
4863 Severity=Error
4864 Facility=RpcRuntime
4865 SymbolicName=RPC_NT_UUID_NO_ADDRESS
4866 Language=English
4867 No network address is available to use to construct a UUID.
4868 .
4869
4870 MessageId=0x29
4871 Severity=Error
4872 Facility=RpcRuntime
4873 SymbolicName=RPC_NT_DUPLICATE_ENDPOINT
4874 Language=English
4875 The endpoint is a duplicate.
4876 .
4877
4878 MessageId=0x2c
4879 Severity=Error
4880 Facility=RpcRuntime
4881 SymbolicName=RPC_NT_STRING_TOO_LONG
4882 Language=English
4883 The string is too long.
4884 .
4885
4886 MessageId=0x30
4887 Severity=Error
4888 Facility=RpcRuntime
4889 SymbolicName=RPC_NT_UNKNOWN_AUTHN_SERVICE
4890 Language=English
4891 The authentication service is unknown.
4892 .
4893
4894 MessageId=0x31
4895 Severity=Error
4896 Facility=RpcRuntime
4897 SymbolicName=RPC_NT_UNKNOWN_AUTHN_LEVEL
4898 Language=English
4899 The authentication level is unknown.
4900 .
4901
4902 MessageId=0x32
4903 Severity=Error
4904 Facility=RpcRuntime
4905 SymbolicName=RPC_NT_INVALID_AUTH_IDENTITY
4906 Language=English
4907 The security context is invalid.
4908 .
4909
4910 MessageId=0x33
4911 Severity=Error
4912 Facility=RpcRuntime
4913 SymbolicName=RPC_NT_UNKNOWN_AUTHZ_SERVICE
4914 Language=English
4915 The authorization service is unknown.
4916 .
4917
4918 MessageId=0x34
4919 Severity=Error
4920 Facility=RpcRuntime
4921 SymbolicName=EPT_NT_INVALID_ENTRY
4922 Language=English
4923 The entry is invalid.
4924 .
4925
4926 MessageId=0x35
4927 Severity=Error
4928 Facility=RpcRuntime
4929 SymbolicName=EPT_NT_CANT_PERFORM_OP
4930 Language=English
4931 The operation cannot be performed.
4932 .
4933
4934 MessageId=0x36
4935 Severity=Error
4936 Facility=RpcRuntime
4937 SymbolicName=EPT_NT_NOT_REGISTERED
4938 Language=English
4939 There are no more endpoints available from the endpoint mapper.
4940 .
4941
4942 MessageId=0x37
4943 Severity=Error
4944 Facility=RpcRuntime
4945 SymbolicName=RPC_NT_NOTHING_TO_EXPORT
4946 Language=English
4947 No interfaces have been exported.
4948 .
4949
4950 MessageId=0x38
4951 Severity=Error
4952 Facility=RpcRuntime
4953 SymbolicName=RPC_NT_INCOMPLETE_NAME
4954 Language=English
4955 The entry name is incomplete.
4956 .
4957
4958 MessageId=0x39
4959 Severity=Error
4960 Facility=RpcRuntime
4961 SymbolicName=RPC_NT_INVALID_VERS_OPTION
4962 Language=English
4963 The version option is invalid.
4964 .
4965
4966 MessageId=0x3c
4967 Severity=Error
4968 Facility=RpcRuntime
4969 SymbolicName=RPC_NT_INTERFACE_NOT_FOUND
4970 Language=English
4971 The interface was not found.
4972 .
4973
4974 MessageId=0x40
4975 Severity=Error
4976 Facility=RpcRuntime
4977 SymbolicName=RPC_NT_INVALID_NAF_ID
4978 Language=English
4979 The network address family is invalid.
4980 .
4981
4982 MessageId=0x41
4983 Severity=Error
4984 Facility=RpcRuntime
4985 SymbolicName=RPC_NT_CANNOT_SUPPORT
4986 Language=English
4987 The requested operation is not supported.
4988 .
4989
4990 MessageId=0x42
4991 Severity=Error
4992 Facility=RpcRuntime
4993 SymbolicName=RPC_NT_NO_CONTEXT_AVAILABLE
4994 Language=English
4995 No security context is available to allow impersonation.
4996 .
4997
4998 MessageId=0x43
4999 Severity=Error
5000 Facility=RpcRuntime
5001 SymbolicName=RPC_NT_INTERNAL_ERROR
5002 Language=English
5003 An internal error occurred in RPC.
5004 .
5005
5006 MessageId=0x44
5007 Severity=Error
5008 Facility=RpcRuntime
5009 SymbolicName=RPC_NT_ZERO_DIVIDE
5010 Language=English
5011 The RPC server attempted an integer divide by zero.
5012 .
5013
5014 MessageId=0x45
5015 Severity=Error
5016 Facility=RpcRuntime
5017 SymbolicName=RPC_NT_ADDRESS_ERROR
5018 Language=English
5019 An addressing error occurred in the RPC server.
5020 .
5021
5022 MessageId=0x46
5023 Severity=Error
5024 Facility=RpcRuntime
5025 SymbolicName=RPC_NT_FP_DIV_ZERO
5026 Language=English
5027 A floating point operation at the RPC server caused a divide by zero.
5028 .
5029
5030 MessageId=0x47
5031 Severity=Error
5032 Facility=RpcRuntime
5033 SymbolicName=RPC_NT_FP_UNDERFLOW
5034 Language=English
5035 A floating point underflow occurred at the RPC server.
5036 .
5037
5038 MessageId=0x48
5039 Severity=Error
5040 Facility=RpcRuntime
5041 SymbolicName=RPC_NT_FP_OVERFLOW
5042 Language=English
5043 A floating point overflow occurred at the RPC server.
5044 .
5045
5046 MessageId=0x49
5047 Severity=Error
5048 Facility=RpcRuntime
5049 SymbolicName=RPC_NT_CALL_IN_PROGRESS
5050 Language=English
5051 A remote procedure call is already in progress for this thread.
5052 .
5053
5054 MessageId=0x4c
5055 Severity=Error
5056 Facility=RpcRuntime
5057 SymbolicName=EPT_NT_CANT_CREATE
5058 Language=English
5059 The endpoint mapper database entry could not be created.
5060 .
5061
5062 MessageId=0x50
5063 Severity=Error
5064 Facility=RpcRuntime
5065 SymbolicName=RPC_NT_CALL_CANCELLED
5066 Language=English
5067 The remote procedure call was cancelled.
5068 .
5069
5070 MessageId=0x51
5071 Severity=Error
5072 Facility=RpcRuntime
5073 SymbolicName=RPC_NT_BINDING_INCOMPLETE
5074 Language=English
5075 The binding handle does not contain all required information.
5076 .
5077
5078 MessageId=0x52
5079 Severity=Error
5080 Facility=RpcRuntime
5081 SymbolicName=RPC_NT_COMM_FAILURE
5082 Language=English
5083 A communications failure occurred during a remote procedure call.
5084 .
5085
5086 MessageId=0x53
5087 Severity=Error
5088 Facility=RpcRuntime
5089 SymbolicName=RPC_NT_UNSUPPORTED_AUTHN_LEVEL
5090 Language=English
5091 The requested authentication level is not supported.
5092 .
5093
5094 MessageId=0x54
5095 Severity=Error
5096 Facility=RpcRuntime
5097 SymbolicName=RPC_NT_NO_PRINC_NAME
5098 Language=English
5099 No principal name registered.
5100 .
5101
5102 MessageId=0x55
5103 Severity=Error
5104 Facility=RpcRuntime
5105 SymbolicName=RPC_NT_NOT_RPC_ERROR
5106 Language=English
5107 The error specified is not a valid ReactOS RPC error code.
5108 .
5109
5110 MessageId=0x57
5111 Severity=Error
5112 Facility=RpcRuntime
5113 SymbolicName=RPC_NT_SEC_PKG_ERROR
5114 Language=English
5115 A security package specific error occurred.
5116 .
5117
5118 MessageId=0x58
5119 Severity=Error
5120 Facility=RpcRuntime
5121 SymbolicName=RPC_NT_NOT_CANCELLED
5122 Language=English
5123 Thread is not cancelled.
5124 .
5125
5126 MessageId=0x62
5127 Severity=Error
5128 Facility=RpcRuntime
5129 SymbolicName=RPC_NT_INVALID_ASYNC_HANDLE
5130 Language=English
5131 Invalid asynchronous remote procedure call handle.
5132 .
5133
5134 MessageId=0x63
5135 Severity=Error
5136 Facility=RpcRuntime
5137 SymbolicName=RPC_NT_INVALID_ASYNC_CALL
5138 Language=English
5139 Invalid asynchronous RPC call handle for this operation.
5140 .
5141
5142 MessageId=0x1
5143 Severity=Error
5144 Facility=RpcStubs
5145 SymbolicName=RPC_NT_NO_MORE_ENTRIES
5146 Language=English
5147 The list of RPC servers available for auto-handle binding has been exhausted.
5148 .
5149
5150 MessageId=0x2
5151 Severity=Error
5152 Facility=RpcStubs
5153 SymbolicName=RPC_NT_SS_CHAR_TRANS_OPEN_FAIL
5154 Language=English
5155 The file designated by DCERPCCHARTRANS cannot be opened.
5156 .
5157
5158 MessageId=0x3
5159 Severity=Error
5160 Facility=RpcStubs
5161 SymbolicName=RPC_NT_SS_CHAR_TRANS_SHORT_FILE
5162 Language=English
5163 The file containing the character translation table has fewer than 512 bytes.
5164 .
5165
5166 MessageId=0x4
5167 Severity=Error
5168 Facility=RpcStubs
5169 SymbolicName=RPC_NT_SS_IN_NULL_CONTEXT
5170 Language=English
5171 A null context handle is passed as an [in] parameter.
5172 .
5173
5174 MessageId=0x5
5175 Severity=Error
5176 Facility=RpcStubs
5177 SymbolicName=RPC_NT_SS_CONTEXT_MISMATCH
5178 Language=English
5179 The context handle does not match any known context handles.
5180 .
5181
5182 MessageId=0x6
5183 Severity=Error
5184 Facility=RpcStubs
5185 SymbolicName=RPC_NT_SS_CONTEXT_DAMAGED
5186 Language=English
5187 The context handle changed during a call.
5188 .
5189
5190 MessageId=0x7
5191 Severity=Error
5192 Facility=RpcStubs
5193 SymbolicName=RPC_NT_SS_HANDLES_MISMATCH
5194 Language=English
5195 The binding handles passed to a remote procedure call do not match.
5196 .
5197
5198 MessageId=0x8
5199 Severity=Error
5200 Facility=RpcStubs
5201 SymbolicName=RPC_NT_SS_CANNOT_GET_CALL_HANDLE
5202 Language=English
5203 The stub is unable to get the call handle.
5204 .
5205
5206 MessageId=0x9
5207 Severity=Error
5208 Facility=RpcStubs
5209 SymbolicName=RPC_NT_NULL_REF_POINTER
5210 Language=English
5211 A null reference pointer was passed to the stub.
5212 .
5213
5214 MessageId=0xc
5215 Severity=Error
5216 Facility=RpcStubs
5217 SymbolicName=RPC_NT_BAD_STUB_DATA
5218 Language=English
5219 The stub received bad data.
5220 .
5221
5222 MessageId=0x59
5223 Severity=Error
5224 Facility=RpcStubs
5225 SymbolicName=RPC_NT_INVALID_ES_ACTION
5226 Language=English
5227 Invalid operation on the encoding/decoding handle.
5228 .
5229
5230 MessageId=0x5c
5231 Severity=Error
5232 Facility=RpcStubs
5233 SymbolicName=RPC_NT_INVALID_PIPE_OBJECT
5234 Language=English
5235 The RPC pipe object is invalid or corrupted.
5236 .
5237
5238 MessageId=0x60
5239 Severity=Error
5240 Facility=RpcStubs
5241 SymbolicName=RPC_NT_PIPE_DISCIPLINE_ERROR
5242 Language=English
5243 The RPC call completed before all pipes were processed.
5244 .
5245
5246 MessageId=0x61
5247 Severity=Error
5248 Facility=RpcStubs
5249 SymbolicName=RPC_NT_PIPE_EMPTY
5250 Language=English
5251 No more data is available from the RPC pipe.
5252 .
5253
5254 MessageId=0x35
5255 Severity=Error
5256 Facility=Io
5257 SymbolicName=STATUS_PNP_BAD_MPS_TABLE
5258 Language=English
5259 A device is missing in the system BIOS MPS table. This device will not be used.
5260 Please contact your system vendor for system BIOS update.
5261 .
5262
5263 MessageId=0x36
5264 Severity=Error
5265 Facility=Io
5266 SymbolicName=STATUS_PNP_TRANSLATION_FAILED
5267 Language=English
5268 A translator failed to translate resources.
5269 .
5270
5271 MessageId=0x37
5272 Severity=Error
5273 Facility=Io
5274 SymbolicName=STATUS_PNP_IRQ_TRANSLATION_FAILED
5275 Language=English
5276 A IRQ translator failed to translate resources.
5277 .
5278
5279 MessageId=0x1
5280 Severity=Error
5281 Facility=Cluster
5282 SymbolicName=STATUS_CLUSTER_INVALID_NODE
5283 Language=English
5284 The cluster node is not valid.
5285 .
5286
5287 MessageId=0x2
5288 Severity=Error
5289 Facility=Cluster
5290 SymbolicName=STATUS_CLUSTER_NODE_EXISTS
5291 Language=English
5292 The cluster node already exists.
5293 .
5294
5295 MessageId=0x3
5296 Severity=Error
5297 Facility=Cluster
5298 SymbolicName=STATUS_CLUSTER_JOIN_IN_PROGRESS
5299 Language=English
5300 A node is in the process of joining the cluster.
5301 .
5302
5303 MessageId=0x4
5304 Severity=Error
5305 Facility=Cluster
5306 SymbolicName=STATUS_CLUSTER_NODE_NOT_FOUND
5307 Language=English
5308 The cluster node was not found.
5309 .
5310
5311 MessageId=0x5
5312 Severity=Error
5313 Facility=Cluster
5314 SymbolicName=STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND
5315 Language=English
5316 The cluster local node information was not found.
5317 .
5318
5319 MessageId=0x6
5320 Severity=Error
5321 Facility=Cluster
5322 SymbolicName=STATUS_CLUSTER_NETWORK_EXISTS
5323 Language=English
5324 The cluster network already exists.
5325 .
5326
5327 MessageId=0x7
5328 Severity=Error
5329 Facility=Cluster
5330 SymbolicName=STATUS_CLUSTER_NETWORK_NOT_FOUND
5331 Language=English
5332 The cluster network was not found.
5333 .
5334
5335 MessageId=0x8
5336 Severity=Error
5337 Facility=Cluster
5338 SymbolicName=STATUS_CLUSTER_NETINTERFACE_EXISTS
5339 Language=English
5340 The cluster network interface already exists.
5341 .
5342
5343 MessageId=0x9
5344 Severity=Error
5345 Facility=Cluster
5346 SymbolicName=STATUS_CLUSTER_NETINTERFACE_NOT_FOUND
5347 Language=English
5348 The cluster network interface was not found.
5349 .
5350
5351 MessageId=0xc
5352 Severity=Error
5353 Facility=Cluster
5354 SymbolicName=STATUS_CLUSTER_NODE_DOWN
5355 Language=English
5356 The cluster node is down.
5357 .
5358
5359 MessageId=0x10
5360 Severity=Error
5361 Facility=Cluster
5362 SymbolicName=STATUS_CLUSTER_INVALID_NETWORK
5363 Language=English
5364 The cluster network is not valid.
5365 .
5366
5367 MessageId=0x11
5368 Severity=Error
5369 Facility=Cluster
5370 SymbolicName=STATUS_CLUSTER_NO_NET_ADAPTERS
5371 Language=English
5372 No network adapters are available.
5373 .
5374
5375 MessageId=0x12
5376 Severity=Error
5377 Facility=Cluster
5378 SymbolicName=STATUS_CLUSTER_NODE_UP
5379 Language=English
5380 The cluster node is up.
5381 .
5382
5383 MessageId=0x13
5384 Severity=Error
5385 Facility=Cluster
5386 SymbolicName=STATUS_CLUSTER_NODE_PAUSED
5387 Language=English
5388 The cluster node is paused.
5389 .
5390
5391 MessageId=0x14
5392 Severity=Error
5393 Facility=Cluster
5394 SymbolicName=STATUS_CLUSTER_NODE_NOT_PAUSED
5395 Language=English
5396 The cluster node is not paused.
5397 .
5398
5399 MessageId=0x15
5400 Severity=Error
5401 Facility=Cluster
5402 SymbolicName=STATUS_CLUSTER_NO_SECURITY_CONTEXT
5403 Language=English
5404 No cluster security context is available.
5405 .
5406
5407 MessageId=0x16
5408 Severity=Error
5409 Facility=Cluster
5410 SymbolicName=STATUS_CLUSTER_NETWORK_NOT_INTERNAL
5411 Language=English
5412 The cluster network is not configured for internal cluster communication.
5413 .
5414
5415 MessageId=0x17
5416 Severity=Error
5417 Facility=Cluster
5418 SymbolicName=STATUS_CLUSTER_POISONED
5419 Language=English
5420 The cluster node has been poisoned.
5421 .
5422
5423 MessageId=0x1
5424 Severity=Error
5425 Facility=ACPI
5426 SymbolicName=STATUS_ACPI_INVALID_OPCODE
5427 Language=English
5428 An attempt was made to run an invalid AML opcode
5429 .
5430
5431 MessageId=0x2
5432 Severity=Error
5433 Facility=ACPI
5434 SymbolicName=STATUS_ACPI_STACK_OVERFLOW
5435 Language=English
5436 The AML Interpreter Stack has overflowed
5437 .
5438
5439 MessageId=0x3
5440 Severity=Error
5441 Facility=ACPI
5442 SymbolicName=STATUS_ACPI_ASSERT_FAILED
5443 Language=English
5444 An inconsistent state has occurred
5445 .
5446
5447 MessageId=0x4
5448 Severity=Error
5449 Facility=ACPI
5450 SymbolicName=STATUS_ACPI_INVALID_INDEX
5451 Language=English
5452 An attempt was made to access an array outside of its bounds
5453 .
5454
5455 MessageId=0x5
5456 Severity=Error
5457 Facility=ACPI
5458 SymbolicName=STATUS_ACPI_INVALID_ARGUMENT
5459 Language=English
5460 A required argument was not specified
5461 .
5462
5463 MessageId=0x6
5464 Severity=Error
5465 Facility=ACPI
5466 SymbolicName=STATUS_ACPI_FATAL
5467 Language=English
5468 A fatal error has occurred
5469 .
5470
5471 MessageId=0x7
5472 Severity=Error
5473 Facility=ACPI
5474 SymbolicName=STATUS_ACPI_INVALID_SUPERNAME
5475 Language=English
5476 An invalid SuperName was specified
5477 .
5478
5479 MessageId=0x8
5480 Severity=Error
5481 Facility=ACPI
5482 SymbolicName=STATUS_ACPI_INVALID_ARGTYPE
5483 Language=English
5484 An argument with an incorrect type was specified
5485 .
5486
5487 MessageId=0x9
5488 Severity=Error
5489 Facility=ACPI
5490 SymbolicName=STATUS_ACPI_INVALID_OBJTYPE
5491 Language=English
5492 An object with an incorrect type was specified
5493 .
5494
5495 MessageId=0xc
5496 Severity=Error
5497 Facility=ACPI
5498 SymbolicName=STATUS_ACPI_ADDRESS_NOT_MAPPED
5499 Language=English
5500 An address failed to translate
5501 .
5502
5503 MessageId=0x10
5504 Severity=Error
5505 Facility=ACPI
5506 SymbolicName=STATUS_ACPI_INVALID_REGION
5507 Language=English
5508 An invalid region for the target was specified
5509 .
5510
5511 MessageId=0x11
5512 Severity=Error
5513 Facility=ACPI
5514 SymbolicName=STATUS_ACPI_INVALID_ACCESS_SIZE
5515 Language=English
5516 An attempt was made to access a field outside of the defined range
5517 .
5518
5519 MessageId=0x12
5520 Severity=Error
5521 Facility=ACPI
5522 SymbolicName=STATUS_ACPI_ACQUIRE_GLOBAL_LOCK
5523 Language=English
5524 The Global system lock could not be acquired
5525 .
5526
5527 MessageId=0x13
5528 Severity=Error
5529 Facility=ACPI
5530 SymbolicName=STATUS_ACPI_ALREADY_INITIALIZED
5531 Language=English
5532 An attempt was made to reinitialize the ACPI subsystem
5533 .
5534
5535 MessageId=0x14
5536 Severity=Error
5537 Facility=ACPI
5538 SymbolicName=STATUS_ACPI_NOT_INITIALIZED
5539 Language=English
5540 The ACPI subsystem has not been initialized
5541 .
5542
5543 MessageId=0x15
5544 Severity=Error
5545 Facility=ACPI
5546 SymbolicName=STATUS_ACPI_INVALID_MUTEX_LEVEL
5547 Language=English
5548 An incorrect mutex was specified
5549 .
5550
5551 MessageId=0x16
5552 Severity=Error
5553 Facility=ACPI
5554 SymbolicName=STATUS_ACPI_MUTEX_NOT_OWNED
5555 Language=English
5556 The mutex is not currently owned
5557 .
5558
5559 MessageId=0x17
5560 Severity=Error
5561 Facility=ACPI
5562 SymbolicName=STATUS_ACPI_MUTEX_NOT_OWNER
5563 Language=English
5564 An attempt was made to access the mutex by a process that was not the owner
5565 .
5566
5567 MessageId=0x18
5568 Severity=Error
5569 Facility=ACPI
5570 SymbolicName=STATUS_ACPI_RS_ACCESS
5571 Language=English
5572 An error occurred during an access to Region Space
5573 .
5574
5575 MessageId=0x19
5576 Severity=Error
5577 Facility=ACPI
5578 SymbolicName=STATUS_ACPI_INVALID_TABLE
5579 Language=English
5580 An attempt was made to use an incorrect table
5581 .
5582
5583 MessageId=0x20
5584 Severity=Error
5585 Facility=ACPI
5586 SymbolicName=STATUS_ACPI_REG_HANDLER_FAILED
5587 Language=English
5588 The registration of an ACPI event failed
5589 .
5590
5591 MessageId=0x21
5592 Severity=Error
5593 Facility=ACPI
5594 SymbolicName=STATUS_ACPI_POWER_REQUEST_FAILED
5595 Language=English
5596 An ACPI Power Object failed to transition state
5597 .
5598
5599 MessageId=0x1
5600 Severity=Error
5601 Facility=SXS
5602 SymbolicName=STATUS_SXS_SECTION_NOT_FOUND
5603 Language=English
5604 The requested section is not present in the activation context.
5605 .
5606
5607 MessageId=0x2
5608 Severity=Error
5609 Facility=SXS
5610 SymbolicName=STATUS_SXS_CANT_GEN_ACTCTX
5611 Language=English
5612 ReactOS was not able to process the application binding information.
5613 Please refer to your System Event Log for further information.
5614 .
5615
5616 MessageId=0x3
5617 Severity=Error
5618 Facility=SXS
5619 SymbolicName=STATUS_SXS_INVALID_ACTCTXDATA_FORMAT
5620 Language=English
5621 The application binding data format is invalid.
5622 .
5623
5624 MessageId=0x4
5625 Severity=Error
5626 Facility=SXS
5627 SymbolicName=STATUS_SXS_ASSEMBLY_NOT_FOUND
5628 Language=English
5629 The referenced assembly is not installed on your system.
5630 .
5631
5632 MessageId=0x5
5633 Severity=Error
5634 Facility=SXS
5635 SymbolicName=STATUS_SXS_MANIFEST_FORMAT_ERROR
5636 Language=English
5637 The manifest file does not begin with the required tag and format information.
5638 .
5639
5640 MessageId=0x6
5641 Severity=Error
5642 Facility=SXS
5643 SymbolicName=STATUS_SXS_MANIFEST_PARSE_ERROR
5644 Language=English
5645 The manifest file contains one or more syntax errors.
5646 .
5647
5648 MessageId=0x7
5649 Severity=Error
5650 Facility=SXS
5651 SymbolicName=STATUS_SXS_ACTIVATION_CONTEXT_DISABLED
5652 Language=English
5653 The application attempted to activate a disabled activation context.
5654 .
5655
5656 MessageId=0x8
5657 Severity=Error
5658 Facility=SXS
5659 SymbolicName=STATUS_SXS_KEY_NOT_FOUND
5660 Language=English
5661 The requested lookup key was not found in any active activation context.
5662 .
5663
5664 MessageId=0x9
5665 Severity=Error
5666 Facility=SXS
5667 SymbolicName=STATUS_SXS_VERSION_CONFLICT
5668 Language=English
5669 A component version required by the application conflicts with another component version already active.
5670 .
5671
5672 MessageId=0xc
5673 Severity=Error
5674 Facility=SXS
5675 SymbolicName=STATUS_SXS_ASSEMBLY_MISSING
5676 Language=English
5677 The referenced assembly could not be found.
5678 .
5679
5680 MessageId=0x10
5681 Severity=Error
5682 Facility=SXS
5683 SymbolicName=STATUS_SXS_INVALID_DEACTIVATION
5684 Language=English
5685 The activation context being deactivated is not active for the current thread of execution.
5686 .
5687
5688 MessageId=0x11
5689 Severity=Error
5690 Facility=SXS
5691 SymbolicName=STATUS_SXS_MULTIPLE_DEACTIVATION
5692 Language=English
5693 The activation context being deactivated has already been deactivated.
5694 .
5695
5696 MessageId=0x12
5697 Severity=Error
5698 Facility=SXS
5699 SymbolicName=STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
5700 Language=English
5701 The activation context of system default assembly could not be generated.
5702 .
5703
5704 MessageId=0x13
5705 Severity=Error
5706 Facility=SXS
5707 SymbolicName=STATUS_SXS_PROCESS_TERMINATION_REQUESTED
5708 Language=English
5709 A component used by the isolation facility has requested to terminate the process.
5710 .