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