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