Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer"
[Samba.git] / libcli / util / werror_err_table.txt
blob75e8020f36e71652f1b28363cd66cbc3a39476a6
1 Errors retrieved from https://msdn.microsoft.com/en-us/library/cc231199.aspx.
2 License retrieved from https://msdn.microsoft.com/en-us/library/cc231196.aspx:
4 Intellectual Property Rights Notice for Open Specifications Documentation
6    - Technical Documentation. Microsoft publishes Open Specifications documentation (“this documentation”) for protocols, file formats, data portability, computer languages, and standards support. Additionally, overview documents cover inter-protocol relationships and interactions.
8    - Copyrights. This documentation is covered by Microsoft copyrights. Regardless of any other terms that are contained in the terms of use for the Microsoft website that hosts this documentation, you can make copies of it in order to develop implementations of the technologies that are described in this documentation and can distribute portions of it in your implementations that use these technologies or in your documentation as necessary to properly document the implementation. You can also distribute in your implementation, with or without modification, any schemas, IDLs, or code samples that are included in the documentation. This permission also applies to any documents that are referenced in the Open Specifications documentation.
10    - No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.
12    - Patents. Microsoft has patents that might cover your implementations of the technologies described in the Open Specifications documentation. Neither this notice nor Microsoft's delivery of this documentation grants any licenses under those patents or any other Microsoft patents. However, a given Open Specifications document might be covered by the Microsoft Open Specifications Promise or the Microsoft Community Promise. If you would prefer a written license, or if the technologies described in this documentation are not covered by the Open Specifications Promise or Community Promise, as applicable, patent licenses are available by contacting iplg@microsoft.com.
14    - Trademarks. The names of companies and products contained in this documentation might be covered by trademarks or similar intellectual property rights. This notice does not grant any licenses under those rights. For a list of Microsoft trademarks, visit www.microsoft.com/trademarks.
16    - Fictitious Names. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events that are depicted in this documentation are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred.
18 Reservation of Rights. All other rights are reserved, and this notice does not grant any rights other than as specifically described above, whether by implication, estoppel, or otherwise.
20 Tools. The Open Specifications documentation does not require the use of Microsoft programming tools or programming environments in order for you to develop an implementation. If you have access to Microsoft programming tools and environments, you are free to take advantage of them. Certain Open Specifications documents are intended for use in conjunction with publicly available standards specifications and network programming art and, as such, assume that the reader either is familiar with the aforementioned material or has immediate access to it.
22 ===========
24 0x00000000
26 ERROR_SUCCESS
27         
29 The operation completed successfully.
31 0x00000000
33 NERR_Success
34         
36 The operation completed successfully.
38 0x00000001
40 ERROR_INVALID_FUNCTION
41         
43 Incorrect function.
45 0x00000002
47 ERROR_FILE_NOT_FOUND
48         
50 The system cannot find the file specified.
52 0x00000003
54 ERROR_PATH_NOT_FOUND
55         
57 The system cannot find the path specified.
59 0x00000004
61 ERROR_TOO_MANY_OPEN_FILES
62         
64 The system cannot open the file.
66 0x00000005
68 ERROR_ACCESS_DENIED
69         
71 Access is denied.
73 0x00000006
75 ERROR_INVALID_HANDLE
76         
78 The handle is invalid.
80 0x00000007
82 ERROR_ARENA_TRASHED
83         
85 The storage control blocks were destroyed.
87 0x00000008
89 ERROR_NOT_ENOUGH_MEMORY
90         
92 Not enough storage is available to process this command.
94 0x00000009
96 ERROR_INVALID_BLOCK
97         
99 The storage control block address is invalid.
101 0x0000000A
103 ERROR_BAD_ENVIRONMENT
104         
106 The environment is incorrect.
108 0x0000000B
110 ERROR_BAD_FORMAT
111         
113 An attempt was made to load a program with an incorrect format.
115 0x0000000C
117 ERROR_INVALID_ACCESS
118         
120 The access code is invalid.
122 0x0000000D
124 ERROR_INVALID_DATA
125         
127 The data is invalid.
129 0x0000000E
131 ERROR_OUTOFMEMORY
132         
134 Not enough storage is available to complete this operation.
136 0x0000000F
138 ERROR_INVALID_DRIVE
139         
141 The system cannot find the drive specified.
143 0x00000010
145 ERROR_CURRENT_DIRECTORY
146         
148 The directory cannot be removed.
150 0x00000011
152 ERROR_NOT_SAME_DEVICE
153         
155 The system cannot move the file to a different disk drive.
157 0x00000012
159 ERROR_NO_MORE_FILES
160         
162 There are no more files.
164 0x00000013
166 ERROR_WRITE_PROTECT
167         
169 The media is write-protected.
171 0x00000014
173 ERROR_BAD_UNIT
174         
176 The system cannot find the device specified.
178 0x00000015
180 ERROR_NOT_READY
181         
183 The device is not ready.
185 0x00000016
187 ERROR_BAD_COMMAND
188         
190 The device does not recognize the command.
192 0x00000017
194 ERROR_CRC
195         
197 Data error (cyclic redundancy check).
199 0x00000018
201 ERROR_BAD_LENGTH
202         
204 The program issued a command but the command length is incorrect.
206 0x00000019
208 ERROR_SEEK
209         
211 The drive cannot locate a specific area or track on the disk.
213 0x0000001A
215 ERROR_NOT_DOS_DISK
216         
218 The specified disk cannot be accessed.
220 0x0000001B
222 ERROR_SECTOR_NOT_FOUND
223         
225 The drive cannot find the sector requested.
227 0x0000001C
229 ERROR_OUT_OF_PAPER
230         
232 The printer is out of paper.
234 0x0000001D
236 ERROR_WRITE_FAULT
237         
239 The system cannot write to the specified device.
241 0x0000001E
243 ERROR_READ_FAULT
244         
246 The system cannot read from the specified device.
248 0x0000001F
250 ERROR_GEN_FAILURE
251         
253 A device attached to the system is not functioning.
255 0x00000020
257 ERROR_SHARING_VIOLATION
258         
260 The process cannot access the file because it is being used by another process.
262 0x00000021
264 ERROR_LOCK_VIOLATION
265         
267 The process cannot access the file because another process has locked a portion of the file.
269 0x00000022
271 ERROR_WRONG_DISK
272         
274 The wrong disk is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
276 0x00000024
278 ERROR_SHARING_BUFFER_EXCEEDED
279         
281 Too many files opened for sharing.
283 0x00000026
285 ERROR_HANDLE_EOF
286         
288 Reached the end of the file.
290 0x00000027
292 ERROR_HANDLE_DISK_FULL
293         
295 The disk is full.
297 0x00000032
299 ERROR_NOT_SUPPORTED
300         
302 The request is not supported.
304 0x00000033
306 ERROR_REM_NOT_LIST
307         
309 Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.
311 0x00000034
313 ERROR_DUP_NAME
314         
316 You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name, and then try again.
318 0x00000035
320 ERROR_BAD_NETPATH
321         
323 The network path was not found.
325 0x00000036
327 ERROR_NETWORK_BUSY
328         
330 The network is busy.
332 0x00000037
334 ERROR_DEV_NOT_EXIST
335         
337 The specified network resource or device is no longer available.
339 0x00000038
341 ERROR_TOO_MANY_CMDS
342         
344 The network BIOS command limit has been reached.
346 0x00000039
348 ERROR_ADAP_HDW_ERR
349         
351 A network adapter hardware error occurred.
353 0x0000003A
355 ERROR_BAD_NET_RESP
356         
358 The specified server cannot perform the requested operation.
360 0x0000003B
362 ERROR_UNEXP_NET_ERR
363         
365 An unexpected network error occurred.
367 0x0000003C
369 ERROR_BAD_REM_ADAP
370         
372 The remote adapter is not compatible.
374 0x0000003D
376 ERROR_PRINTQ_FULL
377         
379 The print queue is full.
381 0x0000003E
383 ERROR_NO_SPOOL_SPACE
384         
386 Space to store the file waiting to be printed is not available on the server.
388 0x0000003F
390 ERROR_PRINT_CANCELLED
391         
393 Your file waiting to be printed was deleted.
395 0x00000040
397 ERROR_NETNAME_DELETED
398         
400 The specified network name is no longer available.
402 0x00000041
404 ERROR_NETWORK_ACCESS_DENIED
405         
407 Network access is denied.
409 0x00000042
411 ERROR_BAD_DEV_TYPE
412         
414 The network resource type is not correct.
416 0x00000043
418 ERROR_BAD_NET_NAME
419         
421 The network name cannot be found.
423 0x00000044
425 ERROR_TOO_MANY_NAMES
426         
428 The name limit for the local computer network adapter card was exceeded.
430 0x00000045
432 ERROR_TOO_MANY_SESS
433         
435 The network BIOS session limit was exceeded.
437 0x00000046
439 ERROR_SHARING_PAUSED
440         
442 The remote server has been paused or is in the process of being started.
444 0x00000047
446 ERROR_REQ_NOT_ACCEP
447         
449 No more connections can be made to this remote computer at this time because the computer has accepted the maximum number of connections.
451 0x00000048
453 ERROR_REDIR_PAUSED
454         
456 The specified printer or disk device has been paused.
458 0x00000050
460 ERROR_FILE_EXISTS
461         
463 The file exists.
465 0x00000052
467 ERROR_CANNOT_MAKE
468         
470 The directory or file cannot be created.
472 0x00000053
474 ERROR_FAIL_I24
475         
477 Fail on INT 24.
479 0x00000054
481 ERROR_OUT_OF_STRUCTURES
482         
484 Storage to process this request is not available.
486 0x00000055
488 ERROR_ALREADY_ASSIGNED
489         
491 The local device name is already in use.
493 0x00000056
495 ERROR_INVALID_PASSWORD
496         
498 The specified network password is not correct.
500 0x00000057
502 ERROR_INVALID_PARAMETER
503         
505 The parameter is incorrect.
507 0x00000058
509 ERROR_NET_WRITE_FAULT
510         
512 A write fault occurred on the network.
514 0x00000059
516 ERROR_NO_PROC_SLOTS
517         
519 The system cannot start another process at this time.
521 0x00000064
523 ERROR_TOO_MANY_SEMAPHORES
524         
526 Cannot create another system semaphore.
528 0x00000065
530 ERROR_EXCL_SEM_ALREADY_OWNED
531         
533 The exclusive semaphore is owned by another process.
535 0x00000066
537 ERROR_SEM_IS_SET
538         
540 The semaphore is set and cannot be closed.
542 0x00000067
544 ERROR_TOO_MANY_SEM_REQUESTS
545         
547 The semaphore cannot be set again.
549 0x00000068
551 ERROR_INVALID_AT_INTERRUPT_TIME
552         
554 Cannot request exclusive semaphores at interrupt time.
556 0x00000069
558 ERROR_SEM_OWNER_DIED
559         
561 The previous ownership of this semaphore has ended.
563 0x0000006A
565 ERROR_SEM_USER_LIMIT
566         
568 Insert the disk for drive %1.
570 0x0000006B
572 ERROR_DISK_CHANGE
573         
575 The program stopped because an alternate disk was not inserted.
577 0x0000006C
579 ERROR_DRIVE_LOCKED
580         
582 The disk is in use or locked by another process.
584 0x0000006D
586 ERROR_BROKEN_PIPE
587         
589 The pipe has been ended.
591 0x0000006E
593 ERROR_OPEN_FAILED
594         
596 The system cannot open the device or file specified.
598 0x0000006F
600 ERROR_BUFFER_OVERFLOW
601         
603 The file name is too long.
605 0x00000070
607 ERROR_DISK_FULL
608         
610 There is not enough space on the disk.
612 0x00000071
614 ERROR_NO_MORE_SEARCH_HANDLES
615         
617 No more internal file identifiers are available.
619 0x00000072
621 ERROR_INVALID_TARGET_HANDLE
622         
624 The target internal file identifier is incorrect.
626 0x00000075
628 ERROR_INVALID_CATEGORY
629         
631 The Input Output Control (IOCTL) call made by the application program is not correct.
633 0x00000076
635 ERROR_INVALID_VERIFY_SWITCH
636         
638 The verify-on-write switch parameter value is not correct.
640 0x00000077
642 ERROR_BAD_DRIVER_LEVEL
643         
645 The system does not support the command requested.
647 0x00000078
649 ERROR_CALL_NOT_IMPLEMENTED
650         
652 This function is not supported on this system.
654 0x00000079
656 ERROR_SEM_TIMEOUT
657         
659 The semaphore time-out period has expired.
661 0x0000007A
663 ERROR_INSUFFICIENT_BUFFER
664         
666 The data area passed to a system call is too small.
668 0x0000007B
670 ERROR_INVALID_NAME
671         
673 The file name, directory name, or volume label syntax is incorrect.
675 0x0000007C
677 ERROR_INVALID_LEVEL
678         
680 The system call level is not correct.
682 0x0000007D
684 ERROR_NO_VOLUME_LABEL
685         
687 The disk has no volume label.
689 0x0000007E
691 ERROR_MOD_NOT_FOUND
692         
694 The specified module could not be found.
696 0x0000007F
698 ERROR_PROC_NOT_FOUND
699         
701 The specified procedure could not be found.
703 0x00000080
705 ERROR_WAIT_NO_CHILDREN
706         
708 There are no child processes to wait for.
710 0x00000081
712 ERROR_CHILD_NOT_COMPLETE
713         
715 The %1 application cannot be run in Win32 mode.
717 0x00000082
719 ERROR_DIRECT_ACCESS_HANDLE
720         
722 Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
724 0x00000083
726 ERROR_NEGATIVE_SEEK
727         
729 An attempt was made to move the file pointer before the beginning of the file.
731 0x00000084
733 ERROR_SEEK_ON_DEVICE
734         
736 The file pointer cannot be set on the specified device or file.
738 0x00000085
740 ERROR_IS_JOIN_TARGET
741         
743 A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
745 0x00000086
747 ERROR_IS_JOINED
748         
750 An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
752 0x00000087
754 ERROR_IS_SUBSTED
755         
757 An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
759 0x00000088
761 ERROR_NOT_JOINED
762         
764 The system tried to delete the JOIN of a drive that is not joined.
766 0x00000089
768 ERROR_NOT_SUBSTED
769         
771 The system tried to delete the substitution of a drive that is not substituted.
773 0x0000008A
775 ERROR_JOIN_TO_JOIN
776         
778 The system tried to join a drive to a directory on a joined drive.
780 0x0000008B
782 ERROR_SUBST_TO_SUBST
783         
785 The system tried to substitute a drive to a directory on a substituted drive.
787 0x0000008C
789 ERROR_JOIN_TO_SUBST
790         
792 The system tried to join a drive to a directory on a substituted drive.
794 0x0000008D
796 ERROR_SUBST_TO_JOIN
797         
799 The system tried to SUBST a drive to a directory on a joined drive.
801 0x0000008E
803 ERROR_BUSY_DRIVE
804         
806 The system cannot perform a JOIN or SUBST at this time.
808 0x0000008F
810 ERROR_SAME_DRIVE
811         
813 The system cannot join or substitute a drive to or for a directory on the same drive.
815 0x00000090
817 ERROR_DIR_NOT_ROOT
818         
820 The directory is not a subdirectory of the root directory.
822 0x00000091
824 ERROR_DIR_NOT_EMPTY
825         
827 The directory is not empty.
829 0x00000092
831 ERROR_IS_SUBST_PATH
832         
834 The path specified is being used in a substitute.
836 0x00000093
838 ERROR_IS_JOIN_PATH
839         
841 Not enough resources are available to process this command.
843 0x00000094
845 ERROR_PATH_BUSY
846         
848 The path specified cannot be used at this time.
850 0x00000095
852 ERROR_IS_SUBST_TARGET
853         
855 An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.
857 0x00000096
859 ERROR_SYSTEM_TRACE
860         
862 System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
864 0x00000097
866 ERROR_INVALID_EVENT_COUNT
867         
869 The number of specified semaphore events for DosMuxSemWait is not correct.
871 0x00000098
873 ERROR_TOO_MANY_MUXWAITERS
874         
876 DosMuxSemWait did not execute; too many semaphores are already set.
878 0x00000099
880 ERROR_INVALID_LIST_FORMAT
881         
883 The DosMuxSemWait list is not correct.
885 0x0000009A
887 ERROR_LABEL_TOO_LONG
888         
890 The volume label you entered exceeds the label character limit of the destination file system.
892 0x0000009B
894 ERROR_TOO_MANY_TCBS
895         
897 Cannot create another thread.
899 0x0000009C
901 ERROR_SIGNAL_REFUSED
902         
904 The recipient process has refused the signal.
906 0x0000009D
908 ERROR_DISCARDED
909         
911 The segment is already discarded and cannot be locked.
913 0x0000009E
915 ERROR_NOT_LOCKED
916         
918 The segment is already unlocked.
920 0x0000009F
922 ERROR_BAD_THREADID_ADDR
923         
925 The address for the thread ID is not correct.
927 0x000000A0
929 ERROR_BAD_ARGUMENTS
930         
932 One or more arguments are not correct.
934 0x000000A1
936 ERROR_BAD_PATHNAME
937         
939 The specified path is invalid.
941 0x000000A2
943 ERROR_SIGNAL_PENDING
944         
946 A signal is already pending.
948 0x000000A4
950 ERROR_MAX_THRDS_REACHED
951         
953 No more threads can be created in the system.
955 0x000000A7
957 ERROR_LOCK_FAILED
958         
960 Unable to lock a region of a file.
962 0x000000AA
964 ERROR_BUSY
965         
967 The requested resource is in use.
969 0x000000AD
971 ERROR_CANCEL_VIOLATION
972         
974 A lock request was not outstanding for the supplied cancel region.
976 0x000000AE
978 ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
979         
981 The file system does not support atomic changes to the lock type.
983 0x000000B4
985 ERROR_INVALID_SEGMENT_NUMBER
986         
988 The system detected a segment number that was not correct.
990 0x000000B6
992 ERROR_INVALID_ORDINAL
993         
995 The operating system cannot run %1.
997 0x000000B7
999 ERROR_ALREADY_EXISTS
1000         
1002 Cannot create a file when that file already exists.
1004 0x000000BA
1006 ERROR_INVALID_FLAG_NUMBER
1007         
1009 The flag passed is not correct.
1011 0x000000BB
1013 ERROR_SEM_NOT_FOUND
1014         
1016 The specified system semaphore name was not found.
1018 0x000000BC
1020 ERROR_INVALID_STARTING_CODESEG
1021         
1023 The operating system cannot run %1.
1025 0x000000BD
1027 ERROR_INVALID_STACKSEG
1028         
1030 The operating system cannot run %1.
1032 0x000000BE
1034 ERROR_INVALID_MODULETYPE
1035         
1037 The operating system cannot run %1.
1039 0x000000BF
1041 ERROR_INVALID_EXE_SIGNATURE
1042         
1044 Cannot run %1 in Win32 mode.
1046 0x000000C0
1048 ERROR_EXE_MARKED_INVALID
1049         
1051 The operating system cannot run %1.
1053 0x000000C1
1055 ERROR_BAD_EXE_FORMAT
1056         
1058 %1 is not a valid Win32 application.
1060 0x000000C2
1062 ERROR_ITERATED_DATA_EXCEEDS_64k
1063         
1065 The operating system cannot run %1.
1067 0x000000C3
1069 ERROR_INVALID_MINALLOCSIZE
1070         
1072 The operating system cannot run %1.
1074 0x000000C4
1076 ERROR_DYNLINK_FROM_INVALID_RING
1077         
1079 The operating system cannot run this application program.
1081 0x000000C5
1083 ERROR_IOPL_NOT_ENABLED
1084         
1086 The operating system is not presently configured to run this application.
1088 0x000000C6
1090 ERROR_INVALID_SEGDPL
1091         
1093 The operating system cannot run %1.
1095 0x000000C7
1097 ERROR_AUTODATASEG_EXCEEDS_64k
1098         
1100 The operating system cannot run this application program.
1102 0x000000C8
1104 ERROR_RING2SEG_MUST_BE_MOVABLE
1105         
1107 The code segment cannot be greater than or equal to 64 KB.
1109 0x000000C9
1111 ERROR_RELOC_CHAIN_XEEDS_SEGLIM
1112         
1114 The operating system cannot run %1.
1116 0x000000CA
1118 ERROR_INFLOOP_IN_RELOC_CHAIN
1119         
1121 The operating system cannot run %1.
1123 0x000000CB
1125 ERROR_ENVVAR_NOT_FOUND
1126         
1128 The system could not find the environment option that was entered.
1130 0x000000CD
1132 ERROR_NO_SIGNAL_SENT
1133         
1135 No process in the command subtree has a signal handler.
1137 0x000000CE
1139 ERROR_FILENAME_EXCED_RANGE
1140         
1142 The file name or extension is too long.
1144 0x000000CF
1146 ERROR_RING2_STACK_IN_USE
1147         
1149 The ring 2 stack is in use.
1151 0x000000D0
1153 ERROR_META_EXPANSION_TOO_LONG
1154         
1156 The asterisk (*) or question mark (?) global file name characters are entered incorrectly, or too many global file name characters are specified.
1158 0x000000D1
1160 ERROR_INVALID_SIGNAL_NUMBER
1161         
1163 The signal being posted is not correct.
1165 0x000000D2
1167 ERROR_THREAD_1_INACTIVE
1168         
1170 The signal handler cannot be set.
1172 0x000000D4
1174 ERROR_LOCKED
1175         
1177 The segment is locked and cannot be reallocated.
1179 0x000000D6
1181 ERROR_TOO_MANY_MODULES
1182         
1184 Too many dynamic-link modules are attached to this program or dynamic-link module.
1186 0x000000D7
1188 ERROR_NESTING_NOT_ALLOWED
1189         
1191 Cannot nest calls to LoadModule.
1193 0x000000D8
1195 ERROR_EXE_MACHINE_TYPE_MISMATCH
1196         
1198 This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
1200 0x000000D9
1202 ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
1203         
1205 The image file %1 is signed, unable to modify.
1207 0x000000DA
1209 ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
1210         
1212 The image file %1 is strong signed, unable to modify.
1214 0x000000DC
1216 ERROR_FILE_CHECKED_OUT
1217         
1219 This file is checked out or locked for editing by another user.
1221 0x000000DD
1223 ERROR_CHECKOUT_REQUIRED
1224         
1226 The file must be checked out before saving changes.
1228 0x000000DE
1230 ERROR_BAD_FILE_TYPE
1231         
1233 The file type being saved or retrieved has been blocked.
1235 0x000000DF
1237 ERROR_FILE_TOO_LARGE
1238         
1240 The file size exceeds the limit allowed and cannot be saved.
1242 0x000000E0
1244 ERROR_FORMS_AUTH_REQUIRED
1245         
1247 Access denied. Before opening files in this location, you must first browse to the website and select the option to sign in automatically.
1249 0x000000E1
1251 ERROR_VIRUS_INFECTED
1252         
1254 Operation did not complete successfully because the file contains a virus.
1256 0x000000E2
1258 ERROR_VIRUS_DELETED
1259         
1261 This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.
1263 0x000000E5
1265 ERROR_PIPE_LOCAL
1266         
1268 The pipe is local.
1270 0x000000E6
1272 ERROR_BAD_PIPE
1273         
1275 The pipe state is invalid.
1277 0x000000E7
1279 ERROR_PIPE_BUSY
1280         
1282 All pipe instances are busy.
1284 0x000000E8
1286 ERROR_NO_DATA
1287         
1289 The pipe is being closed.
1291 0x000000E9
1293 ERROR_PIPE_NOT_CONNECTED
1294         
1296 No process is on the other end of the pipe.
1298 0x000000EA
1300 ERROR_MORE_DATA
1301         
1303 More data is available.
1305 0x000000F0
1307 ERROR_VC_DISCONNECTED
1308         
1310 The session was canceled.
1312 0x000000FE
1314 ERROR_INVALID_EA_NAME
1315         
1317 The specified extended attribute name was invalid.
1319 0x000000FF
1321 ERROR_EA_LIST_INCONSISTENT
1322         
1324 The extended attributes are inconsistent.
1326 0x00000102
1328 WAIT_TIMEOUT
1329         
1331 The wait operation timed out.
1333 0x00000103
1335 ERROR_NO_MORE_ITEMS
1336         
1338 No more data is available.
1340 0x0000010A
1342 ERROR_CANNOT_COPY
1343         
1345 The copy functions cannot be used.
1347 0x0000010B
1349 ERROR_DIRECTORY
1350         
1352 The directory name is invalid.
1354 0x00000113
1356 ERROR_EAS_DIDNT_FIT
1357         
1359 The extended attributes did not fit in the buffer.
1361 0x00000114
1363 ERROR_EA_FILE_CORRUPT
1364         
1366 The extended attribute file on the mounted file system is corrupt.
1368 0x00000115
1370 ERROR_EA_TABLE_FULL
1371         
1373 The extended attribute table file is full.
1375 0x00000116
1377 ERROR_INVALID_EA_HANDLE
1378         
1380 The specified extended attribute handle is invalid.
1382 0x0000011A
1384 ERROR_EAS_NOT_SUPPORTED
1385         
1387 The mounted file system does not support extended attributes.
1389 0x00000120
1391 ERROR_NOT_OWNER
1392         
1394 Attempt to release mutex not owned by caller.
1396 0x0000012A
1398 ERROR_TOO_MANY_POSTS
1399         
1401 Too many posts were made to a semaphore.
1403 0x0000012B
1405 ERROR_PARTIAL_COPY
1406         
1408 Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
1410 0x0000012C
1412 ERROR_OPLOCK_NOT_GRANTED
1413         
1415 The oplock request is denied.
1417 0x0000012D
1419 ERROR_INVALID_OPLOCK_PROTOCOL
1420         
1422 An invalid oplock acknowledgment was received by the system.
1424 0x0000012E
1426 ERROR_DISK_TOO_FRAGMENTED
1427         
1429 The volume is too fragmented to complete this operation.
1431 0x0000012F
1433 ERROR_DELETE_PENDING
1434         
1436 The file cannot be opened because it is in the process of being deleted.
1438 0x0000013D
1440 ERROR_MR_MID_NOT_FOUND
1441         
1443 The system cannot find message text for message number 0x%1 in the message file for %2.
1445 0x0000013E
1447 ERROR_SCOPE_NOT_FOUND
1448         
1450 The scope specified was not found.
1452 0x0000015E
1454 ERROR_FAIL_NOACTION_REBOOT
1455         
1457 No action was taken because a system reboot is required.
1459 0x0000015F
1461 ERROR_FAIL_SHUTDOWN
1462         
1464 The shutdown operation failed.
1466 0x00000160
1468 ERROR_FAIL_RESTART
1469         
1471 The restart operation failed.
1473 0x00000161
1475 ERROR_MAX_SESSIONS_REACHED
1476         
1478 The maximum number of sessions has been reached.
1480 0x00000190
1482 ERROR_THREAD_MODE_ALREADY_BACKGROUND
1483         
1485 The thread is already in background processing mode.
1487 0x00000191
1489 ERROR_THREAD_MODE_NOT_BACKGROUND
1490         
1492 The thread is not in background processing mode.
1494 0x00000192
1496 ERROR_PROCESS_MODE_ALREADY_BACKGROUND
1497         
1499 The process is already in background processing mode.
1501 0x00000193
1503 ERROR_PROCESS_MODE_NOT_BACKGROUND
1504         
1506 The process is not in background processing mode.
1508 0x000001E7
1510 ERROR_INVALID_ADDRESS
1511         
1513 Attempt to access invalid address.
1515 0x000001F4
1517 ERROR_USER_PROFILE_LOAD
1518         
1520 User profile cannot be loaded.
1522 0x00000216
1524 ERROR_ARITHMETIC_OVERFLOW
1525         
1527 Arithmetic result exceeded 32 bits.
1529 0x00000217
1531 ERROR_PIPE_CONNECTED
1532         
1534 There is a process on the other end of the pipe.
1536 0x00000218
1538 ERROR_PIPE_LISTENING
1539         
1541 Waiting for a process to open the other end of the pipe.
1543 0x00000219
1545 ERROR_VERIFIER_STOP
1546         
1548 Application verifier has found an error in the current process.
1550 0x0000021A
1552 ERROR_ABIOS_ERROR
1553         
1555 An error occurred in the ABIOS subsystem.
1557 0x0000021B
1559 ERROR_WX86_WARNING
1560         
1562 A warning occurred in the WX86 subsystem.
1564 0x0000021C
1566 ERROR_WX86_ERROR
1567         
1569 An error occurred in the WX86 subsystem.
1571 0x0000021D
1573 ERROR_TIMER_NOT_CANCELED
1574         
1576 An attempt was made to cancel or set a timer that has an associated asynchronous procedure call (APC) and the subject thread is not the thread that originally set the timer with an associated APC routine.
1578 0x0000021E
1580 ERROR_UNWIND
1581         
1583 Unwind exception code.
1585 0x0000021F
1587 ERROR_BAD_STACK
1588         
1590 An invalid or unaligned stack was encountered during an unwind operation.
1592 0x00000220
1594 ERROR_INVALID_UNWIND_TARGET
1595         
1597 An invalid unwind target was encountered during an unwind operation.
1599 0x00000221
1601 ERROR_INVALID_PORT_ATTRIBUTES
1602         
1604 Invalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.
1606 0x00000222
1608 ERROR_PORT_MESSAGE_TOO_LONG
1609         
1611 Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
1613 0x00000223
1615 ERROR_INVALID_QUOTA_LOWER
1616         
1618 An attempt was made to lower a quota limit below the current usage.
1620 0x00000224
1622 ERROR_DEVICE_ALREADY_ATTACHED
1623         
1625 An attempt was made to attach to a device that was already attached to another device.
1627 0x00000225
1629 ERROR_INSTRUCTION_MISALIGNMENT
1630         
1632 An attempt was made to execute an instruction at an unaligned address, and the host system does not support unaligned instruction references.
1634 0x00000226
1636 ERROR_PROFILING_NOT_STARTED
1637         
1639 Profiling not started.
1641 0x00000227
1643 ERROR_PROFILING_NOT_STOPPED
1644         
1646 Profiling not stopped.
1648 0x00000228
1650 ERROR_COULD_NOT_INTERPRET
1651         
1653 The passed ACL did not contain the minimum required information.
1655 0x00000229
1657 ERROR_PROFILING_AT_LIMIT
1658         
1660 The number of active profiling objects is at the maximum and no more can be started.
1662 0x0000022A
1664 ERROR_CANT_WAIT
1665         
1667 Used to indicate that an operation cannot continue without blocking for I/O.
1669 0x0000022B
1671 ERROR_CANT_TERMINATE_SELF
1672         
1674 Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
1676 0x0000022C
1678 ERROR_UNEXPECTED_MM_CREATE_ERR
1679         
1681 If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
1683 0x0000022D
1685 ERROR_UNEXPECTED_MM_MAP_ERROR
1686         
1688 If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
1690 0x0000022E
1692 ERROR_UNEXPECTED_MM_EXTEND_ERR
1693         
1695 If an MM error is returned that is not defined in the standard FsRtl filter, it is converted to one of the following errors that is guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.
1697 0x0000022F
1699 ERROR_BAD_FUNCTION_TABLE
1700         
1702 A malformed function table was encountered during an unwind operation.
1704 0x00000230
1706 ERROR_NO_GUID_TRANSLATION
1707         
1709 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. This causes the protection attempt to fail, which might cause a file creation attempt to fail.
1711 0x00000231
1713 ERROR_INVALID_LDT_SIZE
1714         
1716 Indicates that an attempt was made to grow a local domain table (LDT) by setting its size, or that the size was not an even number of selectors.
1718 0x00000233
1720 ERROR_INVALID_LDT_OFFSET
1721         
1723 Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
1725 0x00000234
1727 ERROR_INVALID_LDT_DESCRIPTOR
1728         
1730 Indicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.
1732 0x00000235
1734 ERROR_TOO_MANY_THREADS
1735         
1737 Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token can be performed only when a process has zero or one threads.
1739 0x00000236
1741 ERROR_THREAD_NOT_IN_PROCESS
1742         
1744 An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
1746 0x00000237
1748 ERROR_PAGEFILE_QUOTA_EXCEEDED
1749         
1751 Page file quota was exceeded.
1753 0x00000238
1755 ERROR_LOGON_SERVER_CONFLICT
1756         
1758 The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
1760 0x00000239
1762 ERROR_SYNCHRONIZATION_REQUIRED
1763         
1765 The Security Accounts Manager (SAM) database on a Windows Server operating system is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.
1767 0x0000023A
1769 ERROR_NET_OPEN_FAILED
1770         
1772 The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows LAN Manager Redirector to use in its internal error mapping routines.
1774 0x0000023B
1776 ERROR_IO_PRIVILEGE_FAILED
1777         
1779 {Privilege Failed} The I/O permissions for the process could not be changed.
1781 0x0000023C
1783 ERROR_CONTROL_C_EXIT
1784         
1786 {Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
1788 0x0000023D
1790 ERROR_MISSING_SYSTEMFILE
1791         
1793 {Missing System File} The required system file %hs is bad or missing.
1795 0x0000023E
1797 ERROR_UNHANDLED_EXCEPTION
1798         
1800 {Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
1802 0x0000023F
1804 ERROR_APP_INIT_FAILURE
1805         
1807 {Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.
1809 0x00000240
1811 ERROR_PAGEFILE_CREATE_FAILED
1812         
1814 {Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
1816 0x00000241
1818 ERROR_INVALID_IMAGE_HASH
1819         
1821 The hash for the image cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.
1823 0x00000242
1825 ERROR_NO_PAGEFILE
1826         
1828 {No Paging File Specified} No paging file was specified in the system configuration.
1830 0x00000243
1832 ERROR_ILLEGAL_FLOAT_CONTEXT
1833         
1835 {EXCEPTION} A real-mode application issued a floating-point instruction, and floating-point hardware is not present.
1837 0x00000244
1839 ERROR_NO_EVENT_PAIR
1840         
1842 An event pair synchronization operation was performed using the thread-specific client/server event pair object, but no event pair object was associated with the thread.
1844 0x00000245
1846 ERROR_DOMAIN_CTRLR_CONFIG_ERROR
1847         
1849 A Windows Server has an incorrect configuration.
1851 0x00000246
1853 ERROR_ILLEGAL_CHARACTER
1854         
1856 An illegal character was encountered. For a multibyte character set, this includes a lead byte without a succeeding trail byte. For the Unicode character set, this includes the characters 0xFFFF and 0xFFFE.
1858 0x00000247
1860 ERROR_UNDEFINED_CHARACTER
1861         
1863 The Unicode character is not defined in the Unicode character set installed on the system.
1865 0x00000248
1867 ERROR_FLOPPY_VOLUME
1868         
1870 The paging file cannot be created on a floppy disk.
1872 0x00000249
1874 ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT
1875         
1877 The system bios failed to connect a system interrupt to the device or bus for which the device is connected.
1879 0x0000024A
1881 ERROR_BACKUP_CONTROLLER
1882         
1884 This operation is only allowed for the primary domain controller (PDC) of the domain.
1886 0x0000024B
1888 ERROR_MUTANT_LIMIT_EXCEEDED
1889         
1891 An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
1893 0x0000024C
1895 ERROR_FS_DRIVER_REQUIRED
1896         
1898 A volume has been accessed for which a file system driver is required that has not yet been loaded.
1900 0x0000024D
1902 ERROR_CANNOT_LOAD_REGISTRY_FILE
1903         
1905 {Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
1907 0x0000024E
1909 ERROR_DEBUG_ATTACH_FAILED
1910         
1912 {Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. Choosing OK will terminate the process, and choosing Cancel will ignore the error.
1914 0x0000024F
1916 ERROR_SYSTEM_PROCESS_TERMINATED
1917         
1919 {Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
1921 0x00000250
1923 ERROR_DATA_NOT_ACCEPTED
1924         
1926 {Data Not Accepted} The transport driver interface (TDI) client could not handle the data received during an indication.
1928 0x00000251
1930 ERROR_VDM_HARD_ERROR
1931         
1933 The NT Virtual DOS Machine (NTVDM) encountered a hard error.
1935 0x00000252
1937 ERROR_DRIVER_CANCEL_TIMEOUT
1938         
1940 {Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.
1942 0x00000253
1944 ERROR_REPLY_MESSAGE_MISMATCH
1945         
1947 {Reply Message Mismatch} An attempt was made to reply to a local procedure call (LPC) message, but the thread specified by the client ID in the message was not waiting on that message.
1949 0x00000254
1951 ERROR_LOST_WRITEBEHIND_DATA
1952         
1954 {Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error might be caused by a failure of your computer hardware or network connection. Try to save this file elsewhere.
1956 0x00000255
1958 ERROR_CLIENT_SERVER_PARAMETERS_INVALID
1959         
1961 The parameters passed to the server in the client/server shared memory window were invalid. Too much data might have been put in the shared memory window.
1963 0x00000256
1965 ERROR_NOT_TINY_STREAM
1966         
1968 The stream is not a tiny stream.
1970 0x00000257
1972 ERROR_STACK_OVERFLOW_READ
1973         
1975 The request must be handled by the stack overflow code.
1977 0x00000258
1979 ERROR_CONVERT_TO_LARGE
1980         
1982 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.
1984 0x00000259
1986 ERROR_FOUND_OUT_OF_SCOPE
1987         
1989 The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
1991 0x0000025A
1993 ERROR_ALLOCATE_BUCKET
1994         
1996 The bucket array must be grown. Retry transaction after doing so.
1998 0x0000025B
2000 ERROR_MARSHALL_OVERFLOW
2001         
2003 The user/kernel marshaling buffer has overflowed.
2005 0x0000025C
2007 ERROR_INVALID_VARIANT
2008         
2010 The supplied variant structure contains invalid data.
2012 0x0000025D
2014 ERROR_BAD_COMPRESSION_BUFFER
2015         
2017 The specified buffer contains ill-formed data.
2019 0x0000025E
2021 ERROR_AUDIT_FAILED
2022         
2024 {Audit Failed} An attempt to generate a security audit failed.
2026 0x0000025F
2028 ERROR_TIMER_RESOLUTION_NOT_SET
2029         
2031 The timer resolution was not previously set by the current process.
2033 0x00000260
2035 ERROR_INSUFFICIENT_LOGON_INFO
2036         
2038 There is insufficient account information to log you on.
2040 0x00000261
2042 ERROR_BAD_DLL_ENTRYPOINT
2043         
2045 {Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO can cause the application to operate incorrectly.
2047 0x00000262
2049 ERROR_BAD_SERVICE_ENTRYPOINT
2050         
2052 {Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process might operate incorrectly.
2054 0x00000263
2056 ERROR_IP_ADDRESS_CONFLICT1
2057         
2059 There is an IP address conflict with another system on the network.
2061 0x00000264
2063 ERROR_IP_ADDRESS_CONFLICT2
2064         
2066 There is an IP address conflict with another system on the network.
2068 0x00000265
2070 ERROR_REGISTRY_QUOTA_LIMIT
2071         
2073 {Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
2075 0x00000266
2077 ERROR_NO_CALLBACK_ACTIVE
2078         
2080 A callback return system service cannot be executed when no callback is active.
2082 0x00000267
2084 ERROR_PWD_TOO_SHORT
2085         
2087 The password provided is too short to meet the policy of your user account. Choose a longer password.
2089 0x00000268
2091 ERROR_PWD_TOO_RECENT
2092         
2094 The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.
2096 0x00000269
2098 ERROR_PWD_HISTORY_CONFLICT
2099         
2101 You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.
2103 0x0000026A
2105 ERROR_UNSUPPORTED_COMPRESSION
2106         
2108 The specified compression format is unsupported.
2110 0x0000026B
2112 ERROR_INVALID_HW_PROFILE
2113         
2115 The specified hardware profile configuration is invalid.
2117 0x0000026C
2119 ERROR_INVALID_PLUGPLAY_DEVICE_PATH
2120         
2122 The specified Plug and Play registry device path is invalid.
2124 0x0000026D
2126 ERROR_QUOTA_LIST_INCONSISTENT
2127         
2129 The specified quota list is internally inconsistent with its descriptor.
2131 0x0000026E
2133 ERROR_EVALUATION_EXPIRATION
2134         
2136 {Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shut down in 1 hour. To restore access to this installation of Windows, upgrade this installation using a licensed distribution of this product.
2138 0x0000026F
2140 ERROR_ILLEGAL_DLL_RELOCATION
2141         
2143 {Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
2145 0x00000270
2147 ERROR_DLL_INIT_FAILED_LOGOFF
2148         
2150 {DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
2152 0x00000271
2154 ERROR_VALIDATE_CONTINUE
2155         
2157 The validation process needs to continue on to the next step.
2159 0x00000272
2161 ERROR_NO_MORE_MATCHES
2162         
2164 There are no more matches for the current index enumeration.
2166 0x00000273
2168 ERROR_RANGE_LIST_CONFLICT
2169         
2171 The range could not be added to the range list because of a conflict.
2173 0x00000274
2175 ERROR_SERVER_SID_MISMATCH
2176         
2178 The server process is running under a SID different than that required by the client.
2180 0x00000275
2182 ERROR_CANT_ENABLE_DENY_ONLY
2183         
2185 A group marked use for deny only cannot be enabled.
2187 0x00000276
2189 ERROR_FLOAT_MULTIPLE_FAULTS
2190         
2192 {EXCEPTION} Multiple floating point faults.
2194 0x00000277
2196 ERROR_FLOAT_MULTIPLE_TRAPS
2197         
2199 {EXCEPTION} Multiple floating point traps.
2201 0x00000278
2203 ERROR_NOINTERFACE
2204         
2206 The requested interface is not supported.
2208 0x00000279
2210 ERROR_DRIVER_FAILED_SLEEP
2211         
2213 {System Standby Failed} The driver %hs does not support standby mode. Updating this driver might allow the system to go to standby mode.
2215 0x0000027A
2217 ERROR_CORRUPT_SYSTEM_FILE
2218         
2220 The system file %1 has become corrupt and has been replaced.
2222 0x0000027B
2224 ERROR_COMMITMENT_MINIMUM
2225         
2227 {Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications might be denied. For more information, see Help.
2229 0x0000027C
2231 ERROR_PNP_RESTART_ENUMERATION
2232         
2234 A device was removed so enumeration must be restarted.
2236 0x0000027D
2238 ERROR_SYSTEM_IMAGE_BAD_SIGNATURE
2239         
2241 {Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
2243 0x0000027E
2245 ERROR_PNP_REBOOT_REQUIRED
2246         
2248 Device will not start without a reboot.
2250 0x0000027F
2252 ERROR_INSUFFICIENT_POWER
2253         
2255 There is not enough power to complete the requested operation.
2257 0x00000281
2259 ERROR_SYSTEM_SHUTDOWN
2260         
2262 The system is in the process of shutting down.
2264 0x00000282
2266 ERROR_PORT_NOT_SET
2267         
2269 An attempt to remove a process DebugPort was made, but a port was not already associated with the process.
2271 0x00000283
2273 ERROR_DS_VERSION_CHECK_FAILURE
2274         
2276 This version of Windows is not compatible with the behavior version of directory forest, domain, or domain controller.
2278 0x00000284
2280 ERROR_RANGE_NOT_FOUND
2281         
2283 The specified range could not be found in the range list.
2285 0x00000286
2287 ERROR_NOT_SAFE_MODE_DRIVER
2288         
2290 The driver was not loaded because the system is booting into safe mode.
2292 0x00000287
2294 ERROR_FAILED_DRIVER_ENTRY
2295         
2297 The driver was not loaded because it failed its initialization call.
2299 0x00000288
2301 ERROR_DEVICE_ENUMERATION_ERROR
2302         
2304 The device encountered an error while applying power or reading the device configuration. This might be caused by a failure of your hardware or by a poor connection.
2306 0x00000289
2308 ERROR_MOUNT_POINT_NOT_RESOLVED
2309         
2311 The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.
2313 0x0000028A
2315 ERROR_INVALID_DEVICE_OBJECT_PARAMETER
2316         
2318 The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
2320 0x0000028B
2322 ERROR_MCA_OCCURED
2323         
2325 A machine check error has occurred. Check the system event log for additional information.
2327 0x0000028C
2329 ERROR_DRIVER_DATABASE_ERROR
2330         
2332 There was an error [%2] processing the driver database.
2334 0x0000028D
2336 ERROR_SYSTEM_HIVE_TOO_LARGE
2337         
2339 The system hive size has exceeded its limit.
2341 0x0000028E
2343 ERROR_DRIVER_FAILED_PRIOR_UNLOAD
2344         
2346 The driver could not be loaded because a previous version of the driver is still in memory.
2348 0x0000028F
2350 ERROR_VOLSNAP_PREPARE_HIBERNATE
2351         
2353 {Volume Shadow Copy Service} Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
2355 0x00000290
2357 ERROR_HIBERNATION_FAILURE
2358         
2360 The system has failed to hibernate (the error code is %hs). Hibernation will be disabled until the system is restarted.
2362 0x00000299
2364 ERROR_FILE_SYSTEM_LIMITATION
2365         
2367 The requested operation could not be completed due to a file system limitation.
2369 0x0000029C
2371 ERROR_ASSERTION_FAILURE
2372         
2374 An assertion failure has occurred.
2376 0x0000029D
2378 ERROR_ACPI_ERROR
2379         
2381 An error occurred in the Advanced Configuration and Power Interface (ACPI) subsystem.
2383 0x0000029E
2385 ERROR_WOW_ASSERTION
2386         
2388 WOW assertion error.
2390 0x0000029F
2392 ERROR_PNP_BAD_MPS_TABLE
2393         
2395 A device is missing in the system BIOS MultiProcessor Specification (MPS) table. This device will not be used. Contact your system vendor for system BIOS update.
2397 0x000002A0
2399 ERROR_PNP_TRANSLATION_FAILED
2400         
2402 A translator failed to translate resources.
2404 0x000002A1
2406 ERROR_PNP_IRQ_TRANSLATION_FAILED
2407         
2409 An interrupt request (IRQ) translator failed to translate resources.
2411 0x000002A2
2413 ERROR_PNP_INVALID_ID
2414         
2416 Driver %2 returned invalid ID for a child device (%3).
2418 0x000002A3
2420 ERROR_WAKE_SYSTEM_DEBUGGER
2421         
2423 {Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
2425 0x000002A4
2427 ERROR_HANDLES_CLOSED
2428         
2430 {Handles Closed} Handles to objects have been automatically closed because of the requested operation.
2432 0x000002A5
2434 ERROR_EXTRANEOUS_INFORMATION
2435         
2437 {Too Much Information} The specified ACL contained more information than was expected.
2439 0x000002A6
2441 ERROR_RXACT_COMMIT_NECESSARY
2442         
2444 This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed, but it has not been rolled back either (so it can still be committed if desired).
2446 0x000002A7
2448 ERROR_MEDIA_CHECK
2449         
2451 {Media Changed} The media might have changed.
2453 0x000002A8
2455 ERROR_GUID_SUBSTITUTION_MADE
2456         
2458 {GUID Substitution} During the translation of a GUID to a Windows SID, no administratively defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this might provide more restrictive access than intended.
2460 0x000002A9
2462 ERROR_STOPPED_ON_SYMLINK
2463         
2465 The create operation stopped after reaching a symbolic link.
2467 0x000002AA
2469 ERROR_LONGJUMP
2470         
2472 A long jump has been executed.
2474 0x000002AB
2476 ERROR_PLUGPLAY_QUERY_VETOED
2477         
2479 The Plug and Play query operation was not successful.
2481 0x000002AC
2483 ERROR_UNWIND_CONSOLIDATE
2484         
2486 A frame consolidation has been executed.
2488 0x000002AD
2490 ERROR_REGISTRY_HIVE_RECOVERED
2491         
2493 {Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
2495 0x000002AE
2497 ERROR_DLL_MIGHT_BE_INSECURE
2498         
2500 The application is attempting to run executable code from the module %hs. This might be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
2502 0x000002AF
2504 ERROR_DLL_MIGHT_BE_INCOMPATIBLE
2505         
2507 The application is loading executable code from the module %hs. This is secure, but might be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
2509 0x000002B0
2511 ERROR_DBG_EXCEPTION_NOT_HANDLED
2512         
2514 Debugger did not handle the exception.
2516 0x000002B1
2518 ERROR_DBG_REPLY_LATER
2519         
2521 Debugger will reply later.
2523 0x000002B2
2525 ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE
2526         
2528 Debugger cannot provide handle.
2530 0x000002B3
2532 ERROR_DBG_TERMINATE_THREAD
2533         
2535 Debugger terminated thread.
2537 0x000002B4
2539 ERROR_DBG_TERMINATE_PROCESS
2540         
2542 Debugger terminated process.
2544 0x000002B5
2546 ERROR_DBG_CONTROL_C
2547         
2549 Debugger got control C.
2551 0x000002B6
2553 ERROR_DBG_PRINTEXCEPTION_C
2554         
2556 Debugger printed exception on control C.
2558 0x000002B7
2560 ERROR_DBG_RIPEXCEPTION
2561         
2563 Debugger received Routing Information Protocol (RIP) exception.
2565 0x000002B8
2567 ERROR_DBG_CONTROL_BREAK
2568         
2570 Debugger received control break.
2572 0x000002B9
2574 ERROR_DBG_COMMAND_EXCEPTION
2575         
2577 Debugger command communication exception.
2579 0x000002BA
2581 ERROR_OBJECT_NAME_EXISTS
2582         
2584 {Object Exists} An attempt was made to create an object and the object name already existed.
2586 0x000002BB
2588 ERROR_THREAD_WAS_SUSPENDED
2589         
2591 {Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed and termination proceeded.
2593 0x000002BC
2595 ERROR_IMAGE_NOT_AT_BASE
2596         
2598 {Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixes must be performed on this image.
2600 0x000002BD
2602 ERROR_RXACT_STATE_CREATED
2603         
2605 This informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.
2607 0x000002BE
2609 ERROR_SEGMENT_NOTIFICATION
2610         
2612 {Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.
2614 0x000002BF
2616 ERROR_BAD_CURRENT_DIRECTORY
2617         
2619 {Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
2621 0x000002C0
2623 ERROR_FT_READ_RECOVERY_FROM_BACKUP
2624         
2626 {Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was unable to reassign the failing area of the device.
2628 0x000002C1
2630 ERROR_FT_WRITE_RECOVERY
2631         
2633 {Redundant Write} To satisfy a write request, the Windows NT operating system fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but it was not able to reassign the failing area of the device.
2635 0x000002C2
2637 ERROR_IMAGE_MACHINE_TYPE_MISMATCH
2638         
2640 {Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
2642 0x000002C3
2644 ERROR_RECEIVE_PARTIAL
2645         
2647 {Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
2649 0x000002C4
2651 ERROR_RECEIVE_EXPEDITED
2652         
2654 {Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
2656 0x000002C5
2658 ERROR_RECEIVE_PARTIAL_EXPEDITED
2659         
2661 {Partial Expedited Data Received} 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.
2663 0x000002C6
2665 ERROR_EVENT_DONE
2666         
2668 {TDI Event Done} The TDI indication has completed successfully.
2670 0x000002C7
2672 ERROR_EVENT_PENDING
2673         
2675 {TDI Event Pending} The TDI indication has entered the pending state.
2677 0x000002C8
2679 ERROR_CHECKING_FILE_SYSTEM
2680         
2682 Checking file system on %wZ.
2684 0x000002C9
2686 ERROR_FATAL_APP_EXIT
2687         
2689 {Fatal Application Exit} %hs.
2691 0x000002CA
2693 ERROR_PREDEFINED_HANDLE
2694         
2696 The specified registry key is referenced by a predefined handle.
2698 0x000002CB
2700 ERROR_WAS_UNLOCKED
2701         
2703 {Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
2705 0x000002CD
2707 ERROR_WAS_LOCKED
2708         
2710 {Page Locked} One of the pages to lock was already locked.
2712 0x000002CF
2714 ERROR_ALREADY_WIN32
2715         
2717 The value already corresponds with a Win 32 error code.
2719 0x000002D0
2721 ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE
2722         
2724 {Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
2726 0x000002D1
2728 ERROR_NO_YIELD_PERFORMED
2729         
2731 A yield execution was performed and no thread was available to run.
2733 0x000002D2
2735 ERROR_TIMER_RESUME_IGNORED
2736         
2738 The resume flag to a timer API was ignored.
2740 0x000002D3
2742 ERROR_ARBITRATION_UNHANDLED
2743         
2745 The arbiter has deferred arbitration of these resources to its parent.
2747 0x000002D4
2749 ERROR_CARDBUS_NOT_SUPPORTED
2750         
2752 The inserted CardBus device cannot be started because of a configuration error on %hs"."
2754 0x000002D5
2756 ERROR_MP_PROCESSOR_MISMATCH
2757         
2759 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. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
2761 0x000002D6
2763 ERROR_HIBERNATED
2764         
2766 The system was put into hibernation.
2768 0x000002D7
2770 ERROR_RESUME_HIBERNATION
2771         
2773 The system was resumed from hibernation.
2775 0x000002D8
2777 ERROR_FIRMWARE_UPDATED
2778         
2780 Windows has detected that the system firmware (BIOS) was updated (previous firmware date = %2, current firmware date %3).
2782 0x000002D9
2784 ERROR_DRIVERS_LEAKING_LOCKED_PAGES
2785         
2787 A device driver is leaking locked I/O pages, causing system degradation. The system has automatically enabled a tracking code to try and catch the culprit.
2789 0x000002DA
2791 ERROR_WAKE_SYSTEM
2792         
2794 The system has awoken.
2796 0x000002DF
2798 ERROR_ABANDONED_WAIT_0
2799         
2801 The call failed because the handle associated with it was closed.
2803 0x000002E4
2805 ERROR_ELEVATION_REQUIRED
2806         
2808 The requested operation requires elevation.
2810 0x000002E5
2812 ERROR_REPARSE
2813         
2815 A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.
2817 0x000002E6
2819 ERROR_OPLOCK_BREAK_IN_PROGRESS
2820         
2822 An open/create operation completed while an oplock break is underway.
2824 0x000002E7
2826 ERROR_VOLUME_MOUNTED
2827         
2829 A new volume has been mounted by a file system.
2831 0x000002E8
2833 ERROR_RXACT_COMMITTED
2834         
2836 This success level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has now been completed.
2838 0x000002E9
2840 ERROR_NOTIFY_CLEANUP
2841         
2843 This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
2845 0x000002EA
2847 ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED
2848         
2850 {Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer was able to connect on a secondary transport.
2852 0x000002EB
2854 ERROR_PAGE_FAULT_TRANSITION
2855         
2857 Page fault was a transition fault.
2859 0x000002EC
2861 ERROR_PAGE_FAULT_DEMAND_ZERO
2862         
2864 Page fault was a demand zero fault.
2866 0x000002ED
2868 ERROR_PAGE_FAULT_COPY_ON_WRITE
2869         
2871 Page fault was a demand zero fault.
2873 0x000002EE
2875 ERROR_PAGE_FAULT_GUARD_PAGE
2876         
2878 Page fault was a demand zero fault.
2880 0x000002EF
2882 ERROR_PAGE_FAULT_PAGING_FILE
2883         
2885 Page fault was satisfied by reading from a secondary storage device.
2887 0x000002F0
2889 ERROR_CACHE_PAGE_LOCKED
2890         
2892 Cached page was locked during operation.
2894 0x000002F1
2896 ERROR_CRASH_DUMP
2897         
2899 Crash dump exists in paging file.
2901 0x000002F2
2903 ERROR_BUFFER_ALL_ZEROS
2904         
2906 Specified buffer contains all zeros.
2908 0x000002F3
2910 ERROR_REPARSE_OBJECT
2911         
2913 A reparse should be performed by the object manager because the name of the file resulted in a symbolic link.
2915 0x000002F4
2917 ERROR_RESOURCE_REQUIREMENTS_CHANGED
2918         
2920 The device has succeeded a query-stop and its resource requirements have changed.
2922 0x000002F5
2924 ERROR_TRANSLATION_COMPLETE
2925         
2927 The translator has translated these resources into the global space and no further translations should be performed.
2929 0x000002F6
2931 ERROR_NOTHING_TO_TERMINATE
2932         
2934 A process being terminated has no threads to terminate.
2936 0x000002F7
2938 ERROR_PROCESS_NOT_IN_JOB
2939         
2941 The specified process is not part of a job.
2943 0x000002F8
2945 ERROR_PROCESS_IN_JOB
2946         
2948 The specified process is part of a job.
2950 0x000002F9
2952 ERROR_VOLSNAP_HIBERNATE_READY
2953         
2955 {Volume Shadow Copy Service} The system is now ready for hibernation.
2957 0x000002FA
2959 ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY
2960         
2962 A file system or file system filter driver has successfully completed an FsFilter operation.
2964 0x000002FB
2966 ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED
2967         
2969 The specified interrupt vector was already connected.
2971 0x000002FC
2973 ERROR_INTERRUPT_STILL_CONNECTED
2974         
2976 The specified interrupt vector is still connected.
2978 0x000002FD
2980 ERROR_WAIT_FOR_OPLOCK
2981         
2983 An operation is blocked waiting for an oplock.
2985 0x000002FE
2987 ERROR_DBG_EXCEPTION_HANDLED
2988         
2990 Debugger handled exception.
2992 0x000002FF
2994 ERROR_DBG_CONTINUE
2995         
2997 Debugger continued.
2999 0x00000300
3001 ERROR_CALLBACK_POP_STACK
3002         
3004 An exception occurred in a user mode callback and the kernel callback frame should be removed.
3006 0x00000301
3008 ERROR_COMPRESSION_DISABLED
3009         
3011 Compression is disabled for this volume.
3013 0x00000302
3015 ERROR_CANTFETCHBACKWARDS
3016         
3018 The data provider cannot fetch backward through a result set.
3020 0x00000303
3022 ERROR_CANTSCROLLBACKWARDS
3023         
3025 The data provider cannot scroll backward through a result set.
3027 0x00000304
3029 ERROR_ROWSNOTRELEASED
3030         
3032 The data provider requires that previously fetched data is released before asking for more data.
3034 0x00000305
3036 ERROR_BAD_ACCESSOR_FLAGS
3037         
3039 The data provider was not able to interpret the flags set for a column binding in an accessor.
3041 0x00000306
3043 ERROR_ERRORS_ENCOUNTERED
3044         
3046 One or more errors occurred while processing the request.
3048 0x00000307
3050 ERROR_NOT_CAPABLE
3051         
3053 The implementation is not capable of performing the request.
3055 0x00000308
3057 ERROR_REQUEST_OUT_OF_SEQUENCE
3058         
3060 The client of a component requested an operation that is not valid given the state of the component instance.
3062 0x00000309
3064 ERROR_VERSION_PARSE_ERROR
3065         
3067 A version number could not be parsed.
3069 0x0000030A
3071 ERROR_BADSTARTPOSITION
3072         
3074 The iterator's start position is invalid.
3076 0x0000030B
3078 ERROR_MEMORY_HARDWARE
3079         
3081 The hardware has reported an uncorrectable memory error.
3083 0x0000030C
3085 ERROR_DISK_REPAIR_DISABLED
3086         
3088 The attempted operation required self-healing to be enabled.
3090 0x0000030D
3092 ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE
3093         
3095 The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
3097 0x0000030E
3099 ERROR_SYSTEM_POWERSTATE_TRANSITION
3100         
3102 The system power state is transitioning from %2 to %3.
3104 0x0000030F
3106 ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION
3107         
3109 The system power state is transitioning from %2 to %3 but could enter %4.
3111 0x00000310
3113 ERROR_MCA_EXCEPTION
3114         
3116 A thread is getting dispatched with MCA EXCEPTION because of MCA.
3118 0x00000311
3120 ERROR_ACCESS_AUDIT_BY_POLICY
3121         
3123 Access to %1 is monitored by policy rule %2.
3125 0x00000312
3127 ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY
3128         
3130 Access to %1 has been restricted by your administrator by policy rule %2.
3132 0x00000313
3134 ERROR_ABANDON_HIBERFILE
3135         
3137 A valid hibernation file has been invalidated and should be abandoned.
3139 0x00000314
3141 ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED
3142         
3144 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused by network connectivity issues. Try to save this file elsewhere.
3146 0x00000315
3148 ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR
3149         
3151 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Try to save this file elsewhere.
3153 0x00000316
3155 ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR
3156         
3158 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error can be caused if the device has been removed or the media is write-protected.
3160 0x000003E2
3162 ERROR_EA_ACCESS_DENIED
3163         
3165 Access to the extended attribute was denied.
3167 0x000003E3
3169 ERROR_OPERATION_ABORTED
3170         
3172 The I/O operation has been aborted because of either a thread exit or an application request.
3174 0x000003E4
3176 ERROR_IO_INCOMPLETE
3177         
3179 Overlapped I/O event is not in a signaled state.
3181 0x000003E5
3183 ERROR_IO_PENDING
3184         
3186 Overlapped I/O operation is in progress.
3188 0x000003E6
3190 ERROR_NOACCESS
3191         
3193 Invalid access to memory location.
3195 0x000003E7
3197 ERROR_SWAPERROR
3198         
3200 Error performing in-page operation.
3202 0x000003E9
3204 ERROR_STACK_OVERFLOW
3205         
3207 Recursion too deep; the stack overflowed.
3209 0x000003EA
3211 ERROR_INVALID_MESSAGE
3212         
3214 The window cannot act on the sent message.
3216 0x000003EB
3218 ERROR_CAN_NOT_COMPLETE
3219         
3221 Cannot complete this function.
3223 0x000003EC
3225 ERROR_INVALID_FLAGS
3226         
3228 Invalid flags.
3230 0x000003ED
3232 ERROR_UNRECOGNIZED_VOLUME
3233         
3235 The volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupted.
3237 0x000003EE
3239 ERROR_FILE_INVALID
3240         
3242 The volume for a file has been externally altered so that the opened file is no longer valid.
3244 0x000003EF
3246 ERROR_FULLSCREEN_MODE
3247         
3249 The requested operation cannot be performed in full-screen mode.
3251 0x000003F0
3253 ERROR_NO_TOKEN
3254         
3256 An attempt was made to reference a token that does not exist.
3258 0x000003F1
3260 ERROR_BADDB
3261         
3263 The configuration registry database is corrupt.
3265 0x000003F2
3267 ERROR_BADKEY
3268         
3270 The configuration registry key is invalid.
3272 0x000003F3
3274 ERROR_CANTOPEN
3275         
3277 The configuration registry key could not be opened.
3279 0x000003F4
3281 ERROR_CANTREAD
3282         
3284 The configuration registry key could not be read.
3286 0x000003F5
3288 ERROR_CANTWRITE
3289         
3291 The configuration registry key could not be written.
3293 0x000003F6
3295 ERROR_REGISTRY_RECOVERED
3296         
3298 One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
3300 0x000003F7
3302 ERROR_REGISTRY_CORRUPT
3303         
3305 The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
3307 0x000003F8
3309 ERROR_REGISTRY_IO_FAILED
3310         
3312 An I/O operation initiated by the registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system's image of the registry.
3314 0x000003F9
3316 ERROR_NOT_REGISTRY_FILE
3317         
3319 The system attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
3321 0x000003FA
3323 ERROR_KEY_DELETED
3324         
3326 Illegal operation attempted on a registry key that has been marked for deletion.
3328 0x000003FB
3330 ERROR_NO_LOG_SPACE
3331         
3333 System could not allocate the required space in a registry log.
3335 0x000003FC
3337 ERROR_KEY_HAS_CHILDREN
3338         
3340 Cannot create a symbolic link in a registry key that already has subkeys or values.
3342 0x000003FD
3344 ERROR_CHILD_MUST_BE_VOLATILE
3345         
3347 Cannot create a stable subkey under a volatile parent key.
3349 0x000003FE
3351 ERROR_NOTIFY_ENUM_DIR
3352         
3354 A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
3356 0x0000041B
3358 ERROR_DEPENDENT_SERVICES_RUNNING
3359         
3361 A stop control has been sent to a service that other running services are dependent on.
3363 0x0000041C
3365 ERROR_INVALID_SERVICE_CONTROL
3366         
3368 The requested control is not valid for this service.
3370 0x0000041D
3372 ERROR_SERVICE_REQUEST_TIMEOUT
3373         
3375 The service did not respond to the start or control request in a timely fashion.
3377 0x0000041E
3379 ERROR_SERVICE_NO_THREAD
3380         
3382 A thread could not be created for the service.
3384 0x0000041F
3386 ERROR_SERVICE_DATABASE_LOCKED
3387         
3389 The service database is locked.
3391 0x00000420
3393 ERROR_SERVICE_ALREADY_RUNNING
3394         
3396 An instance of the service is already running.
3398 0x00000421
3400 ERROR_INVALID_SERVICE_ACCOUNT
3401         
3403 The account name is invalid or does not exist, or the password is invalid for the account name specified.
3405 0x00000422
3407 ERROR_SERVICE_DISABLED
3408         
3410 The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
3412 0x00000423
3414 ERROR_CIRCULAR_DEPENDENCY
3415         
3417 Circular service dependency was specified.
3419 0x00000424
3421 ERROR_SERVICE_DOES_NOT_EXIST
3422         
3424 The specified service does not exist as an installed service.
3426 0x00000425
3428 ERROR_SERVICE_CANNOT_ACCEPT_CTRL
3429         
3431 The service cannot accept control messages at this time.
3433 0x00000426
3435 ERROR_SERVICE_NOT_ACTIVE
3436         
3438 The service has not been started.
3440 0x00000427
3442 ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
3443         
3445 The service process could not connect to the service controller.
3447 0x00000428
3449 ERROR_EXCEPTION_IN_SERVICE
3450         
3452 An exception occurred in the service when handling the control request.
3454 0x00000429
3456 ERROR_DATABASE_DOES_NOT_EXIST
3457         
3459 The database specified does not exist.
3461 0x0000042A
3463 ERROR_SERVICE_SPECIFIC_ERROR
3464         
3466 The service has returned a service-specific error code.
3468 0x0000042B
3470 ERROR_PROCESS_ABORTED
3471         
3473 The process terminated unexpectedly.
3475 0x0000042C
3477 ERROR_SERVICE_DEPENDENCY_FAIL
3478         
3480 The dependency service or group failed to start.
3482 0x0000042D
3484 ERROR_SERVICE_LOGON_FAILED
3485         
3487 The service did not start due to a logon failure.
3489 0x0000042E
3491 ERROR_SERVICE_START_HANG
3492         
3494 After starting, the service stopped responding in a start-pending state.
3496 0x0000042F
3498 ERROR_INVALID_SERVICE_LOCK
3499         
3501 The specified service database lock is invalid.
3503 0x00000430
3505 ERROR_SERVICE_MARKED_FOR_DELETE
3506         
3508 The specified service has been marked for deletion.
3510 0x00000431
3512 ERROR_SERVICE_EXISTS
3513         
3515 The specified service already exists.
3517 0x00000432
3519 ERROR_ALREADY_RUNNING_LKG
3520         
3522 The system is currently running with the last-known-good configuration.
3524 0x00000433
3526 ERROR_SERVICE_DEPENDENCY_DELETED
3527         
3529 The dependency service does not exist or has been marked for deletion.
3531 0x00000434
3533 ERROR_BOOT_ALREADY_ACCEPTED
3534         
3536 The current boot has already been accepted for use as the last-known-good control set.
3538 0x00000435
3540 ERROR_SERVICE_NEVER_STARTED
3541         
3543 No attempts to start the service have been made since the last boot.
3545 0x00000436
3547 ERROR_DUPLICATE_SERVICE_NAME
3548         
3550 The name is already in use as either a service name or a service display name.
3552 0x00000437
3554 ERROR_DIFFERENT_SERVICE_ACCOUNT
3555         
3557 The account specified for this service is different from the account specified for other services running in the same process.
3559 0x00000438
3561 ERROR_CANNOT_DETECT_DRIVER_FAILURE
3562         
3564 Failure actions can only be set for Win32 services, not for drivers.
3566 0x00000439
3568 ERROR_CANNOT_DETECT_PROCESS_ABORT
3569         
3571 This service runs in the same process as the service control manager. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
3573 0x0000043A
3575 ERROR_NO_RECOVERY_PROGRAM
3576         
3578 No recovery program has been configured for this service.
3580 0x0000043B
3582 ERROR_SERVICE_NOT_IN_EXE
3583         
3585 The executable program that this service is configured to run in does not implement the service.
3587 0x0000043C
3589 ERROR_NOT_SAFEBOOT_SERVICE
3590         
3592 This service cannot be started in Safe Mode.
3594 0x0000044C
3596 ERROR_END_OF_MEDIA
3597         
3599 The physical end of the tape has been reached.
3601 0x0000044D
3603 ERROR_FILEMARK_DETECTED
3604         
3606 A tape access reached a filemark.
3608 0x0000044E
3610 ERROR_BEGINNING_OF_MEDIA
3611         
3613 The beginning of the tape or a partition was encountered.
3615 0x0000044F
3617 ERROR_SETMARK_DETECTED
3618         
3620 A tape access reached the end of a set of files.
3622 0x00000450
3624 ERROR_NO_DATA_DETECTED
3625         
3627 No more data is on the tape.
3629 0x00000451
3631 ERROR_PARTITION_FAILURE
3632         
3634 Tape could not be partitioned.
3636 0x00000452
3638 ERROR_INVALID_BLOCK_LENGTH
3639         
3641 When accessing a new tape of a multivolume partition, the current block size is incorrect.
3643 0x00000453
3645 ERROR_DEVICE_NOT_PARTITIONED
3646         
3648 Tape partition information could not be found when loading a tape.
3650 0x00000454
3652 ERROR_UNABLE_TO_LOCK_MEDIA
3653         
3655 Unable to lock the media eject mechanism.
3657 0x00000455
3659 ERROR_UNABLE_TO_UNLOAD_MEDIA
3660         
3662 Unable to unload the media.
3664 0x00000456
3666 ERROR_MEDIA_CHANGED
3667         
3669 The media in the drive might have changed.
3671 0x00000457
3673 ERROR_BUS_RESET
3674         
3676 The I/O bus was reset.
3678 0x00000458
3680 ERROR_NO_MEDIA_IN_DRIVE
3681         
3683 No media in drive.
3685 0x00000459
3687 ERROR_NO_UNICODE_TRANSLATION
3688         
3690 No mapping for the Unicode character exists in the target multibyte code page.
3692 0x0000045A
3694 ERROR_DLL_INIT_FAILED
3695         
3697 A DLL initialization routine failed.
3699 0x0000045B
3701 ERROR_SHUTDOWN_IN_PROGRESS
3702         
3704 A system shutdown is in progress.
3706 0x0000045C
3708 ERROR_NO_SHUTDOWN_IN_PROGRESS
3709         
3711 Unable to abort the system shutdown because no shutdown was in progress.
3713 0x0000045D
3715 ERROR_IO_DEVICE
3716         
3718 The request could not be performed because of an I/O device error.
3720 0x0000045E
3722 ERROR_SERIAL_NO_DEVICE
3723         
3725 No serial device was successfully initialized. The serial driver will unload.
3727 0x0000045F
3729 ERROR_IRQ_BUSY
3730         
3732 Unable to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened.
3734 0x00000460
3736 ERROR_MORE_WRITES
3737         
3739 A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
3741 0x00000461
3743 ERROR_COUNTER_TIMEOUT
3744         
3746 A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
3748 0x00000462
3750 ERROR_FLOPPY_ID_MARK_NOT_FOUND
3751         
3753 No ID address mark was found on the floppy disk.
3755 0x00000463
3757 ERROR_FLOPPY_WRONG_CYLINDER
3758         
3760 Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
3762 0x00000464
3764 ERROR_FLOPPY_UNKNOWN_ERROR
3765         
3767 The floppy disk controller reported an error that is not recognized by the floppy disk driver.
3769 0x00000465
3771 ERROR_FLOPPY_BAD_REGISTERS
3772         
3774 The floppy disk controller returned inconsistent results in its registers.
3776 0x00000466
3778 ERROR_DISK_RECALIBRATE_FAILED
3779         
3781 While accessing the hard disk, a recalibrate operation failed, even after retries.
3783 0x00000467
3785 ERROR_DISK_OPERATION_FAILED
3786         
3788 While accessing the hard disk, a disk operation failed even after retries.
3790 0x00000468
3792 ERROR_DISK_RESET_FAILED
3793         
3795 While accessing the hard disk, a disk controller reset was needed, but that also failed.
3797 0x00000469
3799 ERROR_EOM_OVERFLOW
3800         
3802 Physical end of tape encountered.
3804 0x0000046A
3806 ERROR_NOT_ENOUGH_SERVER_MEMORY
3807         
3809 Not enough server storage is available to process this command.
3811 0x0000046B
3813 ERROR_POSSIBLE_DEADLOCK
3814         
3816 A potential deadlock condition has been detected.
3818 0x0000046C
3820 ERROR_MAPPED_ALIGNMENT
3821         
3823 The base address or the file offset specified does not have the proper alignment.
3825 0x00000474
3827 ERROR_SET_POWER_STATE_VETOED
3828         
3830 An attempt to change the system power state was vetoed by another application or driver.
3832 0x00000475
3834 ERROR_SET_POWER_STATE_FAILED
3835         
3837 The system BIOS failed an attempt to change the system power state.
3839 0x00000476
3841 ERROR_TOO_MANY_LINKS
3842         
3844 An attempt was made to create more links on a file than the file system supports.
3846 0x0000047E
3848 ERROR_OLD_WIN_VERSION
3849         
3851 The specified program requires a newer version of Windows.
3853 0x0000047F
3855 ERROR_APP_WRONG_OS
3856         
3858 The specified program is not a Windows or MS-DOS program.
3860 0x00000480
3862 ERROR_SINGLE_INSTANCE_APP
3863         
3865 Cannot start more than one instance of the specified program.
3867 0x00000481
3869 ERROR_RMODE_APP
3870         
3872 The specified program was written for an earlier version of Windows.
3874 0x00000482
3876 ERROR_INVALID_DLL
3877         
3879 One of the library files needed to run this application is damaged.
3881 0x00000483
3883 ERROR_NO_ASSOCIATION
3884         
3886 No application is associated with the specified file for this operation.
3888 0x00000484
3890 ERROR_DDE_FAIL
3891         
3893 An error occurred in sending the command to the application.
3895 0x00000485
3897 ERROR_DLL_NOT_FOUND
3898         
3900 One of the library files needed to run this application cannot be found.
3902 0x00000486
3904 ERROR_NO_MORE_USER_HANDLES
3905         
3907 The current process has used all of its system allowance of handles for Windows manager objects.
3909 0x00000487
3911 ERROR_MESSAGE_SYNC_ONLY
3912         
3914 The message can be used only with synchronous operations.
3916 0x00000488
3918 ERROR_SOURCE_ELEMENT_EMPTY
3919         
3921 The indicated source element has no media.
3923 0x00000489
3925 ERROR_DESTINATION_ELEMENT_FULL
3926         
3928 The indicated destination element already contains media.
3930 0x0000048A
3932 ERROR_ILLEGAL_ELEMENT_ADDRESS
3933         
3935 The indicated element does not exist.
3937 0x0000048B
3939 ERROR_MAGAZINE_NOT_PRESENT
3940         
3942 The indicated element is part of a magazine that is not present.
3944 0x0000048C
3946 ERROR_DEVICE_REINITIALIZATION_NEEDED
3947         
3949 The indicated device requires re-initialization due to hardware errors.
3951 0x0000048D
3953 ERROR_DEVICE_REQUIRES_CLEANING
3954         
3956 The device has indicated that cleaning is required before further operations are attempted.
3958 0x0000048E
3960 ERROR_DEVICE_DOOR_OPEN
3961         
3963 The device has indicated that its door is open.
3965 0x0000048F
3967 ERROR_DEVICE_NOT_CONNECTED
3968         
3970 The device is not connected.
3972 0x00000490
3974 ERROR_NOT_FOUND
3975         
3977 Element not found.
3979 0x00000491
3981 ERROR_NO_MATCH
3982         
3984 There was no match for the specified key in the index.
3986 0x00000492
3988 ERROR_SET_NOT_FOUND
3989         
3991 The property set specified does not exist on the object.
3993 0x00000493
3995 ERROR_POINT_NOT_FOUND
3996         
3998 The point passed to GetMouseMovePoints is not in the buffer.
4000 0x00000494
4002 ERROR_NO_TRACKING_SERVICE
4003         
4005 The tracking (workstation) service is not running.
4007 0x00000495
4009 ERROR_NO_VOLUME_ID
4010         
4012 The volume ID could not be found.
4014 0x00000497
4016 ERROR_UNABLE_TO_REMOVE_REPLACED
4017         
4019 Unable to remove the file to be replaced.
4021 0x00000498
4023 ERROR_UNABLE_TO_MOVE_REPLACEMENT
4024         
4026 Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
4028 0x00000499
4030 ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
4031         
4033 Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
4035 0x0000049A
4037 ERROR_JOURNAL_DELETE_IN_PROGRESS
4038         
4040 The volume change journal is being deleted.
4042 0x0000049B
4044 ERROR_JOURNAL_NOT_ACTIVE
4045         
4047 The volume change journal is not active.
4049 0x0000049C
4051 ERROR_POTENTIAL_FILE_FOUND
4052         
4054 A file was found, but it might not be the correct file.
4056 0x0000049D
4058 ERROR_JOURNAL_ENTRY_DELETED
4059         
4061 The journal entry has been deleted from the journal.
4063 0x000004A6
4065 ERROR_SHUTDOWN_IS_SCHEDULED
4066         
4068 A system shutdown has already been scheduled.
4070 0x000004A7
4072 ERROR_SHUTDOWN_USERS_LOGGED_ON
4073         
4075 The system shutdown cannot be initiated because there are other users logged on to the computer.
4077 0x000004B0
4079 ERROR_BAD_DEVICE
4080         
4082 The specified device name is invalid.
4084 0x000004B1
4086 ERROR_CONNECTION_UNAVAIL
4087         
4089 The device is not currently connected but it is a remembered connection.
4091 0x000004B2
4093 ERROR_DEVICE_ALREADY_REMEMBERED
4094         
4096 The local device name has a remembered connection to another network resource.
4098 0x000004B3
4100 ERROR_NO_NET_OR_BAD_PATH
4101         
4103 The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Try retyping the path or contact your network administrator.
4105 0x000004B4
4107 ERROR_BAD_PROVIDER
4108         
4110 The specified network provider name is invalid.
4112 0x000004B5
4114 ERROR_CANNOT_OPEN_PROFILE
4115         
4117 Unable to open the network connection profile.
4119 0x000004B6
4121 ERROR_BAD_PROFILE
4122         
4124 The network connection profile is corrupted.
4126 0x000004B7
4128 ERROR_NOT_CONTAINER
4129         
4131 Cannot enumerate a noncontainer.
4133 0x000004B8
4135 ERROR_EXTENDED_ERROR
4136         
4138 An extended error has occurred.
4140 0x000004B9
4142 ERROR_INVALID_GROUPNAME
4143         
4145 The format of the specified group name is invalid.
4147 0x000004BA
4149 ERROR_INVALID_COMPUTERNAME
4150         
4152 The format of the specified computer name is invalid.
4154 0x000004BB
4156 ERROR_INVALID_EVENTNAME
4157         
4159 The format of the specified event name is invalid.
4161 0x000004BC
4163 ERROR_INVALID_DOMAINNAME
4164         
4166 The format of the specified domain name is invalid.
4168 0x000004BD
4170 ERROR_INVALID_SERVICENAME
4171         
4173 The format of the specified service name is invalid.
4175 0x000004BE
4177 ERROR_INVALID_NETNAME
4178         
4180 The format of the specified network name is invalid.
4182 0x000004BF
4184 ERROR_INVALID_SHARENAME
4185         
4187 The format of the specified share name is invalid.
4189 0x000004C0
4191 ERROR_INVALID_PASSWORDNAME
4192         
4194 The format of the specified password is invalid.
4196 0x000004C1
4198 ERROR_INVALID_MESSAGENAME
4199         
4201 The format of the specified message name is invalid.
4203 0x000004C2
4205 ERROR_INVALID_MESSAGEDEST
4206         
4208 The format of the specified message destination is invalid.
4210 0x000004C3
4212 ERROR_SESSION_CREDENTIAL_CONFLICT
4213         
4215 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.
4217 0x000004C4
4219 ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
4220         
4222 An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
4224 0x000004C5
4226 ERROR_DUP_DOMAINNAME
4227         
4229 The workgroup or domain name is already in use by another computer on the network.
4231 0x000004C6
4233 ERROR_NO_NETWORK
4234         
4236 The network is not present or not started.
4238 0x000004C7
4240 ERROR_CANCELLED
4241         
4243 The operation was canceled by the user.
4245 0x000004C8
4247 ERROR_USER_MAPPED_FILE
4248         
4250 The requested operation cannot be performed on a file with a user-mapped section open.
4252 0x000004C9
4254 ERROR_CONNECTION_REFUSED
4255         
4257 The remote system refused the network connection.
4259 0x000004CA
4261 ERROR_GRACEFUL_DISCONNECT
4262         
4264 The network connection was gracefully closed.
4266 0x000004CB
4268 ERROR_ADDRESS_ALREADY_ASSOCIATED
4269         
4271 The network transport endpoint already has an address associated with it.
4273 0x000004CC
4275 ERROR_ADDRESS_NOT_ASSOCIATED
4276         
4278 An address has not yet been associated with the network endpoint.
4280 0x000004CD
4282 ERROR_CONNECTION_INVALID
4283         
4285 An operation was attempted on a nonexistent network connection.
4287 0x000004CE
4289 ERROR_CONNECTION_ACTIVE
4290         
4292 An invalid operation was attempted on an active network connection.
4294 0x000004CF
4296 ERROR_NETWORK_UNREACHABLE
4297         
4299 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
4301 0x000004D0
4303 ERROR_HOST_UNREACHABLE
4304         
4306 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
4308 0x000004D1
4310 ERROR_PROTOCOL_UNREACHABLE
4311         
4313 The network location cannot be reached. For information about network troubleshooting, see Windows Help.
4315 0x000004D2
4317 ERROR_PORT_UNREACHABLE
4318         
4320 No service is operating at the destination network endpoint on the remote system.
4322 0x000004D3
4324 ERROR_REQUEST_ABORTED
4325         
4327 The request was aborted.
4329 0x000004D4
4331 ERROR_CONNECTION_ABORTED
4332         
4334 The network connection was aborted by the local system.
4336 0x000004D5
4338 ERROR_RETRY
4339         
4341 The operation could not be completed. A retry should be performed.
4343 0x000004D6
4345 ERROR_CONNECTION_COUNT_LIMIT
4346         
4348 A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
4350 0x000004D7
4352 ERROR_LOGIN_TIME_RESTRICTION
4353         
4355 Attempting to log on during an unauthorized time of day for this account.
4357 0x000004D8
4359 ERROR_LOGIN_WKSTA_RESTRICTION
4360         
4362 The account is not authorized to log on from this station.
4364 0x000004D9
4366 ERROR_INCORRECT_ADDRESS
4367         
4369 The network address could not be used for the operation requested.
4371 0x000004DA
4373 ERROR_ALREADY_REGISTERED
4374         
4376 The service is already registered.
4378 0x000004DB
4380 ERROR_SERVICE_NOT_FOUND
4381         
4383 The specified service does not exist.
4385 0x000004DC
4387 ERROR_NOT_AUTHENTICATED
4388         
4390 The operation being requested was not performed because the user has not been authenticated.
4392 0x000004DD
4394 ERROR_NOT_LOGGED_ON
4395         
4397 The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
4399 0x000004DE
4401 ERROR_CONTINUE
4402         
4404 Continue with work in progress.
4406 0x000004DF
4408 ERROR_ALREADY_INITIALIZED
4409         
4411 An attempt was made to perform an initialization operation when initialization has already been completed.
4413 0x000004E0
4415 ERROR_NO_MORE_DEVICES
4416         
4418 No more local devices.
4420 0x000004E1
4422 ERROR_NO_SUCH_SITE
4423         
4425 The specified site does not exist.
4427 0x000004E2
4429 ERROR_DOMAIN_CONTROLLER_EXISTS
4430         
4432 A domain controller with the specified name already exists.
4434 0x000004E3
4436 ERROR_ONLY_IF_CONNECTED
4437         
4439 This operation is supported only when you are connected to the server.
4441 0x000004E4
4443 ERROR_OVERRIDE_NOCHANGES
4444         
4446 The group policy framework should call the extension even if there are no changes.
4448 0x000004E5
4450 ERROR_BAD_USER_PROFILE
4451         
4453 The specified user does not have a valid profile.
4455 0x000004E6
4457 ERROR_NOT_SUPPORTED_ON_SBS
4458         
4460 This operation is not supported on a computer running Windows Server 2003 operating system for Small Business Server.
4462 0x000004E7
4464 ERROR_SERVER_SHUTDOWN_IN_PROGRESS
4465         
4467 The server machine is shutting down.
4469 0x000004E8
4471 ERROR_HOST_DOWN
4472         
4474 The remote system is not available. For information about network troubleshooting, see Windows Help.
4476 0x000004E9
4478 ERROR_NON_ACCOUNT_SID
4479         
4481 The security identifier provided is not from an account domain.
4483 0x000004EA
4485 ERROR_NON_DOMAIN_SID
4486         
4488 The security identifier provided does not have a domain component.
4490 0x000004EB
4492 ERROR_APPHELP_BLOCK
4493         
4495 AppHelp dialog canceled, thus preventing the application from starting.
4497 0x000004EC
4499 ERROR_ACCESS_DISABLED_BY_POLICY
4500         
4502 This program is blocked by Group Policy. For more information, contact your system administrator.
4504 0x000004ED
4506 ERROR_REG_NAT_CONSUMPTION
4507         
4509 A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
4511 0x000004EE
4513 ERROR_CSCSHARE_OFFLINE
4514         
4516 The share is currently offline or does not exist.
4518 0x000004EF
4520 ERROR_PKINIT_FAILURE
4521         
4523 The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.
4525 0x000004F0
4527 ERROR_SMARTCARD_SUBSYSTEM_FAILURE
4528         
4530 The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
4532 0x000004F1
4534 ERROR_DOWNGRADE_DETECTED
4535         
4537 The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.
4539 0x000004F7
4541 ERROR_MACHINE_LOCKED
4542         
4544 The machine is locked and cannot be shut down without the force option.
4546 0x000004F9
4548 ERROR_CALLBACK_SUPPLIED_INVALID_DATA
4549         
4551 An application-defined callback gave invalid data when called.
4553 0x000004FA
4555 ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
4556         
4558 The Group Policy framework should call the extension in the synchronous foreground policy refresh.
4560 0x000004FB
4562 ERROR_DRIVER_BLOCKED
4563         
4565 This driver has been blocked from loading.
4567 0x000004FC
4569 ERROR_INVALID_IMPORT_OF_NON_DLL
4570         
4572 A DLL referenced a module that was neither a DLL nor the process's executable image.
4574 0x000004FD
4576 ERROR_ACCESS_DISABLED_WEBBLADE
4577         
4579 Windows cannot open this program because it has been disabled.
4581 0x000004FE
4583 ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
4584         
4586 Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
4588 0x000004FF
4590 ERROR_RECOVERY_FAILURE
4591         
4593 A transaction recover failed.
4595 0x00000500
4597 ERROR_ALREADY_FIBER
4598         
4600 The current thread has already been converted to a fiber.
4602 0x00000501
4604 ERROR_ALREADY_THREAD
4605         
4607 The current thread has already been converted from a fiber.
4609 0x00000502
4611 ERROR_STACK_BUFFER_OVERRUN
4612         
4614 The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
4616 0x00000503
4618 ERROR_PARAMETER_QUOTA_EXCEEDED
4619         
4621 Data present in one of the parameters is more than the function can operate on.
4623 0x00000504
4625 ERROR_DEBUGGER_INACTIVE
4626         
4628 An attempt to perform an operation on a debug object failed because the object is in the process of being deleted.
4630 0x00000505
4632 ERROR_DELAY_LOAD_FAILED
4633         
4635 An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
4637 0x00000506
4639 ERROR_VDM_DISALLOWED
4640         
4642 %1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
4644 0x00000507
4646 ERROR_UNIDENTIFIED_ERROR
4647         
4649 Insufficient information exists to identify the cause of failure.
4651 0x00000508
4653 ERROR_INVALID_CRUNTIME_PARAMETER
4654         
4656 The parameter passed to a C runtime function is incorrect.
4658 0x00000509
4660 ERROR_BEYOND_VDL
4661         
4663 The operation occurred beyond the valid data length of the file.
4665 0x0000050A
4667 ERROR_INCOMPATIBLE_SERVICE_SID_TYPE
4668         
4670 The service start failed because one or more services in the same process have an incompatible service SID type setting. A service with a restricted service SID type can only coexist in the same process with other services with a restricted SID type.
4672 0x0000050B
4674 ERROR_DRIVER_PROCESS_TERMINATED
4675         
4677 The process hosting the driver for this device has been terminated.
4679 0x0000050C
4681 ERROR_IMPLEMENTATION_LIMIT
4682         
4684 An operation attempted to exceed an implementation-defined limit.
4686 0x0000050D
4688 ERROR_PROCESS_IS_PROTECTED
4689         
4691 Either the target process, or the target thread's containing process, is a protected process.
4693 0x0000050E
4695 ERROR_SERVICE_NOTIFY_CLIENT_LAGGING
4696         
4698 The service notification client is lagging too far behind the current state of services in the machine.
4700 0x0000050F
4702 ERROR_DISK_QUOTA_EXCEEDED
4703         
4705 An operation failed because the storage quota was exceeded.
4707 0x00000510
4709 ERROR_CONTENT_BLOCKED
4710         
4712 An operation failed because the content was blocked.
4714 0x00000511
4716 ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE
4717         
4719 A privilege that the service requires to function properly does not exist in the service account configuration. The Services Microsoft Management Console (MMC) snap-in (Services.msc) and the Local Security Settings MMC snap-in (Secpol.msc) can be used to view the service configuration and the account configuration.
4721 0x00000513
4723 ERROR_INVALID_LABEL
4724         
4726 Indicates a particular SID cannot be assigned as the label of an object.
4728 0x00000514
4730 ERROR_NOT_ALL_ASSIGNED
4731         
4733 Not all privileges or groups referenced are assigned to the caller.
4735 0x00000515
4737 ERROR_SOME_NOT_MAPPED
4738         
4740 Some mapping between account names and SIDs was not done.
4742 0x00000516
4744 ERROR_NO_QUOTAS_FOR_ACCOUNT
4745         
4747 No system quota limits are specifically set for this account.
4749 0x00000517
4751 ERROR_LOCAL_USER_SESSION_KEY
4752         
4754 No encryption key is available. A well-known encryption key was returned.
4756 0x00000518
4758 ERROR_NULL_LM_PASSWORD
4759         
4761 The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a null string.
4763 0x00000519
4765 ERROR_UNKNOWN_REVISION
4766         
4768 The revision level is unknown.
4770 0x0000051A
4772 ERROR_REVISION_MISMATCH
4773         
4775 Indicates two revision levels are incompatible.
4777 0x0000051B
4779 ERROR_INVALID_OWNER
4780         
4782 This SID cannot be assigned as the owner of this object.
4784  0x0000051C
4786 ERROR_INVALID_PRIMARY_GROUP
4787         
4789 This SID cannot be assigned as the primary group of an object.
4791 0x0000051D
4793 ERROR_NO_IMPERSONATION_TOKEN
4794         
4796 An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
4798 0x0000051E
4800 ERROR_CANT_DISABLE_MANDATORY
4801         
4803 The group cannot be disabled.
4805 0x0000051F
4807 ERROR_NO_LOGON_SERVERS
4808         
4810 There are currently no logon servers available to service the logon request.
4812 0x00000520
4814 ERROR_NO_SUCH_LOGON_SESSION
4815         
4817 A specified logon session does not exist. It might already have been terminated.
4819 0x00000521
4821 ERROR_NO_SUCH_PRIVILEGE
4822         
4824 A specified privilege does not exist.
4826 0x00000522
4828 ERROR_PRIVILEGE_NOT_HELD
4829         
4831 A required privilege is not held by the client.
4833 0x00000523
4835 ERROR_INVALID_ACCOUNT_NAME
4836         
4838 The name provided is not a properly formed account name.
4840 0x00000524
4842 ERROR_USER_EXISTS
4843         
4845 The specified account already exists.
4847 0x00000525
4849 ERROR_NO_SUCH_USER
4850         
4852 The specified account does not exist.
4854 0x00000526
4856 ERROR_GROUP_EXISTS
4857         
4859 The specified group already exists.
4861 0x00000527
4863 ERROR_NO_SUCH_GROUP
4864         
4866 The specified group does not exist.
4868 0x00000528
4870 ERROR_MEMBER_IN_GROUP
4871         
4873 Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.
4875 0x00000529
4877 ERROR_MEMBER_NOT_IN_GROUP
4878         
4880 The specified user account is not a member of the specified group account.
4882 0x0000052A
4884 ERROR_LAST_ADMIN
4885         
4887 The last remaining administration account cannot be disabled or deleted.
4889 0x0000052B
4891 ERROR_WRONG_PASSWORD
4892         
4894 Unable to update the password. The value provided as the current password is incorrect.
4896 0x0000052C
4898 ERROR_ILL_FORMED_PASSWORD
4899         
4901 Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
4903 0x0000052D
4905 ERROR_PASSWORD_RESTRICTION
4906         
4908 Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.
4910 0x0000052E
4912 ERROR_LOGON_FAILURE
4913         
4915 Logon failure: Unknown user name or bad password.
4917 0x0000052F
4919 ERROR_ACCOUNT_RESTRICTION
4920         
4922 Logon failure: User account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.
4924 0x00000530
4926 ERROR_INVALID_LOGON_HOURS
4927         
4929 Logon failure: Account logon time restriction violation.
4931 0x00000531
4933 ERROR_INVALID_WORKSTATION
4934         
4936 Logon failure: User not allowed to log on to this computer.
4938 0x00000532
4940 ERROR_PASSWORD_EXPIRED
4941         
4943 Logon failure: The specified account password has expired.
4945 0x00000533
4947 ERROR_ACCOUNT_DISABLED
4948         
4950 Logon failure: Account currently disabled.
4952 0x00000534
4954 ERROR_NONE_MAPPED
4955         
4957 No mapping between account names and SIDs was done.
4959 0x00000535
4961 ERROR_TOO_MANY_LUIDS_REQUESTED
4962         
4964 Too many local user identifiers (LUIDs) were requested at one time.
4966 0x00000536
4968 ERROR_LUIDS_EXHAUSTED
4969         
4971 No more LUIDs are available.
4973 0x00000537
4975 ERROR_INVALID_SUB_AUTHORITY
4976         
4978 The sub-authority part of an SID is invalid for this particular use.
4980 0x00000538
4982 ERROR_INVALID_ACL
4983         
4985 The ACL structure is invalid.
4987 0x00000539
4989 ERROR_INVALID_SID
4990         
4992 The SID structure is invalid.
4994 0x0000053A
4996 ERROR_INVALID_SECURITY_DESCR
4997         
4999 The security descriptor structure is invalid.
5001 0x0000053C
5003 ERROR_BAD_INHERITANCE_ACL
5004         
5006 The inherited ACL or ACE could not be built.
5008 0x0000053D
5010 ERROR_SERVER_DISABLED
5011         
5013 The server is currently disabled.
5015 0x0000053E
5017 ERROR_SERVER_NOT_DISABLED
5018         
5020 The server is currently enabled.
5022 0x0000053F
5024 ERROR_INVALID_ID_AUTHORITY
5025         
5027 The value provided was an invalid value for an identifier authority.
5029 0x00000540
5031 ERROR_ALLOTTED_SPACE_EXCEEDED
5032         
5034 No more memory is available for security information updates.
5036 0x00000541
5038 ERROR_INVALID_GROUP_ATTRIBUTES
5039         
5041 The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
5043 0x00000542
5045 ERROR_BAD_IMPERSONATION_LEVEL
5046         
5048 Either a required impersonation level was not provided, or the provided impersonation level is invalid.
5050 0x00000543
5052 ERROR_CANT_OPEN_ANONYMOUS
5053         
5055 Cannot open an anonymous level security token.
5057 0x00000544
5059 ERROR_BAD_VALIDATION_CLASS
5060         
5062 The validation information class requested was invalid.
5064 0x00000545
5066 ERROR_BAD_TOKEN_TYPE
5067         
5069 The type of the token is inappropriate for its attempted use.
5071 0x00000546
5073 ERROR_NO_SECURITY_ON_OBJECT
5074         
5076 Unable to perform a security operation on an object that has no associated security.
5078 0x00000547
5080 ERROR_CANT_ACCESS_DOMAIN_INFO
5081         
5083 Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
5085 0x00000548
5087 ERROR_INVALID_SERVER_STATE
5088         
5090 The SAM or local security authority (LSA) server was in the wrong state to perform the security operation.
5092 0x00000549
5094 ERROR_INVALID_DOMAIN_STATE
5095         
5097 The domain was in the wrong state to perform the security operation.
5099 0x0000054A
5101 ERROR_INVALID_DOMAIN_ROLE
5102         
5104 This operation is only allowed for the PDC of the domain.
5106 0x0000054B
5108 ERROR_NO_SUCH_DOMAIN
5109         
5111 The specified domain either does not exist or could not be contacted.
5113 0x0000054C
5115 ERROR_DOMAIN_EXISTS
5116         
5118 The specified domain already exists.
5120 0x0000054D
5122 ERROR_DOMAIN_LIMIT_EXCEEDED
5123         
5125 An attempt was made to exceed the limit on the number of domains per server.
5127 0x0000054E
5129 ERROR_INTERNAL_DB_CORRUPTION
5130         
5132 Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
5134 0x0000054F
5136 ERROR_INTERNAL_ERROR
5137         
5139 An internal error occurred.
5141 0x00000550
5143 ERROR_GENERIC_NOT_MAPPED
5144         
5146 Generic access types were contained in an access mask that should already be mapped to nongeneric types.
5148 0x00000551
5150 ERROR_BAD_DESCRIPTOR_FORMAT
5151         
5153 A security descriptor is not in the right format (absolute or self-relative).
5155 0x00000552
5157 ERROR_NOT_LOGON_PROCESS
5158         
5160 The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
5162 0x00000553
5164 ERROR_LOGON_SESSION_EXISTS
5165         
5167 Cannot start a new logon session with an ID that is already in use.
5169 0x00000554
5171 ERROR_NO_SUCH_PACKAGE
5172         
5174 A specified authentication package is unknown.
5176 0x00000555
5178 ERROR_BAD_LOGON_SESSION_STATE
5179         
5181 The logon session is not in a state that is consistent with the requested operation.
5183 0x00000556
5185 ERROR_LOGON_SESSION_COLLISION
5186         
5188 The logon session ID is already in use.
5190 0x00000557
5192 ERROR_INVALID_LOGON_TYPE
5193         
5195 A logon request contained an invalid logon type value.
5197 0x00000558
5199 ERROR_CANNOT_IMPERSONATE
5200         
5202 Unable to impersonate using a named pipe until data has been read from that pipe.
5204 0x00000559
5206 ERROR_RXACT_INVALID_STATE
5207         
5209 The transaction state of a registry subtree is incompatible with the requested operation.
5211 0x0000055A
5213 ERROR_RXACT_COMMIT_FAILURE
5214         
5216 An internal security database corruption has been encountered.
5218 0x0000055B
5220 ERROR_SPECIAL_ACCOUNT
5221         
5223 Cannot perform this operation on built-in accounts.
5225 0x0000055C
5227 ERROR_SPECIAL_GROUP
5228         
5230 Cannot perform this operation on this built-in special group.
5232 0x0000055D
5234 ERROR_SPECIAL_USER
5235         
5237 Cannot perform this operation on this built-in special user.
5239 0x0000055E
5241 ERROR_MEMBERS_PRIMARY_GROUP
5242         
5244 The user cannot be removed from a group because the group is currently the user's primary group.
5246 0x0000055F
5248 ERROR_TOKEN_ALREADY_IN_USE
5249         
5251 The token is already in use as a primary token.
5253 0x00000560
5255 ERROR_NO_SUCH_ALIAS
5256         
5258 The specified local group does not exist.
5260 0x00000561
5262 ERROR_MEMBER_NOT_IN_ALIAS
5263         
5265 The specified account name is not a member of the group.
5267 0x00000562
5269 ERROR_MEMBER_IN_ALIAS
5270         
5272 The specified account name is already a member of the group.
5274 0x00000563
5276 ERROR_ALIAS_EXISTS
5277         
5279 The specified local group already exists.
5281 0x00000564
5283 ERROR_LOGON_NOT_GRANTED
5284         
5286 Logon failure: The user has not been granted the requested logon type at this computer.
5288 0x00000565
5290 ERROR_TOO_MANY_SECRETS
5291         
5293 The maximum number of secrets that can be stored in a single system has been exceeded.
5295 0x00000566
5297 ERROR_SECRET_TOO_LONG
5298         
5300 The length of a secret exceeds the maximum length allowed.
5302 0x00000567
5304 ERROR_INTERNAL_DB_ERROR
5305         
5307 The local security authority database contains an internal inconsistency.
5309 0x00000568
5311 ERROR_TOO_MANY_CONTEXT_IDS
5312         
5314 During a logon attempt, the user's security context accumulated too many SIDs.
5316 0x00000569
5318 ERROR_LOGON_TYPE_NOT_GRANTED
5319         
5321 Logon failure: The user has not been granted the requested logon type at this computer.
5323 0x0000056A
5325 ERROR_NT_CROSS_ENCRYPTION_REQUIRED
5326         
5328 A cross-encrypted password is necessary to change a user password.
5330 0x0000056B
5332 ERROR_NO_SUCH_MEMBER
5333         
5335 A member could not be added to or removed from the local group because the member does not exist.
5337 0x0000056C
5339 ERROR_INVALID_MEMBER
5340         
5342 A new member could not be added to a local group because the member has the wrong account type.
5344 0x0000056D
5346 ERROR_TOO_MANY_SIDS
5347         
5349 Too many SIDs have been specified.
5351 0x0000056E
5353 ERROR_LM_CROSS_ENCRYPTION_REQUIRED
5354         
5356 A cross-encrypted password is necessary to change this user password.
5358 0x0000056F
5360 ERROR_NO_INHERITANCE
5361         
5363 Indicates an ACL contains no inheritable components.
5365 0x00000570
5367 ERROR_FILE_CORRUPT
5368         
5370 The file or directory is corrupted and unreadable.
5372 0x00000571
5374 ERROR_DISK_CORRUPT
5375         
5377 The disk structure is corrupted and unreadable.
5379 0x00000572
5381 ERROR_NO_USER_SESSION_KEY
5382         
5384 There is no user session key for the specified logon session.
5386 0x00000573
5388 ERROR_LICENSE_QUOTA_EXCEEDED
5389         
5391 The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has accepted the maximum number of connections.
5393 0x00000574
5395 ERROR_WRONG_TARGET_NAME
5396         
5398 Logon failure: The target account name is incorrect.
5400 0x00000575
5402 ERROR_MUTUAL_AUTH_FAILED
5403         
5405 Mutual authentication failed. The server's password is out of date at the domain controller.
5407 0x00000576
5409 ERROR_TIME_SKEW
5410         
5412 There is a time and/or date difference between the client and server.
5414 0x00000577
5416 ERROR_CURRENT_DOMAIN_NOT_ALLOWED
5417         
5419 This operation cannot be performed on the current domain.
5421 0x00000578
5423 ERROR_INVALID_WINDOW_HANDLE
5424         
5426 Invalid window handle.
5428 0x00000579
5430 ERROR_INVALID_MENU_HANDLE
5431         
5433 Invalid menu handle.
5435 0x0000057A
5437 ERROR_INVALID_CURSOR_HANDLE
5438         
5440 Invalid cursor handle.
5442 0x0000057B
5444 ERROR_INVALID_ACCEL_HANDLE
5445         
5447 Invalid accelerator table handle.
5449 0x0000057C
5451 ERROR_INVALID_HOOK_HANDLE
5452         
5454 Invalid hook handle.
5456 0x0000057D
5458 ERROR_INVALID_DWP_HANDLE
5459         
5461 Invalid handle to a multiple-window position structure.
5463 0x0000057E
5465 ERROR_TLW_WITH_WSCHILD
5466         
5468 Cannot create a top-level child window.
5470 0x0000057F
5472 ERROR_CANNOT_FIND_WND_CLASS
5473         
5475 Cannot find window class.
5477 0x00000580
5479 ERROR_WINDOW_OF_OTHER_THREAD
5480         
5482 Invalid window; it belongs to other thread.
5484 0x00000581
5486 ERROR_HOTKEY_ALREADY_REGISTERED
5487         
5489 Hot key is already registered.
5491 0x00000582
5493 ERROR_CLASS_ALREADY_EXISTS
5494         
5496 Class already exists.
5498 0x00000583
5500 ERROR_CLASS_DOES_NOT_EXIST
5501         
5503 Class does not exist.
5505 0x00000584
5507 ERROR_CLASS_HAS_WINDOWS
5508         
5510 Class still has open windows.
5512 0x00000585
5514 ERROR_INVALID_INDEX
5515         
5517 Invalid index.
5519 0x00000586
5521 ERROR_INVALID_ICON_HANDLE
5522         
5524 Invalid icon handle.
5526 0x00000587
5528 ERROR_PRIVATE_DIALOG_INDEX
5529         
5531 Using private DIALOG window words.
5533 0x00000588
5535 ERROR_LISTBOX_ID_NOT_FOUND
5536         
5538 The list box identifier was not found.
5540 0x00000589
5542 ERROR_NO_WILDCARD_CHARACTERS
5543         
5545 No wildcards were found.
5547 0x0000058A
5549 ERROR_CLIPBOARD_NOT_OPEN
5550         
5552 Thread does not have a clipboard open.
5554 0x0000058B
5556 ERROR_HOTKEY_NOT_REGISTERED
5557         
5559 Hot key is not registered.
5561 0x0000058C
5563 ERROR_WINDOW_NOT_DIALOG
5564         
5566 The window is not a valid dialog window.
5568 0x0000058D
5570 ERROR_CONTROL_ID_NOT_FOUND
5571         
5573 Control ID not found.
5575 0x0000058E
5577 ERROR_INVALID_COMBOBOX_MESSAGE
5578         
5580 Invalid message for a combo box because it does not have an edit control.
5582 0x0000058F
5584 ERROR_WINDOW_NOT_COMBOBOX
5585         
5587 The window is not a combo box.
5589 0x00000590
5591 ERROR_INVALID_EDIT_HEIGHT
5592         
5594 Height must be less than 256.
5596 0x00000591
5598 ERROR_DC_NOT_FOUND
5599         
5601 Invalid device context (DC) handle.
5603 0x00000592
5605 ERROR_INVALID_HOOK_FILTER
5606         
5608 Invalid hook procedure type.
5610 0x00000593
5612 ERROR_INVALID_FILTER_PROC
5613         
5615 Invalid hook procedure.
5617 0x00000594
5619 ERROR_HOOK_NEEDS_HMOD
5620         
5622 Cannot set nonlocal hook without a module handle.
5624 0x00000595
5626 ERROR_GLOBAL_ONLY_HOOK
5627         
5629 This hook procedure can only be set globally.
5631 0x00000596
5633 ERROR_JOURNAL_HOOK_SET
5634         
5636 The journal hook procedure is already installed.
5638 0x00000597
5640 ERROR_HOOK_NOT_INSTALLED
5641         
5643 The hook procedure is not installed.
5645 0x00000598
5647 ERROR_INVALID_LB_MESSAGE
5648         
5650 Invalid message for single-selection list box.
5652 0x00000599
5654 ERROR_SETCOUNT_ON_BAD_LB
5655         
5657 LB_SETCOUNT sent to non-lazy list box.
5659 0x0000059A
5661 ERROR_LB_WITHOUT_TABSTOPS
5662         
5664 This list box does not support tab stops.
5666 0x0000059B
5668 ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
5669         
5671 Cannot destroy object created by another thread.
5673 0x0000059C
5675 ERROR_CHILD_WINDOW_MENU
5676         
5678 Child windows cannot have menus.
5680 0x0000059D
5682 ERROR_NO_SYSTEM_MENU
5683         
5685 The window does not have a system menu.
5687 0x0000059E
5689 ERROR_INVALID_MSGBOX_STYLE
5690         
5692 Invalid message box style.
5694 0x0000059F
5696 ERROR_INVALID_SPI_VALUE
5697         
5699 Invalid system-wide (SPI_*) parameter.
5701 0x000005A0
5703 ERROR_SCREEN_ALREADY_LOCKED
5704         
5706 Screen already locked.
5708 0x000005A1
5710 ERROR_HWNDS_HAVE_DIFF_PARENT
5711         
5713 All handles to windows in a multiple-window position structure must have the same parent.
5715 0x000005A2
5717 ERROR_NOT_CHILD_WINDOW
5718         
5720 The window is not a child window.
5722 0x000005A3
5724 ERROR_INVALID_GW_COMMAND
5725         
5727 Invalid GW_* command.
5729 0x000005A4
5731 ERROR_INVALID_THREAD_ID
5732         
5734 Invalid thread identifier.
5736 0x000005A5
5738 ERROR_NON_MDICHILD_WINDOW
5739         
5741 Cannot process a message from a window that is not a multiple document interface (MDI) window.
5743 0x000005A6
5745 ERROR_POPUP_ALREADY_ACTIVE
5746         
5748 Pop-up menu already active.
5750 0x000005A7
5752 ERROR_NO_SCROLLBARS
5753         
5755 The window does not have scroll bars.
5757 0x000005A8
5759 ERROR_INVALID_SCROLLBAR_RANGE
5760         
5762 Scroll bar range cannot be greater than MAXLONG.
5764 0x000005A9
5766 ERROR_INVALID_SHOWWIN_COMMAND
5767         
5769 Cannot show or remove the window in the way specified.
5771 0x000005AA
5773 ERROR_NO_SYSTEM_RESOURCES
5774         
5776 Insufficient system resources exist to complete the requested service.
5778 0x000005AB
5780 ERROR_NONPAGED_SYSTEM_RESOURCES
5781         
5783 Insufficient system resources exist to complete the requested service.
5785 0x000005AC
5787 ERROR_PAGED_SYSTEM_RESOURCES
5788         
5790 Insufficient system resources exist to complete the requested service.
5792 0x000005AD
5794 ERROR_WORKING_SET_QUOTA
5795         
5797 Insufficient quota to complete the requested service.
5799 0x000005AE
5801 ERROR_PAGEFILE_QUOTA
5802         
5804 Insufficient quota to complete the requested service.
5806 0x000005AF
5808 ERROR_COMMITMENT_LIMIT
5809         
5811 The paging file is too small for this operation to complete.
5813 0x000005B0
5815 ERROR_MENU_ITEM_NOT_FOUND
5816         
5818 A menu item was not found.
5820 0x000005B1
5822 ERROR_INVALID_KEYBOARD_HANDLE
5823         
5825 Invalid keyboard layout handle.
5827 0x000005B2
5829 ERROR_HOOK_TYPE_NOT_ALLOWED
5830         
5832 Hook type not allowed.
5834 0x000005B3
5836 ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
5837         
5839 This operation requires an interactive window station.
5841 0x000005B4
5843 ERROR_TIMEOUT
5844         
5846 This operation returned because the time-out period expired.
5848 0x000005B5
5850 ERROR_INVALID_MONITOR_HANDLE
5851         
5853 Invalid monitor handle.
5855 0x000005B6
5857 ERROR_INCORRECT_SIZE
5858         
5860 Incorrect size argument.
5862 0x000005B7
5864 ERROR_SYMLINK_CLASS_DISABLED
5865         
5867 The symbolic link cannot be followed because its type is disabled.
5869 0x000005B8
5871 ERROR_SYMLINK_NOT_SUPPORTED
5872         
5874 This application does not support the current operation on symbolic links.
5876 0x000005DC
5878 ERROR_EVENTLOG_FILE_CORRUPT
5879         
5881 The event log file is corrupted.
5883 0x000005DD
5885 ERROR_EVENTLOG_CANT_START
5886         
5888 No event log file could be opened, so the event logging service did not start.
5890 0x000005DE
5892 ERROR_LOG_FILE_FULL
5893         
5895 The event log file is full.
5897 0x000005DF
5899 ERROR_EVENTLOG_FILE_CHANGED
5900         
5902 The event log file has changed between read operations.
5904 0x0000060E
5906 ERROR_INVALID_TASK_NAME
5907         
5909 The specified task name is invalid.
5911 0x0000060F
5913 ERROR_INVALID_TASK_INDEX
5914         
5916 The specified task index is invalid.
5918 0x00000610
5920 ERROR_THREAD_ALREADY_IN_TASK
5921         
5923 The specified thread is already joining a task.
5925 0x00000641
5927 ERROR_INSTALL_SERVICE_FAILURE
5928         
5930 The Windows Installer service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
5932 0x00000642
5934 ERROR_INSTALL_USEREXIT
5935         
5937 User canceled installation.
5939 0x00000643
5941 ERROR_INSTALL_FAILURE
5942         
5944 Fatal error during installation.
5946 0x00000644
5948 ERROR_INSTALL_SUSPEND
5949         
5951 Installation suspended, incomplete.
5953 0x00000645
5955 ERROR_UNKNOWN_PRODUCT
5956         
5958 This action is valid only for products that are currently installed.
5960 0x00000646
5962 ERROR_UNKNOWN_FEATURE
5963         
5965 Feature ID not registered.
5967 0x00000647
5969 ERROR_UNKNOWN_COMPONENT
5970         
5972 Component ID not registered.
5974 0x00000648
5976 ERROR_UNKNOWN_PROPERTY
5977         
5979 Unknown property.
5981 0x00000649
5983 ERROR_INVALID_HANDLE_STATE
5984         
5986 Handle is in an invalid state.
5988 0x0000064A
5990 ERROR_BAD_CONFIGURATION
5991         
5993 The configuration data for this product is corrupt. Contact your support personnel.
5995 0x0000064B
5997 ERROR_INDEX_ABSENT
5998         
6000 Component qualifier not present.
6002 0x0000064C
6004 ERROR_INSTALL_SOURCE_ABSENT
6005         
6007 The installation source for this product is not available. Verify that the source exists and that you can access it.
6009 0x0000064D
6011 ERROR_INSTALL_PACKAGE_VERSION
6012         
6014 This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
6016 0x0000064E
6018 ERROR_PRODUCT_UNINSTALLED
6019         
6021 Product is uninstalled.
6023 0x0000064F
6025 ERROR_BAD_QUERY_SYNTAX
6026         
6028 SQL query syntax invalid or unsupported.
6030 0x00000650
6032 ERROR_INVALID_FIELD
6033         
6035 Record field does not exist.
6037 0x00000651
6039 ERROR_DEVICE_REMOVED
6040         
6042 The device has been removed.
6044 0x00000652
6046 ERROR_INSTALL_ALREADY_RUNNING
6047         
6049 Another installation is already in progress. Complete that installation before proceeding with this install.
6051 0x00000653
6053 ERROR_INSTALL_PACKAGE_OPEN_FAILED
6054         
6056 This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
6058 0x00000654
6060 ERROR_INSTALL_PACKAGE_INVALID
6061         
6063 This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
6065 0x00000655
6067 ERROR_INSTALL_UI_FAILURE
6068         
6070 There was an error starting the Windows Installer service user interface. Contact your support personnel.
6072 0x00000656
6074 ERROR_INSTALL_LOG_FAILURE
6075         
6077 Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
6079 0x00000657
6081 ERROR_INSTALL_LANGUAGE_UNSUPPORTED
6082         
6084 The language of this installation package is not supported by your system.
6086 0x00000658
6088 ERROR_INSTALL_TRANSFORM_FAILURE
6089         
6091 Error applying transforms. Verify that the specified transform paths are valid.
6093 0x00000659
6095 ERROR_INSTALL_PACKAGE_REJECTED
6096         
6098 This installation is forbidden by system policy. Contact your system administrator.
6100 0x0000065A
6102 ERROR_FUNCTION_NOT_CALLED
6103         
6105 Function could not be executed.
6107 0x0000065B
6109 ERROR_FUNCTION_FAILED
6110         
6112 Function failed during execution.
6114 0x0000065C
6116 ERROR_INVALID_TABLE
6117         
6119 Invalid or unknown table specified.
6121 0x0000065D
6123 ERROR_DATATYPE_MISMATCH
6124         
6126 Data supplied is of wrong type.
6128 0x0000065E
6130 ERROR_UNSUPPORTED_TYPE
6131         
6133 Data of this type is not supported.
6135 0x0000065F
6137 ERROR_CREATE_FAILED
6138         
6140 The Windows Installer service failed to start. Contact your support personnel.
6142 0x00000660
6144 ERROR_INSTALL_TEMP_UNWRITABLE
6145         
6147 The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
6149 0x00000661
6151 ERROR_INSTALL_PLATFORM_UNSUPPORTED
6152         
6154 This installation package is not supported by this processor type. Contact your product vendor.
6156 0x00000662
6158 ERROR_INSTALL_NOTUSED
6159         
6161 Component not used on this computer.
6163 0x00000663
6165 ERROR_PATCH_PACKAGE_OPEN_FAILED
6166         
6168 This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.
6170 0x00000664
6172 ERROR_PATCH_PACKAGE_INVALID
6173         
6175 This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.
6177 0x00000665
6179 ERROR_PATCH_PACKAGE_UNSUPPORTED
6180         
6182 This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
6184 0x00000666
6186 ERROR_PRODUCT_VERSION
6187         
6189 Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs in Control Panel.
6191 0x00000667
6193 ERROR_INVALID_COMMAND_LINE
6194         
6196 Invalid command-line argument. Consult the Windows Installer SDK for detailed command line help.
6198 0x00000668
6200 ERROR_INSTALL_REMOTE_DISALLOWED
6201         
6203 Only administrators have permission to add, remove, or configure server software during a Terminal Services remote session. If you want to install or configure software on the server, contact your network administrator.
6205 0x00000669
6207 ERROR_SUCCESS_REBOOT_INITIATED
6208         
6210 The requested operation completed successfully. The system will be restarted so the changes can take effect.
6212 0x0000066A
6214 ERROR_PATCH_TARGET_NOT_FOUND
6215         
6217 The upgrade cannot be installed by the Windows Installer service because the program to be upgraded might be missing, or the upgrade might update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
6219 0x0000066B
6221 ERROR_PATCH_PACKAGE_REJECTED
6222         
6224 The update package is not permitted by a software restriction policy.
6226 0x0000066C
6228 ERROR_INSTALL_TRANSFORM_REJECTED
6229         
6231 One or more customizations are not permitted by a software restriction policy.
6233 0x0000066D
6235 ERROR_INSTALL_REMOTE_PROHIBITED
6236         
6238 The Windows Installer does not permit installation from a Remote Desktop Connection.
6240 0x0000066E
6242 ERROR_PATCH_REMOVAL_UNSUPPORTED
6243         
6245 Uninstallation of the update package is not supported.
6247 0x0000066F
6249 ERROR_UNKNOWN_PATCH
6250         
6252 The update is not applied to this product.
6254 0x00000670
6256 ERROR_PATCH_NO_SEQUENCE
6257         
6259 No valid sequence could be found for the set of updates.
6261 0x00000671
6263 ERROR_PATCH_REMOVAL_DISALLOWED
6264         
6266 Update removal was disallowed by policy.
6268 0x00000672
6270 ERROR_INVALID_PATCH_XML
6271         
6273 The XML update data is invalid.
6275 0x00000673
6277 ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT
6278         
6280 Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.
6282 0x00000674
6284 ERROR_INSTALL_SERVICE_SAFEBOOT
6285         
6287 The Windows Installer service is not accessible in Safe Mode. Try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.
6289 0x000006A4
6291 RPC_S_INVALID_STRING_BINDING
6292         
6294 The string binding is invalid.
6296 0x000006A5
6298 RPC_S_WRONG_KIND_OF_BINDING
6299         
6301 The binding handle is not the correct type.
6303 0x000006A6
6305 RPC_S_INVALID_BINDING
6306         
6308 The binding handle is invalid.
6310 0x000006A7
6312 RPC_S_PROTSEQ_NOT_SUPPORTED
6313         
6315 The RPC protocol sequence is not supported.
6317 0x000006A8
6319 RPC_S_INVALID_RPC_PROTSEQ
6320         
6322 The RPC protocol sequence is invalid.
6324 0x000006A9
6326 RPC_S_INVALID_STRING_UUID
6327         
6329 The string UUID is invalid.
6331 0x000006AA
6333 RPC_S_INVALID_ENDPOINT_FORMAT
6334         
6336 The endpoint format is invalid.
6338 0x000006AB
6340 RPC_S_INVALID_NET_ADDR
6341         
6343 The network address is invalid.
6345 0x000006AC
6347 RPC_S_NO_ENDPOINT_FOUND
6348         
6350 No endpoint was found.
6352 0x000006AD
6354 RPC_S_INVALID_TIMEOUT
6355         
6357 The time-out value is invalid.
6359 0x000006AE
6361 RPC_S_OBJECT_NOT_FOUND
6362         
6364 The object UUID) was not found.
6366 0x000006AF
6368 RPC_S_ALREADY_REGISTERED
6369         
6371 The object UUID) has already been registered.
6373 0x000006B0
6375 RPC_S_TYPE_ALREADY_REGISTERED
6376         
6378 The type UUID has already been registered.
6380 0x000006B1
6382 RPC_S_ALREADY_LISTENING
6383         
6385 The RPC server is already listening.
6387 0x000006B2
6389 RPC_S_NO_PROTSEQS_REGISTERED
6390         
6392 No protocol sequences have been registered.
6394 0x000006B3
6396 RPC_S_NOT_LISTENING
6397         
6399 The RPC server is not listening.
6401 0x000006B4
6403 RPC_S_UNKNOWN_MGR_TYPE
6404         
6406 The manager type is unknown.
6408 0x000006B5
6410 RPC_S_UNKNOWN_IF
6411         
6413 The interface is unknown.
6415 0x000006B6
6417 RPC_S_NO_BINDINGS
6418         
6420 There are no bindings.
6422 0x000006B7
6424 RPC_S_NO_PROTSEQS
6425         
6427 There are no protocol sequences.
6429 0x000006B8
6431 RPC_S_CANT_CREATE_ENDPOINT
6432         
6434 The endpoint cannot be created.
6436 0x000006B9
6438 RPC_S_OUT_OF_RESOURCES
6439         
6441 Not enough resources are available to complete this operation.
6443 0x000006BA
6445 RPC_S_SERVER_UNAVAILABLE
6446         
6448 The RPC server is unavailable.
6450 0x000006BB
6452 RPC_S_SERVER_TOO_BUSY
6453         
6455 The RPC server is too busy to complete this operation.
6457 0x000006BC
6459 RPC_S_INVALID_NETWORK_OPTIONS
6460         
6462 The network options are invalid.
6464 0x000006BD
6466 RPC_S_NO_CALL_ACTIVE
6467         
6469 There are no RPCs active on this thread.
6471 0x000006BE
6473 RPC_S_CALL_FAILED
6474         
6476 The RPC failed.
6478 0x000006BF
6480 RPC_S_CALL_FAILED_DNE
6481         
6483 The RPC failed and did not execute.
6485 0x000006C0
6487 RPC_S_PROTOCOL_ERROR
6488         
6490 An RPC protocol error occurred.
6492 0x000006C1
6494 RPC_S_PROXY_ACCESS_DENIED
6495         
6497 Access to the HTTP proxy is denied.
6499 0x000006C2
6501 RPC_S_UNSUPPORTED_TRANS_SYN
6502         
6504 The transfer syntax is not supported by the RPC server.
6506 0x000006C4
6508 RPC_S_UNSUPPORTED_TYPE
6509         
6511 The UUID type is not supported.
6513 0x000006C5
6515 RPC_S_INVALID_TAG
6516         
6518 The tag is invalid.
6520 0x000006C6
6522 RPC_S_INVALID_BOUND
6523         
6525 The array bounds are invalid.
6527 0x000006C7
6529 RPC_S_NO_ENTRY_NAME
6530         
6532 The binding does not contain an entry name.
6534 0x000006C8
6536 RPC_S_INVALID_NAME_SYNTAX
6537         
6539 The name syntax is invalid.
6541 0x000006C9
6543 RPC_S_UNSUPPORTED_NAME_SYNTAX
6544         
6546 The name syntax is not supported.
6548 0x000006CB
6550 RPC_S_UUID_NO_ADDRESS
6551         
6553 No network address is available to use to construct a UUID.
6555 0x000006CC
6557 RPC_S_DUPLICATE_ENDPOINT
6558         
6560 The endpoint is a duplicate.
6562 0x000006CD
6564 RPC_S_UNKNOWN_AUTHN_TYPE
6565         
6567 The authentication type is unknown.
6569 0x000006CE
6571 RPC_S_MAX_CALLS_TOO_SMALL
6572         
6574 The maximum number of calls is too small.
6576 0x000006CF
6578 RPC_S_STRING_TOO_LONG
6579         
6581 The string is too long.
6583 0x000006D0
6585 RPC_S_PROTSEQ_NOT_FOUND
6586         
6588 The RPC protocol sequence was not found.
6590 0x000006D1
6592 RPC_S_PROCNUM_OUT_OF_RANGE
6593         
6595 The procedure number is out of range.
6597 0x000006D2
6599 RPC_S_BINDING_HAS_NO_AUTH
6600         
6602 The binding does not contain any authentication information.
6604 0x000006D3
6606 RPC_S_UNKNOWN_AUTHN_SERVICE
6607         
6609 The authentication service is unknown.
6611 0x000006D4
6613 RPC_S_UNKNOWN_AUTHN_LEVEL
6614         
6616 The authentication level is unknown.
6618 0x000006D5
6620 RPC_S_INVALID_AUTH_IDENTITY
6621         
6623 The security context is invalid.
6625 0x000006D6
6627 RPC_S_UNKNOWN_AUTHZ_SERVICE
6628         
6630 The authorization service is unknown.
6632 0x000006D7
6634 EPT_S_INVALID_ENTRY
6635         
6637 The entry is invalid.
6639 0x000006D8
6641 EPT_S_CANT_PERFORM_OP
6642         
6644 The server endpoint cannot perform the operation.
6646 0x000006D9
6648 EPT_S_NOT_REGISTERED
6649         
6651 There are no more endpoints available from the endpoint mapper.
6653 0x000006DA
6655 RPC_S_NOTHING_TO_EXPORT
6656         
6658 No interfaces have been exported.
6660 0x000006DB
6662 RPC_S_INCOMPLETE_NAME
6663         
6665 The entry name is incomplete.
6667 0x000006DC
6669 RPC_S_INVALID_VERS_OPTION
6670         
6672 The version option is invalid.
6674 0x000006DD
6676 RPC_S_NO_MORE_MEMBERS
6677         
6679 There are no more members.
6681 0x000006DE
6683 RPC_S_NOT_ALL_OBJS_UNEXPORTED
6684         
6686 There is nothing to unexport.
6688 0x000006DF
6690 RPC_S_INTERFACE_NOT_FOUND
6691         
6693 The interface was not found.
6695 0x000006E0
6697 RPC_S_ENTRY_ALREADY_EXISTS
6698         
6700 The entry already exists.
6702 0x000006E1
6704 RPC_S_ENTRY_NOT_FOUND
6705         
6707 The entry is not found.
6709 0x000006E2
6711 RPC_S_NAME_SERVICE_UNAVAILABLE
6712         
6714 The name service is unavailable.
6716 0x000006E3
6718 RPC_S_INVALID_NAF_ID
6719         
6721 The network address family is invalid.
6723 0x000006E4
6725 RPC_S_CANNOT_SUPPORT
6726         
6728 The requested operation is not supported.
6730 0x000006E5
6732 RPC_S_NO_CONTEXT_AVAILABLE
6733         
6735 No security context is available to allow impersonation.
6737 0x000006E6
6739 RPC_S_INTERNAL_ERROR
6740         
6742 An internal error occurred in an RPC.
6744 0x000006E7
6746 RPC_S_ZERO_DIVIDE
6747         
6749 The RPC server attempted an integer division by zero.
6751 0x000006E8
6753 RPC_S_ADDRESS_ERROR
6754         
6756 An addressing error occurred in the RPC server.
6758 0x000006E9
6760 RPC_S_FP_DIV_ZERO
6761         
6763 A floating-point operation at the RPC server caused a division by zero.
6765 0x000006EA
6767 RPC_S_FP_UNDERFLOW
6768         
6770 A floating-point underflow occurred at the RPC server.
6772 0x000006EB
6774 RPC_S_FP_OVERFLOW
6775         
6777 A floating-point overflow occurred at the RPC server.
6779 0x000006EC
6781 RPC_X_NO_MORE_ENTRIES
6782         
6784 The list of RPC servers available for the binding of auto handles has been exhausted.
6786 0x000006ED
6788 RPC_X_SS_CHAR_TRANS_OPEN_FAIL
6789         
6791 Unable to open the character translation table file.
6793 0x000006EE
6795 RPC_X_SS_CHAR_TRANS_SHORT_FILE
6796         
6798 The file containing the character translation table has fewer than 512 bytes.
6800 0x000006EF
6802 RPC_X_SS_IN_NULL_CONTEXT
6803         
6805 A null context handle was passed from the client to the host during an RPC.
6807 0x000006F1
6809 RPC_X_SS_CONTEXT_DAMAGED
6810         
6812 The context handle changed during an RPC.
6814 0x000006F2
6816 RPC_X_SS_HANDLES_MISMATCH
6817         
6819 The binding handles passed to an RPC do not match.
6821 0x000006F3
6823 RPC_X_SS_CANNOT_GET_CALL_HANDLE
6824         
6826 The stub is unable to get the RPC handle.
6828 0x000006F4
6830 RPC_X_NULL_REF_POINTER
6831         
6833 A null reference pointer was passed to the stub.
6835 0x000006F5
6837 RPC_X_ENUM_VALUE_OUT_OF_RANGE
6838         
6840 The enumeration value is out of range.
6842 0x000006F6
6844 RPC_X_BYTE_COUNT_TOO_SMALL
6845         
6847 The byte count is too small.
6849 0x000006F7
6851 RPC_X_BAD_STUB_DATA
6852         
6854 The stub received bad data.
6856 0x000006F8
6858 ERROR_INVALID_USER_BUFFER
6859         
6861 The supplied user buffer is not valid for the requested operation.
6863 0x000006F9
6865 ERROR_UNRECOGNIZED_MEDIA
6866         
6868 The disk media is not recognized. It might not be formatted.
6870 0x000006FA
6872 ERROR_NO_TRUST_LSA_SECRET
6873         
6875 The workstation does not have a trust secret.
6877 0x000006FB
6879 ERROR_NO_TRUST_SAM_ACCOUNT
6880         
6882 The security database on the server does not have a computer account for this workstation trust relationship.
6884 0x000006FC
6886 ERROR_TRUSTED_DOMAIN_FAILURE
6887         
6889 The trust relationship between the primary domain and the trusted domain failed.
6891 0x000006FD
6893 ERROR_TRUSTED_RELATIONSHIP_FAILURE
6894         
6896 The trust relationship between this workstation and the primary domain failed.
6898 0x000006FE
6900 ERROR_TRUST_FAILURE
6901         
6903 The network logon failed.
6905 0x000006FF
6907 RPC_S_CALL_IN_PROGRESS
6908         
6910 An RPC is already in progress for this thread.
6912 0x00000700
6914 ERROR_NETLOGON_NOT_STARTED
6915         
6917 An attempt was made to log on, but the network logon service was not started.
6919 0x00000701
6921 ERROR_ACCOUNT_EXPIRED
6922         
6924 The user's account has expired.
6926 0x00000702
6928 ERROR_REDIRECTOR_HAS_OPEN_HANDLES
6929         
6931 The redirector is in use and cannot be unloaded.
6933 0x00000703
6935 ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
6936         
6938 The specified printer driver is already installed.
6940 0x00000704
6942 ERROR_UNKNOWN_PORT
6943         
6945 The specified port is unknown.
6947 0x00000705
6949 ERROR_UNKNOWN_PRINTER_DRIVER
6950         
6952 The printer driver is unknown.
6954 0x00000706
6956 ERROR_UNKNOWN_PRINTPROCESSOR
6957         
6959 The print processor is unknown.
6961 0x00000707
6963 ERROR_INVALID_SEPARATOR_FILE
6964         
6966 The specified separator file is invalid.
6968 0x00000708
6970 ERROR_INVALID_PRIORITY
6971         
6973 The specified priority is invalid.
6975 0x00000709
6977 ERROR_INVALID_PRINTER_NAME
6978         
6980 The printer name is invalid.
6982 0x0000070A
6984 ERROR_PRINTER_ALREADY_EXISTS
6985         
6987 The printer already exists.
6989 0x0000070B
6991 ERROR_INVALID_PRINTER_COMMAND
6992         
6994 The printer command is invalid.
6996 0x0000070C
6998 ERROR_INVALID_DATATYPE
6999         
7001 The specified data type is invalid.
7003 0x0000070D
7005 ERROR_INVALID_ENVIRONMENT
7006         
7008 The environment specified is invalid.
7010 0x0000070E
7012 RPC_S_NO_MORE_BINDINGS
7013         
7015 There are no more bindings.
7017 0x0000070F
7019 ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
7020         
7022 The account used is an interdomain trust account. Use your global user account or local user account to access this server.
7024 0x00000710
7026 ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
7027         
7029 The account used is a computer account. Use your global user account or local user account to access this server.
7031 0x00000711
7033 ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
7034         
7036 The account used is a server trust account. Use your global user account or local user account to access this server.
7038 0x00000712
7040 ERROR_DOMAIN_TRUST_INCONSISTENT
7041         
7043 The name or SID of the domain specified is inconsistent with the trust information for that domain.
7045 0x00000713
7047 ERROR_SERVER_HAS_OPEN_HANDLES
7048         
7050 The server is in use and cannot be unloaded.
7052 0x00000714
7054 ERROR_RESOURCE_DATA_NOT_FOUND
7055         
7057 The specified image file did not contain a resource section.
7059 0x00000715
7061 ERROR_RESOURCE_TYPE_NOT_FOUND
7062         
7064 The specified resource type cannot be found in the image file.
7066 0x00000716
7068 ERROR_RESOURCE_NAME_NOT_FOUND
7069         
7071 The specified resource name cannot be found in the image file.
7073 0x00000717
7075 ERROR_RESOURCE_LANG_NOT_FOUND
7076         
7078 The specified resource language ID cannot be found in the image file.
7080 0x00000718
7082 ERROR_NOT_ENOUGH_QUOTA
7083         
7085 Not enough quota is available to process this command.
7087 0x00000719
7089 RPC_S_NO_INTERFACES
7090         
7092 No interfaces have been registered.
7094 0x0000071A
7096 RPC_S_CALL_CANCELLED
7097         
7099 The RPC was canceled.
7101 0x0000071B
7103 RPC_S_BINDING_INCOMPLETE
7104         
7106 The binding handle does not contain all the required information.
7108 0x0000071C
7110 RPC_S_COMM_FAILURE
7111         
7113 A communications failure occurred during an RPC.
7115 0x0000071D
7117 RPC_S_UNSUPPORTED_AUTHN_LEVEL
7118         
7120 The requested authentication level is not supported.
7122 0x0000071E
7124 RPC_S_NO_PRINC_NAME
7125         
7127 No principal name is registered.
7129 0x0000071F
7131 RPC_S_NOT_RPC_ERROR
7132         
7134 The error specified is not a valid Windows RPC error code.
7136 0x00000720
7138 RPC_S_UUID_LOCAL_ONLY
7139         
7141 A UUID that is valid only on this computer has been allocated.
7143 0x00000721
7145 RPC_S_SEC_PKG_ERROR
7146         
7148 A security package-specific error occurred.
7150 0x00000722
7152 RPC_S_NOT_CANCELLED
7153         
7155 The thread is not canceled.
7157 0x00000723
7159 RPC_X_INVALID_ES_ACTION
7160         
7162 Invalid operation on the encoding/decoding handle.
7164 0x00000724
7166 RPC_X_WRONG_ES_VERSION
7167         
7169 Incompatible version of the serializing package.
7171 0x00000725
7173 RPC_X_WRONG_STUB_VERSION
7174         
7176 Incompatible version of the RPC stub.
7178 0x00000726
7180 RPC_X_INVALID_PIPE_OBJECT
7181         
7183 The RPC pipe object is invalid or corrupted.
7185 0x00000727
7187 RPC_X_WRONG_PIPE_ORDER
7188         
7190 An invalid operation was attempted on an RPC pipe object.
7192 0x00000728
7194 RPC_X_WRONG_PIPE_VERSION
7195         
7197 Unsupported RPC pipe version.
7199 0x0000076A
7201 RPC_S_GROUP_MEMBER_NOT_FOUND
7202         
7204 The group member was not found.
7206 0x0000076B
7208 EPT_S_CANT_CREATE
7209         
7211 The endpoint mapper database entry could not be created.
7213 0x0000076C
7215 RPC_S_INVALID_OBJECT
7216         
7218 The object UUID is the nil UUID.
7220 0x0000076D
7222 ERROR_INVALID_TIME
7223         
7225 The specified time is invalid.
7227 0x0000076E
7229 ERROR_INVALID_FORM_NAME
7230         
7232 The specified form name is invalid.
7234 0x0000076F
7236 ERROR_INVALID_FORM_SIZE
7237         
7239 The specified form size is invalid.
7241 0x00000770
7243 ERROR_ALREADY_WAITING
7244         
7246 The specified printer handle is already being waited on.
7248 0x00000771
7250 ERROR_PRINTER_DELETED
7251         
7253 The specified printer has been deleted.
7255 0x00000772
7257 ERROR_INVALID_PRINTER_STATE
7258         
7260 The state of the printer is invalid.
7262 0x00000773
7264 ERROR_PASSWORD_MUST_CHANGE
7265         
7267 The user's password must be changed before logging on the first time.
7269 0x00000774
7271 ERROR_DOMAIN_CONTROLLER_NOT_FOUND
7272         
7274 Could not find the domain controller for this domain.
7276 0x00000775
7278 ERROR_ACCOUNT_LOCKED_OUT
7279         
7281 The referenced account is currently locked out and cannot be logged on to.
7283 0x00000776
7285 OR_INVALID_OXID
7286         
7288 The object exporter specified was not found.
7290 0x00000777
7292 OR_INVALID_OID
7293         
7295 The object specified was not found.
7297 0x00000778
7299 OR_INVALID_SET
7300         
7302 The object set specified was not found.
7304 0x00000779
7306 RPC_S_SEND_INCOMPLETE
7307         
7309 Some data remains to be sent in the request buffer.
7311 0x0000077A
7313 RPC_S_INVALID_ASYNC_HANDLE
7314         
7316 Invalid asynchronous RPC handle.
7318 0x0000077B
7320 RPC_S_INVALID_ASYNC_CALL
7321         
7323 Invalid asynchronous RPC call handle for this operation.
7325 0x0000077C
7327 RPC_X_PIPE_CLOSED
7328         
7330 The RPC pipe object has already been closed.
7332 0x0000077D
7334 RPC_X_PIPE_DISCIPLINE_ERROR
7335         
7337 The RPC call completed before all pipes were processed.
7339 0x0000077E
7341 RPC_X_PIPE_EMPTY
7342         
7344 No more data is available from the RPC pipe.
7346 0x0000077F
7348 ERROR_NO_SITENAME
7349         
7351 No site name is available for this machine.
7353 0x00000780
7355 ERROR_CANT_ACCESS_FILE
7356         
7358 The file cannot be accessed by the system.
7360 0x00000781
7362 ERROR_CANT_RESOLVE_FILENAME
7363         
7365 The name of the file cannot be resolved by the system.
7367 0x00000782
7369 RPC_S_ENTRY_TYPE_MISMATCH
7370         
7372 The entry is not of the expected type.
7374 0x00000783
7376 RPC_S_NOT_ALL_OBJS_EXPORTED
7377         
7379 Not all object UUIDs could be exported to the specified entry.
7381 0x00000784
7383 RPC_S_INTERFACE_NOT_EXPORTED
7384         
7386 The interface could not be exported to the specified entry.
7388 0x00000785
7390 RPC_S_PROFILE_NOT_ADDED
7391         
7393 The specified profile entry could not be added.
7395 0x00000786
7397 RPC_S_PRF_ELT_NOT_ADDED
7398         
7400 The specified profile element could not be added.
7402 0x00000787
7404 RPC_S_PRF_ELT_NOT_REMOVED
7405         
7407 The specified profile element could not be removed.
7409 0x00000788
7411 RPC_S_GRP_ELT_NOT_ADDED
7412         
7414 The group element could not be added.
7416 0x00000789
7418 RPC_S_GRP_ELT_NOT_REMOVED
7419         
7421 The group element could not be removed.
7423 0x0000078A
7425 ERROR_KM_DRIVER_BLOCKED
7426         
7428 The printer driver is not compatible with a policy enabled on your computer that blocks Windows NT 4.0 operating system drivers.
7430 0x0000078B
7432 ERROR_CONTEXT_EXPIRED
7433         
7435 The context has expired and can no longer be used.
7437 0x0000078C
7439 ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
7440         
7442 The current user's delegated trust creation quota has been exceeded.
7444 0x0000078D
7446 ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
7447         
7449 The total delegated trust creation quota has been exceeded.
7451 0x0000078E
7453 ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
7454         
7456 The current user's delegated trust deletion quota has been exceeded.
7458 0x0000078F
7460 ERROR_AUTHENTICATION_FIREWALL_FAILED
7461         
7463 Logon failure: The machine you are logging on to is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.
7465 0x00000790
7467 ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
7468         
7470 Remote connections to the Print Spooler are blocked by a policy set on your machine.
7472 0x000007D0
7474 ERROR_INVALID_PIXEL_FORMAT
7475         
7477 The pixel format is invalid.
7479 0x000007D1
7481 ERROR_BAD_DRIVER
7482         
7484 The specified driver is invalid.
7486 0x000007D2
7488 ERROR_INVALID_WINDOW_STYLE
7489         
7491 The window style or class attribute is invalid for this operation.
7493 0x000007D3
7495 ERROR_METAFILE_NOT_SUPPORTED
7496         
7498 The requested metafile operation is not supported.
7500 0x000007D4
7502 ERROR_TRANSFORM_NOT_SUPPORTED
7503         
7505 The requested transformation operation is not supported.
7507 0x000007D5
7509 ERROR_CLIPPING_NOT_SUPPORTED
7510         
7512 The requested clipping operation is not supported.
7514 0x000007DA
7516 ERROR_INVALID_CMM
7517         
7519 The specified color management module is invalid.
7521 0x000007DB
7523 ERROR_INVALID_PROFILE
7524         
7526 The specified color profile is invalid.
7528 0x000007DC
7530 ERROR_TAG_NOT_FOUND
7531         
7533 The specified tag was not found.
7535 0x000007DD
7537 ERROR_TAG_NOT_PRESENT
7538         
7540 A required tag is not present.
7542 0x000007DE
7544 ERROR_DUPLICATE_TAG
7545         
7547 The specified tag is already present.
7549 0x000007DF
7551 ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
7552         
7554 The specified color profile is not associated with any device.
7556 0x000007E0
7558 ERROR_PROFILE_NOT_FOUND
7559         
7561 The specified color profile was not found.
7563 0x000007E1
7565 ERROR_INVALID_COLORSPACE
7566         
7568 The specified color space is invalid.
7570 0x000007E2
7572 ERROR_ICM_NOT_ENABLED
7573         
7575 Image Color Management is not enabled.
7577 0x000007E3
7579 ERROR_DELETING_ICM_XFORM
7580         
7582 There was an error while deleting the color transform.
7584 0x000007E4
7586 ERROR_INVALID_TRANSFORM
7587         
7589 The specified color transform is invalid.
7591 0x000007E5
7593 ERROR_COLORSPACE_MISMATCH
7594         
7596 The specified transform does not match the bitmap's color space.
7598 0x000007E6
7600 ERROR_INVALID_COLORINDEX
7601         
7603 The specified named color index is not present in the profile.
7605 0x000007E7
7607 ERROR_PROFILE_DOES_NOT_MATCH_DEVICE
7608         
7610 The specified profile is intended for a device of a different type than the specified device.
7612 0x00000836
7614 NERR_NetNotStarted
7615         
7617 The workstation driver is not installed.
7619 0x00000837
7621 NERR_UnknownServer
7622         
7624 The server could not be located.
7626 0x00000838
7628 NERR_ShareMem
7629         
7631 An internal error occurred. The network cannot access a shared memory segment.
7633 0x00000839
7635 NERR_NoNetworkResource
7636         
7638 A network resource shortage occurred.
7640 0x0000083A
7642 NERR_RemoteOnly
7643         
7645 This operation is not supported on workstations.
7647 0x0000083B
7649 NERR_DevNotRedirected
7650         
7652 The device is not connected.
7654 0x0000083C
7656 ERROR_CONNECTED_OTHER_PASSWORD
7657         
7659 The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
7661 0x0000083D
7663 ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
7664         
7666 The network connection was made successfully using default credentials.
7668 0x00000842
7670 NERR_ServerNotStarted
7671         
7673 The Server service is not started.
7675 0x00000843
7677 NERR_ItemNotFound
7678         
7680 The queue is empty.
7682 0x00000844
7684 NERR_UnknownDevDir
7685         
7687 The device or directory does not exist.
7689 0x00000845
7691 NERR_RedirectedPath
7692         
7694 The operation is invalid on a redirected resource.
7696 0x00000846
7698 NERR_DuplicateShare
7699         
7701 The name has already been shared.
7703 0x00000847
7705 NERR_NoRoom
7706         
7708 The server is currently out of the requested resource.
7710 0x00000849
7712 NERR_TooManyItems
7713         
7715 Requested addition of items exceeds the maximum allowed.
7717 0x0000084A
7719 NERR_InvalidMaxUsers
7720         
7722 The Peer service supports only two simultaneous users.
7724 0x0000084B
7726 NERR_BufTooSmall
7727         
7729 The API return buffer is too small.
7731 0x0000084F
7733 NERR_RemoteErr
7734         
7736 A remote API error occurred.
7738 0x00000853
7740 NERR_LanmanIniError
7741         
7743 An error occurred when opening or reading the configuration file.
7745 0x00000858
7747 NERR_NetworkError
7748         
7750 A general network error occurred.
7752 0x00000859
7754 NERR_WkstaInconsistentState
7755         
7757 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
7759 0x0000085A
7761 NERR_WkstaNotStarted
7762         
7764 The Workstation service has not been started.
7766 0x0000085B
7768 NERR_BrowserNotStarted
7769         
7771 The requested information is not available.
7773 0x0000085C
7775 NERR_InternalError
7776         
7778 An internal error occurred.
7780 0x0000085D
7782 NERR_BadTransactConfig
7783         
7785 The server is not configured for transactions.
7787 0x0000085E
7789 NERR_InvalidAPI
7790         
7792 The requested API is not supported on the remote server.
7794 0x0000085F
7796 NERR_BadEventName
7797         
7799 The event name is invalid.
7801 0x00000860
7803 NERR_DupNameReboot
7804         
7806 The computer name already exists on the network. Change it and reboot the computer.
7808 0x00000862
7810 NERR_CfgCompNotFound
7811         
7813 The specified component could not be found in the configuration information.
7815 0x00000863
7817 NERR_CfgParamNotFound
7818         
7820 The specified parameter could not be found in the configuration information.
7822 0x00000865
7824 NERR_LineTooLong
7825         
7827 A line in the configuration file is too long.
7829 0x00000866
7831 NERR_QNotFound
7832         
7834 The printer does not exist.
7836 0x00000867
7838 NERR_JobNotFound
7839         
7841 The print job does not exist.
7843 0x00000868
7845 NERR_DestNotFound
7846         
7848 The printer destination cannot be found.
7850 0x00000869
7852 NERR_DestExists
7853         
7855 The printer destination already exists.
7857 0x0000086A
7859 NERR_QExists
7860         
7862 The print queue already exists.
7864 0x0000086B
7866 NERR_QNoRoom
7867         
7869 No more printers can be added.
7871 0x0000086C
7873 NERR_JobNoRoom
7874         
7876 No more print jobs can be added.
7878 0x0000086D
7880 NERR_DestNoRoom
7881         
7883 No more printer destinations can be added.
7885 0x0000086E
7887 NERR_DestIdle
7888         
7890 This printer destination is idle and cannot accept control operations.
7892 0x0000086F
7894 NERR_DestInvalidOp
7895         
7897 This printer destination request contains an invalid control function.
7899 0x00000870
7901 NERR_ProcNoRespond
7902         
7904 The print processor is not responding.
7906 0x00000871
7908 NERR_SpoolerNotLoaded
7909         
7911 The spooler is not running.
7913 0x00000872
7915 NERR_DestInvalidState
7916         
7918 This operation cannot be performed on the print destination in its current state.
7920 0x00000873
7922 NERR_QinvalidState
7923         
7925 This operation cannot be performed on the print queue in its current state.
7927 0x00000874
7929 NERR_JobInvalidState
7930         
7932 This operation cannot be performed on the print job in its current state.
7934 0x00000875
7936 NERR_SpoolNoMemory
7937         
7939 A spooler memory allocation failure occurred.
7941 0x00000876
7943 NERR_DriverNotFound
7944         
7946 The device driver does not exist.
7948 0x00000877
7950 NERR_DataTypeInvalid
7951         
7953 The data type is not supported by the print processor.
7955 0x00000878
7957 NERR_ProcNotFound
7958         
7960 The print processor is not installed.
7962 0x00000884
7964 NERR_ServiceTableLocked
7965         
7967 The service database is locked.
7969 0x00000885
7971 NERR_ServiceTableFull
7972         
7974 The service table is full.
7976 0x00000886
7978 NERR_ServiceInstalled
7979         
7981 The requested service has already been started.
7983 0x00000887
7985 NERR_ServiceEntryLocked
7986         
7988 The service does not respond to control actions.
7990 0x00000888
7992 NERR_ServiceNotInstalled
7993         
7995 The service has not been started.
7997 0x00000889
7999 NERR_BadServiceName
8000         
8002 The service name is invalid.
8004 0x0000088A
8006 NERR_ServiceCtlTimeout
8007         
8009 The service is not responding to the control function.
8011 0x0000088B
8013 NERR_ServiceCtlBusy
8014         
8016 The service control is busy.
8018 0x0000088C
8020 NERR_BadServiceProgName
8021         
8023 The configuration file contains an invalid service program name.
8025 0x0000088D
8027 NERR_ServiceNotCtrl
8028         
8030 The service could not be controlled in its present state.
8032 0x0000088E
8034 NERR_ServiceKillProc
8035         
8037 The service ended abnormally.
8039 0x0000088F
8041 NERR_ServiceCtlNotValid
8042         
8044 The requested pause or stop is not valid for this service.
8046 0x00000890
8048 NERR_NotInDispatchTbl
8049         
8051 The service control dispatcher could not find the service name in the dispatch table.
8053 0x00000891
8055 NERR_BadControlRecv
8056         
8058 The service control dispatcher pipe read failed.
8060 0x00000892
8062 NERR_ServiceNotStarting
8063         
8065 A thread for the new service could not be created.
8067 0x00000898
8069 NERR_AlreadyLoggedOn
8070         
8072 This workstation is already logged on to the LAN.
8074 0x00000899
8076 NERR_NotLoggedOn
8077         
8079 The workstation is not logged on to the LAN.
8081 0x0000089A
8083 NERR_BadUsername
8084         
8086 The user name or group name parameter is invalid.
8088 0x0000089B
8090 NERR_BadPassword
8091         
8093 The password parameter is invalid.
8095 0x0000089C
8097 NERR_UnableToAddName_W
8098         
8100 The logon processor did not add the message alias.
8102 0x0000089D
8104 NERR_UnableToAddName_F
8105         
8107 The logon processor did not add the message alias.
8109 0x0000089E
8111 NERR_UnableToDelName_W
8112         
8114 @W The logoff processor did not delete the message alias.
8116 0x0000089F
8118 NERR_UnableToDelName_F
8119         
8121 The logoff processor did not delete the message alias.
8123 0x000008A1
8125 NERR_LogonsPaused
8126         
8128 Network logons are paused.
8130 0x000008A2
8132 NERR_LogonServerConflict
8133         
8135 A centralized logon server conflict occurred.
8137 0x000008A3
8139 NERR_LogonNoUserPath
8140         
8142 The server is configured without a valid user path.
8144 0x000008A4
8146 NERR_LogonScriptError
8147         
8149 An error occurred while loading or running the logon script.
8151 0x000008A6
8153 NERR_StandaloneLogon
8154         
8156 The logon server was not specified. The computer will be logged on as STANDALONE.
8158 0x000008A7
8160 NERR_LogonServerNotFound
8161         
8163 The logon server could not be found.
8165 0x000008A8
8167 NERR_LogonDomainExists
8168         
8170 There is already a logon domain for this computer.
8172 0x000008A9
8174 NERR_NonValidatedLogon
8175         
8177 The logon server could not validate the logon.
8179 0x000008AB
8181 NERR_ACFNotFound
8182         
8184 The security database could not be found.
8186 0x000008AC
8188 NERR_GroupNotFound
8189         
8191 The group name could not be found.
8193 0x000008AD
8195 NERR_UserNotFound
8196         
8198 The user name could not be found.
8200 0x000008AE
8202 NERR_ResourceNotFound
8203         
8205 The resource name could not be found.
8207 0x000008AF
8209 NERR_GroupExists
8210         
8212 The group already exists.
8214 0x000008B0
8216 NERR_UserExists
8217         
8219 The user account already exists.
8221 0x000008B1
8223 NERR_ResourceExists
8224         
8226 The resource permission list already exists.
8228 0x000008B2
8230 NERR_NotPrimary
8231         
8233 This operation is allowed only on the PDC of the domain.
8235 0x000008B3
8237 NERR_ACFNotLoaded
8238         
8240 The security database has not been started.
8242 0x000008B4
8244 NERR_ACFNoRoom
8245         
8247 There are too many names in the user accounts database.
8249 0x000008B5
8251 NERR_ACFFileIOFail
8252         
8254 A disk I/O failure occurred.
8256 0x000008B6
8258 NERR_ACFTooManyLists
8259         
8261 The limit of 64 entries per resource was exceeded.
8263 0x000008B7
8265 NERR_UserLogon
8266         
8268 Deleting a user with a session is not allowed.
8270 0x000008B8
8272 NERR_ACFNoParent
8273         
8275 The parent directory could not be located.
8277 0x000008B9
8279 NERR_CanNotGrowSegment
8280         
8282 Unable to add to the security database session cache segment.
8284 0x000008BA
8286 NERR_SpeGroupOp
8287         
8289 This operation is not allowed on this special group.
8291 0x000008BB
8293 NERR_NotInCache
8294         
8296 This user is not cached in the user accounts database session cache.
8298 0x000008BC
8300 NERR_UserInGroup
8301         
8303 The user already belongs to this group.
8305 0x000008BD
8307 NERR_UserNotInGroup
8308         
8310 The user does not belong to this group.
8312 0x000008BE
8314 NERR_AccountUndefined
8315         
8317 This user account is undefined.
8319 0x000008BF
8321 NERR_AccountExpired
8322         
8324 This user account has expired.
8326 0x000008C0
8328 NERR_InvalidWorkstation
8329         
8331 The user is not allowed to log on from this workstation.
8333 0x000008C1
8335 NERR_InvalidLogonHours
8336         
8338 The user is not allowed to log on at this time.
8340 0x000008C2
8342 NERR_PasswordExpired
8343         
8345 The password of this user has expired.
8347 0x000008C3
8349 NERR_PasswordCantChange
8350         
8352 The password of this user cannot change.
8354 0x000008C4
8356 NERR_PasswordHistConflict
8357         
8359 This password cannot be used now.
8361 0x000008C5
8363 NERR_PasswordTooShort
8364         
8366 The password does not meet the password policy requirements. Check the minimum password length, password complexity, and password history requirements.
8368 0x000008C6
8370 NERR_PasswordTooRecent
8371         
8373 The password of this user is too recent to change.
8375 0x000008C7
8377 NERR_InvalidDatabase
8378         
8380 The security database is corrupted.
8382 0x000008C8
8384 NERR_DatabaseUpToDate
8385         
8387 No updates are necessary to this replicant network or local security database.
8389 0x000008C9
8391 NERR_SyncRequired
8392         
8394 This replicant database is outdated; synchronization is required.
8396 0x000008CA
8398 NERR_UseNotFound
8399         
8401 The network connection could not be found.
8403 0x000008CB
8405 NERR_BadAsgType
8406         
8408 This asg_type is invalid.
8410 0x000008CC
8412 NERR_DeviceIsShared
8413         
8415 This device is currently being shared.
8417 0x000008DE
8419 NERR_NoComputerName
8420         
8422 The computer name could not be added as a message alias. The name might already exist on the network.
8424 0x000008DF
8426 NERR_MsgAlreadyStarted
8427         
8429 The Messenger service is already started.
8431 0x000008E0
8433 NERR_MsgInitFailed
8434         
8436 The Messenger service failed to start.
8438 0x000008E1
8440 NERR_NameNotFound
8441         
8443 The message alias could not be found on the network.
8445 0x000008E2
8447 NERR_AlreadyForwarded
8448         
8450 This message alias has already been forwarded.
8452 0x000008E3
8454 NERR_AddForwarded
8455         
8457 This message alias has been added but is still forwarded.
8459 0x000008E4
8461 NERR_AlreadyExists
8462         
8464 This message alias already exists locally.
8466 0x000008E5
8468 NERR_TooManyNames
8469         
8471 The maximum number of added message aliases has been exceeded.
8473 0x000008E6
8475 NERR_DelComputerName
8476         
8478 The computer name could not be deleted.
8480 0x000008E7
8482 NERR_LocalForward
8483         
8485 Messages cannot be forwarded back to the same workstation.
8487 0x000008E8
8489 NERR_GrpMsgProcessor
8490         
8492 An error occurred in the domain message processor.
8494 0x000008E9
8496 NERR_PausedRemote
8497         
8499 The message was sent, but the recipient has paused the Messenger service.
8501 0x000008EA
8503 NERR_BadReceive
8504         
8506 The message was sent but not received.
8508 0x000008EB
8510 NERR_NameInUse
8511         
8513 The message alias is currently in use. Try again later.
8515 0x000008EC
8517 NERR_MsgNotStarted
8518         
8520 The Messenger service has not been started.
8522 0x000008ED
8524 NERR_NotLocalName
8525         
8527 The name is not on the local computer.
8529 0x000008EE
8531 NERR_NoForwardName
8532         
8534 The forwarded message alias could not be found on the network.
8536 0x000008EF
8538 NERR_RemoteFull
8539         
8541 The message alias table on the remote station is full.
8543 0x000008F0
8545 NERR_NameNotForwarded
8546         
8548 Messages for this alias are not currently being forwarded.
8550 0x000008F1
8552 NERR_TruncatedBroadcast
8553         
8555 The broadcast message was truncated.
8557 0x000008F6
8559 NERR_InvalidDevice
8560         
8562 This is an invalid device name.
8564 0x000008F7
8566 NERR_WriteFault
8567         
8569 A write fault occurred.
8571 0x000008F9
8573 NERR_DuplicateName
8574         
8576 A duplicate message alias exists on the network.
8578 0x000008FA
8580 NERR_DeleteLater
8581         
8583 This message alias will be deleted later.
8585 0x000008FB
8587 NERR_IncompleteDel
8588         
8590 The message alias was not successfully deleted from all networks.
8592 0x000008FC
8594 NERR_MultipleNets
8595         
8597 This operation is not supported on computers with multiple networks.
8599 0x00000906
8601 NERR_NetNameNotFound
8602         
8604 This shared resource does not exist.
8606 0x00000907
8608 NERR_DeviceNotShared
8609         
8611 This device is not shared.
8613 0x00000908
8615 NERR_ClientNameNotFound
8616         
8618 A session does not exist with that computer name.
8620 0x0000090A
8622 NERR_FileIdNotFound
8623         
8625 There is not an open file with that identification number.
8627 0x0000090B
8629 NERR_ExecFailure
8630         
8632 A failure occurred when executing a remote administration command.
8634 0x0000090C
8636 NERR_TmpFile
8637         
8639 A failure occurred when opening a remote temporary file.
8641 0x0000090D
8643 NERR_TooMuchData
8644         
8646 The data returned from a remote administration command has been truncated to 64 KB.
8648 0x0000090E
8650 NERR_DeviceShareConflict
8651         
8653 This device cannot be shared as both a spooled and a nonspooled resource.
8655 0x0000090F
8657 NERR_BrowserTableIncomplete
8658         
8660 The information in the list of servers might be incorrect.
8662 0x00000910
8664 NERR_NotLocalDomain
8665         
8667 The computer is not active in this domain.
8669 0x00000911
8671 NERR_IsDfsShare
8672         
8674 The share must be removed from the Distributed File System (DFS) before it can be deleted.
8676 0x0000091B
8678 NERR_DevInvalidOpCode
8679         
8681 The operation is invalid for this device.
8683 0x0000091C
8685 NERR_DevNotFound
8686         
8688 This device cannot be shared.
8690 0x0000091D
8692 NERR_DevNotOpen
8693         
8695 This device was not open.
8697 0x0000091E
8699 NERR_BadQueueDevString
8700         
8702 This device name list is invalid.
8704 0x0000091F
8706 NERR_BadQueuePriority
8707         
8709 The queue priority is invalid.
8711 0x00000921
8713 NERR_NoCommDevs
8714         
8716 There are no shared communication devices.
8718 0x00000922
8720 NERR_QueueNotFound
8721         
8723 The queue you specified does not exist.
8725 0x00000924
8727 NERR_BadDevString
8728         
8730 This list of devices is invalid.
8732 0x00000925
8734 NERR_BadDev
8735         
8737 The requested device is invalid.
8739 0x00000926
8741 NERR_InUseBySpooler
8742         
8744 This device is already in use by the spooler.
8746 0x00000927
8748 NERR_CommDevInUse
8749         
8751 This device is already in use as a communication device.
8753 0x0000092F
8755 NERR_InvalidComputer
8756         
8758 This computer name is invalid.
8760 0x00000932
8762 NERR_MaxLenExceeded
8763         
8765 The string and prefix specified are too long.
8767 0x00000934
8769 NERR_BadComponent
8770         
8772 This path component is invalid.
8774 0x00000935
8776 NERR_CantType
8777         
8779 Could not determine the type of input.
8781 0x0000093A
8783 NERR_TooManyEntries
8784         
8786 The buffer for types is not big enough.
8788 0x00000942
8790 NERR_ProfileFileTooBig
8791         
8793 Profile files cannot exceed 64 KB.
8795 0x00000943
8797 NERR_ProfileOffset
8798         
8800 The start offset is out of range.
8802 0x00000944
8804 NERR_ProfileCleanup
8805         
8807 The system cannot delete current connections to network resources.
8809 0x00000945
8811 NERR_ProfileUnknownCmd
8812         
8814 The system was unable to parse the command line in this file.
8816 0x00000946
8818 NERR_ProfileLoadErr
8819         
8821 An error occurred while loading the profile file.
8823 0x00000947
8825 NERR_ProfileSaveErr
8826         
8828 Errors occurred while saving the profile file. The profile was partially saved.
8830 0x00000949
8832 NERR_LogOverflow
8833         
8835 Log file %1 is full.
8837 0x0000094A
8839 NERR_LogFileChanged
8840         
8842 This log file has changed between reads.
8844 0x0000094B
8846 NERR_LogFileCorrupt
8847         
8849 Log file %1 is corrupt.
8851 0x0000094C
8853 NERR_SourceIsDir
8854         
8856 The source path cannot be a directory.
8858 0x0000094D
8860 NERR_BadSource
8861         
8863 The source path is illegal.
8865 0x0000094E
8867 NERR_BadDest
8868         
8870 The destination path is illegal.
8872 0x0000094F
8874 NERR_DifferentServers
8875         
8877 The source and destination paths are on different servers.
8879 0x00000951
8881 NERR_RunSrvPaused
8882         
8884 The Run server you requested is paused.
8886 0x00000955
8888 NERR_ErrCommRunSrv
8889         
8891 An error occurred when communicating with a Run server.
8893 0x00000957
8895 NERR_ErrorExecingGhost
8896         
8898 An error occurred when starting a background process.
8900 0x00000958
8902 NERR_ShareNotFound
8903         
8905 The shared resource you are connected to could not be found.
8907 0x00000960
8909 NERR_InvalidLana
8910         
8912 The LAN adapter number is invalid.
8914 0x00000961
8916 NERR_OpenFiles
8917         
8919 There are open files on the connection.
8921 0x00000962
8923 NERR_ActiveConns
8924         
8926 Active connections still exist.
8928 0x00000963
8930 NERR_BadPasswordCore
8931         
8933 This share name or password is invalid.
8935 0x00000964
8937 NERR_DevInUse
8938         
8940 The device is being accessed by an active process.
8942 0x00000965
8944 NERR_LocalDrive
8945         
8947 The drive letter is in use locally.
8949 0x0000097E
8951 NERR_AlertExists
8952         
8954 The specified client is already registered for the specified event.
8956 0x0000097F
8958 NERR_TooManyAlerts
8959         
8961 The alert table is full.
8963 0x00000980
8965 NERR_NoSuchAlert
8966         
8968 An invalid or nonexistent alert name was raised.
8970 0x00000981
8972 NERR_BadRecipient
8973         
8975 The alert recipient is invalid.
8977 0x00000982
8979 NERR_AcctLimitExceeded
8980         
8982 A user's session with this server has been deleted.
8984 0x00000988
8986 NERR_InvalidLogSeek
8987         
8989 The log file does not contain the requested record number.
8991 0x00000992
8993 NERR_BadUasConfig
8994         
8996 The user accounts database is not configured correctly.
8998 0x00000993
9000 NERR_InvalidUASOp
9001         
9003 This operation is not permitted when the Net Logon service is running.
9005 0x00000994
9007 NERR_LastAdmin
9008         
9010 This operation is not allowed on the last administrative account.
9012 0x00000995
9014 NERR_DCNotFound
9015         
9017 Could not find the domain controller for this domain.
9019 0x00000996
9021 NERR_LogonTrackingError
9022         
9024 Could not set logon information for this user.
9026 0x00000997
9028 NERR_NetlogonNotStarted
9029         
9031 The Net Logon service has not been started.
9033 0x00000998
9035 NERR_CanNotGrowUASFile
9036         
9038 Unable to add to the user accounts database.
9040 0x00000999
9042 NERR_TimeDiffAtDC
9043         
9045 This server's clock is not synchronized with the PDC's clock.
9047 0x0000099A
9049 NERR_PasswordMismatch
9050         
9052 A password mismatch has been detected.
9054 0x0000099C
9056 NERR_NoSuchServer
9057         
9059 The server identification does not specify a valid server.
9061 0x0000099D
9063 NERR_NoSuchSession
9064         
9066 The session identification does not specify a valid session.
9068 0x0000099E
9070 NERR_NoSuchConnection
9071         
9073 The connection identification does not specify a valid connection.
9075 0x0000099F
9077 NERR_TooManyServers
9078         
9080 There is no space for another entry in the table of available servers.
9082 0x000009A0
9084 NERR_TooManySessions
9085         
9087 The server has reached the maximum number of sessions it supports.
9089 0x000009A1
9091 NERR_TooManyConnections
9092         
9094 The server has reached the maximum number of connections it supports.
9096 0x000009A2
9098 NERR_TooManyFiles
9099         
9101 The server cannot open more files because it has reached its maximum number.
9103 0x000009A3
9105 NERR_NoAlternateServers
9106         
9108 There are no alternate servers registered on this server.
9110 0x000009A6
9112 NERR_TryDownLevel
9113         
9115 Try the down-level (remote admin protocol) version of API instead.
9117 0x000009B0
9119 NERR_UPSDriverNotStarted
9120         
9122 The uninterruptible power supply (UPS) driver could not be accessed by the UPS service.
9124 0x000009B1
9126 NERR_UPSInvalidConfig
9127         
9129 The UPS service is not configured correctly.
9131 0x000009B2
9133 NERR_UPSInvalidCommPort
9134         
9136 The UPS service could not access the specified Comm Port.
9138 0x000009B3
9140 NERR_UPSSignalAsserted
9141         
9143 The UPS indicated a line fail or low battery situation. Service not started.
9145 0x000009B4
9147 NERR_UPSShutdownFailed
9148         
9150 The UPS service failed to perform a system shut down.
9152 0x000009C4
9154 NERR_BadDosRetCode
9155         
9157 The program below returned an MS-DOS error code.
9159 0x000009C5
9161 NERR_ProgNeedsExtraMem
9162         
9164 The program below needs more memory.
9166 0x000009C6
9168 NERR_BadDosFunction
9169         
9171 The program below called an unsupported MS-DOS function.
9173 0x000009C7
9175 NERR_RemoteBootFailed
9176         
9178 The workstation failed to boot.
9180 0x000009C8
9182 NERR_BadFileCheckSum
9183         
9185 The file below is corrupt.
9187 0x000009C9
9189 NERR_NoRplBootSystem
9190         
9192 No loader is specified in the boot-block definition file.
9194 0x000009CA
9196 NERR_RplLoadrNetBiosErr
9197         
9199 NetBIOS returned an error: The network control blocks (NCBs) and Server Message Block (SMB) are dumped above.
9201 0x000009CB
9203 NERR_RplLoadrDiskErr
9204         
9206 A disk I/O error occurred.
9208 0x000009CC
9210 NERR_ImageParamErr
9211         
9213 Image parameter substitution failed.
9215 0x000009CD
9217 NERR_TooManyImageParams
9218         
9220 Too many image parameters cross disk sector boundaries.
9222 0x000009CE
9224 NERR_NonDosFloppyUsed
9225         
9227 The image was not generated from an MS-DOS disk formatted with /S.
9229 0x000009CF
9231 NERR_RplBootRestart
9232         
9234 Remote boot will be restarted later.
9236 0x000009D0
9238 NERR_RplSrvrCallFailed
9239         
9241 The call to the Remoteboot server failed.
9243 0x000009D1
9245 NERR_CantConnectRplSrvr
9246         
9248 Cannot connect to the Remoteboot server.
9250 0x000009D2
9252 NERR_CantOpenImageFile
9253         
9255 Cannot open image file on the Remoteboot server.
9257 0x000009D3
9259 NERR_CallingRplSrvr
9260         
9262 Connecting to the Remoteboot server.
9264 0x000009D4
9266 NERR_StartingRplBoot
9267         
9269 Connecting to the Remoteboot server.
9271 0x000009D5
9273 NERR_RplBootServiceTerm
9274         
9276 Remote boot service was stopped, check the error log for the cause of the problem.
9278 0x000009D6
9280 NERR_RplBootStartFailed
9281         
9283 Remote boot startup failed; check the error log for the cause of the problem.
9285 0x000009D7
9287 NERR_RPL_CONNECTED
9288         
9290 A second connection to a Remoteboot resource is not allowed.
9292 0x000009F6
9294 NERR_BrowserConfiguredToNotRun
9295         
9297 The browser service was configured with MaintainServerList=No.
9299 0x00000A32
9301 NERR_RplNoAdaptersStarted
9302         
9304 Service failed to start because none of the network adapters started with this service.
9306 0x00000A33
9308 NERR_RplBadRegistry
9309         
9311 Service failed to start due to bad startup information in the registry.
9313 0x00000A34
9315 NERR_RplBadDatabase
9316         
9318 Service failed to start because its database is absent or corrupt.
9320 0x00000A35
9322 NERR_RplRplfilesShare
9323         
9325 Service failed to start because the RPLFILES share is absent.
9327 0x00000A36
9329 NERR_RplNotRplServer
9330         
9332 Service failed to start because the RPLUSER group is absent.
9334 0x00000A37
9336 NERR_RplCannotEnum
9337         
9339 Cannot enumerate service records.
9341 0x00000A38
9343 NERR_RplWkstaInfoCorrupted
9344         
9346 Workstation record information has been corrupted.
9348 0x00000A39
9350 NERR_RplWkstaNotFound
9351         
9353 Workstation record was not found.
9355 0x00000A3A
9357 NERR_RplWkstaNameUnavailable
9358         
9360 Workstation name is in use by some other workstation.
9362 0x00000A3B
9364 NERR_RplProfileInfoCorrupted
9365         
9367 Profile record information has been corrupted.
9369 0x00000A3C
9371 NERR_RplProfileNotFound
9372         
9374 Profile record was not found.
9376 0x00000A3D
9378 NERR_RplProfileNameUnavailable
9379         
9381 Profile name is in use by some other profile.
9383 0x00000A3E
9385 NERR_RplProfileNotEmpty
9386         
9388 There are workstations using this profile.
9390 0x00000A3F
9392 NERR_RplConfigInfoCorrupted
9393         
9395 Configuration record information has been corrupted.
9397 0x00000A40
9399 NERR_RplConfigNotFound
9400         
9402 Configuration record was not found.
9404 0x00000A41
9406 NERR_RplAdapterInfoCorrupted
9407         
9409 Adapter ID record information has been corrupted.
9411 0x00000A42
9413 NERR_RplInternal
9414         
9416 An internal service error has occurred.
9418 0x00000A43
9420 NERR_RplVendorInfoCorrupted
9421         
9423 Vendor ID record information has been corrupted.
9425 0x00000A44
9427 NERR_RplBootInfoCorrupted
9428         
9430 Boot block record information has been corrupted.
9432 0x00000A45
9434 NERR_RplWkstaNeedsUserAcct
9435         
9437 The user account for this workstation record is missing.
9439 0x00000A46
9441 NERR_RplNeedsRPLUSERAcct
9442         
9444 The RPLUSER local group could not be found.
9446 0x00000A47
9448 NERR_RplBootNotFound
9449         
9451 Boot block record was not found.
9453 0x00000A48
9455 NERR_RplIncompatibleProfile
9456         
9458 Chosen profile is incompatible with this workstation.
9460 0x00000A49
9462 NERR_RplAdapterNameUnavailable
9463         
9465 Chosen network adapter ID is in use by some other workstation.
9467 0x00000A4A
9469 NERR_RplConfigNotEmpty
9470         
9472 There are profiles using this configuration.
9474 0x00000A4B
9476 NERR_RplBootInUse
9477         
9479 There are workstations, profiles, or configurations using this boot block.
9481 0x00000A4C
9483 NERR_RplBackupDatabase
9484         
9486 Service failed to back up the Remoteboot database.
9488 0x00000A4D
9490 NERR_RplAdapterNotFound
9491         
9493 Adapter record was not found.
9495 0x00000A4E
9497 NERR_RplVendorNotFound
9498         
9500 Vendor record was not found.
9502 0x00000A4F
9504 NERR_RplVendorNameUnavailable
9505         
9507 Vendor name is in use by some other vendor record.
9509 0x00000A50
9511 NERR_RplBootNameUnavailable
9512         
9514 The boot name or vendor ID is in use by some other boot block record.
9516 0x00000A51
9518 NERR_RplConfigNameUnavailable
9519         
9521 The configuration name is in use by some other configuration.
9523 0x00000A64
9525 NERR_DfsInternalCorruption
9526         
9528 The internal database maintained by the DFS service is corrupt.
9530 0x00000A65
9532 NERR_DfsVolumeDataCorrupt
9533         
9535 One of the records in the internal DFS database is corrupt.
9537 0x00000A66
9539 NERR_DfsNoSuchVolume
9540         
9542 There is no DFS name whose entry path matches the input entry path.
9544 0x00000A67
9546 NERR_DfsVolumeAlreadyExists
9547         
9549 A root or link with the given name already exists.
9551 0x00000A68
9553 NERR_DfsAlreadyShared
9554         
9556 The server share specified is already shared in the DFS.
9558 0x00000A69
9560 NERR_DfsNoSuchShare
9561         
9563 The indicated server share does not support the indicated DFS namespace.
9565 0x00000A6A
9567 NERR_DfsNotALeafVolume
9568         
9570 The operation is not valid in this portion of the namespace.
9572 0x00000A6B
9574 NERR_DfsLeafVolume
9575         
9577 The operation is not valid in this portion of the namespace.
9579 0x00000A6C
9581 NERR_DfsVolumeHasMultipleServers
9582         
9584 The operation is ambiguous because the link has multiple servers.
9586 0x00000A6D
9588 NERR_DfsCantCreateJunctionPoint
9589         
9591 Unable to create a link.
9593 0x00000A6E
9595 NERR_DfsServerNotDfsAware
9596         
9598 The server is not DFS-aware.
9600 0x00000A6F
9602 NERR_DfsBadRenamePath
9603         
9605 The specified rename target path is invalid.
9607 0x00000A70
9609 NERR_DfsVolumeIsOffline
9610         
9612 The specified DFS link is offline.
9614 0x00000A71
9616 NERR_DfsNoSuchServer
9617         
9619 The specified server is not a server for this link.
9621 0x00000A72
9623 NERR_DfsCyclicalName
9624         
9626 A cycle in the DFS name was detected.
9628 0x00000A73
9630 NERR_DfsNotSupportedInServerDfs
9631         
9633 The operation is not supported on a server-based DFS.
9635 0x00000A74
9637 NERR_DfsDuplicateService
9638         
9640 This link is already supported by the specified server share.
9642 0x00000A75
9644 NERR_DfsCantRemoveLastServerShare
9645         
9647 Cannot remove the last server share supporting this root or link.
9649 0x00000A76
9651 NERR_DfsVolumeIsInterDfs
9652         
9654 The operation is not supported for an inter-DFS link.
9656 0x00000A77
9658 NERR_DfsInconsistent
9659         
9661 The internal state of the DFS Service has become inconsistent.
9663 0x00000A78
9665 NERR_DfsServerUpgraded
9666         
9668 The DFS Service has been installed on the specified server.
9670 0x00000A79
9672 NERR_DfsDataIsIdentical
9673         
9675 The DFS data being reconciled is identical.
9677 0x00000A7A
9679 NERR_DfsCantRemoveDfsRoot
9680         
9682 The DFS root cannot be deleted. Uninstall DFS if required.
9684 0x00000A7B
9686 NERR_DfsChildOrParentInDfs
9687         
9689 A child or parent directory of the share is already in a DFS.
9691 0x00000A82
9693 NERR_DfsInternalError
9694         
9696 DFS internal error.
9698 0x00000A83
9700 NERR_SetupAlreadyJoined
9701         
9703 This machine is already joined to a domain.
9705 0x00000A84
9707 NERR_SetupNotJoined
9708         
9710 This machine is not currently joined to a domain.
9712 0x00000A85
9714 NERR_SetupDomainController
9715         
9717 This machine is a domain controller and cannot be unjoined from a domain.
9719 0x00000A86
9721 NERR_DefaultJoinRequired
9722         
9724 The destination domain controller does not support creating machine accounts in organizational units (OUs).
9726 0x00000A87
9728 NERR_InvalidWorkgroupName
9729         
9731 The specified workgroup name is invalid.
9733 0x00000A88
9735 NERR_NameUsesIncompatibleCodePage
9736         
9738 The specified computer name is incompatible with the default language used on the domain controller.
9740 0x00000A89
9742 NERR_ComputerAccountNotFound
9743         
9745 The specified computer account could not be found.
9747 0x00000A8A
9749 NERR_PersonalSku
9750         
9752 This version of Windows cannot be joined to a domain.
9754 0x00000A8D
9756 NERR_PasswordMustChange
9757         
9759 The password must change at the next logon.
9761 0x00000A8E
9763 NERR_AccountLockedOut
9764         
9766 The account is locked out.
9768 0x00000A8F
9770 NERR_PasswordTooLong
9771         
9773 The password is too long.
9775 0x00000A90
9777 NERR_PasswordNotComplexEnough
9778         
9780 The password does not meet the complexity policy.
9782 0x00000A91
9784 NERR_PasswordFilterError
9785         
9787 The password does not meet the requirements of the password filter DLLs.
9789 0x00000BB8
9791 ERROR_UNKNOWN_PRINT_MONITOR
9792         
9794 The specified print monitor is unknown.
9796 0x00000BB9
9798 ERROR_PRINTER_DRIVER_IN_USE
9799         
9801 The specified printer driver is currently in use.
9803 0x00000BBA
9805 ERROR_SPOOL_FILE_NOT_FOUND
9806         
9808 The spool file was not found.
9810 0x00000BBB
9812 ERROR_SPL_NO_STARTDOC
9813         
9815 A StartDocPrinter call was not issued.
9817 0x00000BBC
9819 ERROR_SPL_NO_ADDJOB
9820         
9822 An AddJob call was not issued.
9824 0x00000BBD
9826 ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
9827         
9829 The specified print processor has already been installed.
9831 0x00000BBE
9833 ERROR_PRINT_MONITOR_ALREADY_INSTALLED
9834         
9836 The specified print monitor has already been installed.
9838 0x00000BBF
9840 ERROR_INVALID_PRINT_MONITOR
9841         
9843 The specified print monitor does not have the required functions.
9845 0x00000BC0
9847 ERROR_PRINT_MONITOR_IN_USE
9848         
9850 The specified print monitor is currently in use.
9852 0x00000BC1
9854 ERROR_PRINTER_HAS_JOBS_QUEUED
9855         
9857 The requested operation is not allowed when there are jobs queued to the printer.
9859 0x00000BC2
9861 ERROR_SUCCESS_REBOOT_REQUIRED
9862         
9864 The requested operation is successful. Changes will not be effective until the system is rebooted.
9866 0x00000BC3
9868 ERROR_SUCCESS_RESTART_REQUIRED
9869         
9871 The requested operation is successful. Changes will not be effective until the service is restarted.
9873 0x00000BC4
9875 ERROR_PRINTER_NOT_FOUND
9876         
9878 No printers were found.
9880 0x00000BC5
9882 ERROR_PRINTER_DRIVER_WARNED
9883         
9885 The printer driver is known to be unreliable.
9887 0x00000BC6
9889 ERROR_PRINTER_DRIVER_BLOCKED
9890         
9892 The printer driver is known to harm the system.
9894 0x00000BC7
9896 ERROR_PRINTER_DRIVER_PACKAGE_IN_USE
9897         
9899 The specified printer driver package is currently in use.
9901 0x00000BC8
9903 ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND
9904         
9906 Unable to find a core driver package that is required by the printer driver package.
9908 0x00000BC9
9910 ERROR_FAIL_REBOOT_REQUIRED
9911         
9913 The requested operation failed. A system reboot is required to roll back changes made.
9915 0x00000BCA
9917 ERROR_FAIL_REBOOT_INITIATED
9918         
9920 The requested operation failed. A system reboot has been initiated to roll back changes made.
9922 0x00000BCB
9923 ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED
9926 The specified printer driver was not found on the system and needs to be downloaded.
9928 0x00000F6E
9930 ERROR_IO_REISSUE_AS_CACHED
9931         
9933 Reissue the given operation as a cached I/O operation.
9935 0x00000FA0
9937 ERROR_WINS_INTERNAL
9938         
9940 Windows Internet Name Service (WINS) encountered an error while processing the command.
9942 0x00000FA1
9944 ERROR_CAN_NOT_DEL_LOCAL_WINS
9945         
9947 The local WINS cannot be deleted.
9949 0x00000FA2
9951 ERROR_STATIC_INIT
9952         
9954 The importation from the file failed.
9956 0x00000FA3
9958 ERROR_INC_BACKUP
9959         
9961 The backup failed. Was a full backup done before?
9963 0x00000FA4
9965 ERROR_FULL_BACKUP
9966         
9968 The backup failed. Check the directory to which you are backing the database.
9970 0x00000FA5
9972 ERROR_REC_NON_EXISTENT
9973         
9975 The name does not exist in the WINS database.
9977 0x00000FA6
9979 ERROR_RPL_NOT_ALLOWED
9980         
9982 Replication with a nonconfigured partner is not allowed.
9984 0x00000FD2
9986 PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED
9987         
9989 The version of the supplied content information is not supported.
9991 0x00000FD3
9993 PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO
9994         
9996 The supplied content information is malformed.
9998 0x00000FD4
10000 PEERDIST_ERROR_MISSING_DATA
10001         
10003 The requested data cannot be found in local or peer caches.
10005 0x00000FD5
10007 PEERDIST_ERROR_NO_MORE
10008         
10010 No more data is available or required.
10012 0x00000FD6
10014 PEERDIST_ERROR_NOT_INITIALIZED
10015         
10017 The supplied object has not been initialized.
10019 0x00000FD7
10021 PEERDIST_ERROR_ALREADY_INITIALIZED
10022         
10024 The supplied object has already been initialized.
10026 0x00000FD8
10028 PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS
10029         
10031 A shutdown operation is already in progress.
10033 0x00000FD9
10035 PEERDIST_ERROR_INVALIDATED
10036         
10038 The supplied object has already been invalidated.
10040 0x00000FDA
10042 PEERDIST_ERROR_ALREADY_EXISTS
10043         
10045 An element already exists and was not replaced.
10047 0x00000FDB
10049 PEERDIST_ERROR_OPERATION_NOTFOUND
10050         
10052 Cannot cancel the requested operation as it has already been completed.
10054 0x00000FDC
10056 PEERDIST_ERROR_ALREADY_COMPLETED
10057         
10059 Cannot perform the requested operation because it has already been carried out.
10061 0x00000FDD
10063 PEERDIST_ERROR_OUT_OF_BOUNDS
10064         
10066 An operation accessed data beyond the bounds of valid data.
10068 0x00000FDE
10070 PEERDIST_ERROR_VERSION_UNSUPPORTED
10071         
10073 The requested version is not supported.
10075 0x00000FDF
10077 PEERDIST_ERROR_INVALID_CONFIGURATION
10078         
10080 A configuration value is invalid.
10082 0x00000FE0
10084 PEERDIST_ERROR_NOT_LICENSED
10085         
10087 The SKU is not licensed.
10089 0x00000FE1
10091 PEERDIST_ERROR_SERVICE_UNAVAILABLE
10092         
10094 PeerDist Service is still initializing and will be available shortly.
10096 0x00001004
10098 ERROR_DHCP_ADDRESS_CONFLICT
10099         
10101 The Dynamic Host Configuration Protocol (DHCP) client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.
10103 0x00001068
10105 ERROR_WMI_GUID_NOT_FOUND
10106         
10108 The GUID passed was not recognized as valid by a WMI data provider.
10110 0x00001069
10112 ERROR_WMI_INSTANCE_NOT_FOUND
10113         
10115 The instance name passed was not recognized as valid by a WMI data provider.
10117 0x0000106A
10119 ERROR_WMI_ITEMID_NOT_FOUND
10120         
10122 The data item ID passed was not recognized as valid by a WMI data provider.
10124 0x0000106B
10126 ERROR_WMI_TRY_AGAIN
10127         
10129 The WMI request could not be completed and should be retried.
10131 0x0000106C
10133 ERROR_WMI_DP_NOT_FOUND
10134         
10136 The WMI data provider could not be located.
10138 0x0000106D
10140 ERROR_WMI_UNRESOLVED_INSTANCE_REF
10141         
10143 The WMI data provider references an instance set that has not been registered.
10145 0x0000106E
10147 ERROR_WMI_ALREADY_ENABLED
10148         
10150 The WMI data block or event notification has already been enabled.
10152 0x0000106F
10154 ERROR_WMI_GUID_DISCONNECTED
10155         
10157 The WMI data block is no longer available.
10159 0x00001070
10161 ERROR_WMI_SERVER_UNAVAILABLE
10162         
10164 The WMI data service is not available.
10166 0x00001071
10168 ERROR_WMI_DP_FAILED
10169         
10171 The WMI data provider failed to carry out the request.
10173 0x00001072
10175 ERROR_WMI_INVALID_MOF
10176         
10178 The WMI Managed Object Format (MOF) information is not valid.
10180 0x00001073
10182 ERROR_WMI_INVALID_REGINFO
10183         
10185 The WMI registration information is not valid.
10187 0x00001074
10189 ERROR_WMI_ALREADY_DISABLED
10190         
10192 The WMI data block or event notification has already been disabled.
10194 0x00001075
10196 ERROR_WMI_READ_ONLY
10197         
10199 The WMI data item or data block is read-only.
10201 0x00001076
10203 ERROR_WMI_SET_FAILURE
10204         
10206 The WMI data item or data block could not be changed.
10208 0x000010CC
10210 ERROR_INVALID_MEDIA
10211         
10213 The media identifier does not represent a valid medium.
10215 0x000010CD
10217 ERROR_INVALID_LIBRARY
10218         
10220 The library identifier does not represent a valid library.
10222 0x000010CE
10224 ERROR_INVALID_MEDIA_POOL
10225         
10227 The media pool identifier does not represent a valid media pool.
10229 0x000010CF
10231 ERROR_DRIVE_MEDIA_MISMATCH
10232         
10234 The drive and medium are not compatible, or they exist in different libraries.
10236 0x000010D0
10238 ERROR_MEDIA_OFFLINE
10239         
10241 The medium currently exists in an offline library and must be online to perform this operation.
10243 0x000010D1
10245 ERROR_LIBRARY_OFFLINE
10246         
10248 The operation cannot be performed on an offline library.
10250 0x000010D2
10252 ERROR_EMPTY
10253         
10255 The library, drive, or media pool is empty.
10257 0x000010D3
10259 ERROR_NOT_EMPTY
10260         
10262 The library, drive, or media pool must be empty to perform this operation.
10264 0x000010D4
10266 ERROR_MEDIA_UNAVAILABLE
10267         
10269 No media is currently available in this media pool or library.
10271 0x000010D5
10273 ERROR_RESOURCE_DISABLED
10274         
10276 A resource required for this operation is disabled.
10278 0x000010D6
10280 ERROR_INVALID_CLEANER
10281         
10283 The media identifier does not represent a valid cleaner.
10285 0x000010D7
10287 ERROR_UNABLE_TO_CLEAN
10288         
10290 The drive cannot be cleaned or does not support cleaning.
10292 0x000010D8
10294 ERROR_OBJECT_NOT_FOUND
10295         
10297 The object identifier does not represent a valid object.
10299 0x000010D9
10301 ERROR_DATABASE_FAILURE
10302         
10304 Unable to read from or write to the database.
10306 0x000010DA
10308 ERROR_DATABASE_FULL
10309         
10311 The database is full.
10313 0x000010DB
10315 ERROR_MEDIA_INCOMPATIBLE
10316         
10318 The medium is not compatible with the device or media pool.
10320 0x000010DC
10322 ERROR_RESOURCE_NOT_PRESENT
10323         
10325 The resource required for this operation does not exist.
10327 0x000010DD
10329 ERROR_INVALID_OPERATION
10330         
10332 The operation identifier is not valid.
10334 0x000010DE
10336 ERROR_MEDIA_NOT_AVAILABLE
10337         
10339 The media is not mounted or ready for use.
10341 0x000010DF
10343 ERROR_DEVICE_NOT_AVAILABLE
10344         
10346 The device is not ready for use.
10348 0x000010E0
10350 ERROR_REQUEST_REFUSED
10351         
10353 The operator or administrator has refused the request.
10355 0x000010E1
10357 ERROR_INVALID_DRIVE_OBJECT
10358         
10360 The drive identifier does not represent a valid drive.
10362 0x000010E2
10364 ERROR_LIBRARY_FULL
10365         
10367 Library is full. No slot is available for use.
10369 0x000010E3
10371 ERROR_MEDIUM_NOT_ACCESSIBLE
10372         
10374 The transport cannot access the medium.
10376 0x000010E4
10378 ERROR_UNABLE_TO_LOAD_MEDIUM
10379         
10381 Unable to load the medium into the drive.
10383 0x000010E5
10385 ERROR_UNABLE_TO_INVENTORY_DRIVE
10386         
10388 Unable to retrieve the drive status.
10390 0x000010E6
10392 ERROR_UNABLE_TO_INVENTORY_SLOT
10393         
10395 Unable to retrieve the slot status.
10397 0x000010E7
10399 ERROR_UNABLE_TO_INVENTORY_TRANSPORT
10400         
10402 Unable to retrieve status about the transport.
10404 0x000010E8
10406 ERROR_TRANSPORT_FULL
10407         
10409 Cannot use the transport because it is already in use.
10411 0x000010E9
10413 ERROR_CONTROLLING_IEPORT
10414         
10416 Unable to open or close the inject/eject port.
10418 0x000010EA
10420 ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
10421         
10423 Unable to eject the medium because it is in a drive.
10425 0x000010EB
10427 ERROR_CLEANER_SLOT_SET
10428         
10430 A cleaner slot is already reserved.
10432 0x000010EC
10434 ERROR_CLEANER_SLOT_NOT_SET
10435         
10437 A cleaner slot is not reserved.
10439 0x000010ED
10441 ERROR_CLEANER_CARTRIDGE_SPENT
10442         
10444 The cleaner cartridge has performed the maximum number of drive cleanings.
10446 0x000010EE
10448 ERROR_UNEXPECTED_OMID
10449         
10451 Unexpected on-medium identifier.
10453 0x000010EF
10455 ERROR_CANT_DELETE_LAST_ITEM
10456         
10458 The last remaining item in this group or resource cannot be deleted.
10460 0x000010F0
10462 ERROR_MESSAGE_EXCEEDS_MAX_SIZE
10463         
10465 The message provided exceeds the maximum size allowed for this parameter.
10467 0x000010F1
10469 ERROR_VOLUME_CONTAINS_SYS_FILES
10470         
10472 The volume contains system or paging files.
10474 0x000010F2
10476 ERROR_INDIGENOUS_TYPE
10477         
10479 The media type cannot be removed from this library because at least one drive in the library reports it can support this media type.
10481 0x000010F3
10483 ERROR_NO_SUPPORTING_DRIVES
10484         
10486 This offline media cannot be mounted on this system because no enabled drives are present that can be used.
10488 0x000010F4
10490 ERROR_CLEANER_CARTRIDGE_INSTALLED
10491         
10493 A cleaner cartridge is present in the tape library.
10495 0x000010F5
10497 ERROR_IEPORT_FULL
10498         
10500 Cannot use the IEport because it is not empty.
10502 0x000010FE
10504 ERROR_FILE_OFFLINE
10505         
10507 The remote storage service was not able to recall the file.
10509 0x000010FF
10511 ERROR_REMOTE_STORAGE_NOT_ACTIVE
10512         
10514 The remote storage service is not operational at this time.
10516 0x00001100
10518 ERROR_REMOTE_STORAGE_MEDIA_ERROR
10519         
10521 The remote storage service encountered a media error.
10523 0x00001126
10525 ERROR_NOT_A_REPARSE_POINT
10526         
10528 The file or directory is not a reparse point.
10530 0x00001127
10532 ERROR_REPARSE_ATTRIBUTE_CONFLICT
10533         
10535 The reparse point attribute cannot be set because it conflicts with an existing attribute.
10537 0x00001128
10539 ERROR_INVALID_REPARSE_DATA
10540         
10542 The data present in the reparse point buffer is invalid.
10544 0x00001129
10546 ERROR_REPARSE_TAG_INVALID
10547         
10549 The tag present in the reparse point buffer is invalid.
10551 0x0000112A
10553 ERROR_REPARSE_TAG_MISMATCH
10554         
10556 There is a mismatch between the tag specified in the request and the tag present in the reparse point.
10558 0x00001194
10560 ERROR_VOLUME_NOT_SIS_ENABLED
10561         
10563 Single Instance Storage (SIS) is not available on this volume.
10565 0x00001389
10567 ERROR_DEPENDENT_RESOURCE_EXISTS
10568         
10570 The operation cannot be completed because other resources depend on this resource.
10572 0x0000138A
10574 ERROR_DEPENDENCY_NOT_FOUND
10575         
10577 The cluster resource dependency cannot be found.
10579 0x0000138B
10581 ERROR_DEPENDENCY_ALREADY_EXISTS
10582         
10584 The cluster resource cannot be made dependent on the specified resource because it is already dependent.
10586 0x0000138C
10588 ERROR_RESOURCE_NOT_ONLINE
10589         
10591 The cluster resource is not online.
10593 0x0000138D
10595 ERROR_HOST_NODE_NOT_AVAILABLE
10596         
10598 A cluster node is not available for this operation.
10600 0x0000138E
10602 ERROR_RESOURCE_NOT_AVAILABLE
10603         
10605 The cluster resource is not available.
10607 0x0000138F
10609 ERROR_RESOURCE_NOT_FOUND
10610         
10612 The cluster resource could not be found.
10614 0x00001390
10616 ERROR_SHUTDOWN_CLUSTER
10617         
10619 The cluster is being shut down.
10621 0x00001391
10623 ERROR_CANT_EVICT_ACTIVE_NODE
10624         
10626 A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
10628 0x00001392
10630 ERROR_OBJECT_ALREADY_EXISTS
10631         
10633 The object already exists.
10635 0x00001393
10637 ERROR_OBJECT_IN_LIST
10638         
10640 The object is already in the list.
10642 0x00001394
10644 ERROR_GROUP_NOT_AVAILABLE
10645         
10647 The cluster group is not available for any new requests.
10649 0x00001395
10651 ERROR_GROUP_NOT_FOUND
10652         
10654 The cluster group could not be found.
10656 0x00001396
10658 ERROR_GROUP_NOT_ONLINE
10659         
10661 The operation could not be completed because the cluster group is not online.
10663 0x00001397
10665 ERROR_HOST_NODE_NOT_RESOURCE_OWNER
10666         
10668 The operation failed because either the specified cluster node is not the owner of the resource, or the node is not a possible owner of the resource.
10670 0x00001398
10672 ERROR_HOST_NODE_NOT_GROUP_OWNER
10673         
10675 The operation failed because either the specified cluster node is not the owner of the group, or the node is not a possible owner of the group.
10677 0x00001399
10679 ERROR_RESMON_CREATE_FAILED
10680         
10682 The cluster resource could not be created in the specified resource monitor.
10684 0x0000139A
10686 ERROR_RESMON_ONLINE_FAILED
10687         
10689 The cluster resource could not be brought online by the resource monitor.
10691 0x0000139B
10693 ERROR_RESOURCE_ONLINE
10694         
10696 The operation could not be completed because the cluster resource is online.
10698 0x0000139C
10700 ERROR_QUORUM_RESOURCE
10701         
10703 The cluster resource could not be deleted or brought offline because it is the quorum resource.
10705 0x0000139D
10707 ERROR_NOT_QUORUM_CAPABLE
10708         
10710 The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
10712 0x0000139E
10714 ERROR_CLUSTER_SHUTTING_DOWN
10715         
10717 The cluster software is shutting down.
10719 0x0000139F
10721 ERROR_INVALID_STATE
10722         
10724 The group or resource is not in the correct state to perform the requested operation.
10726 0x000013A0
10728 ERROR_RESOURCE_PROPERTIES_STORED
10729         
10731 The properties were stored but not all changes will take effect until the next time the resource is brought online.
10733 0x000013A1
10735 ERROR_NOT_QUORUM_CLASS
10736         
10738 The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
10740 0x000013A2
10742 ERROR_CORE_RESOURCE
10743         
10745 The cluster resource could not be deleted because it is a core resource.
10747 0x000013A3
10749 ERROR_QUORUM_RESOURCE_ONLINE_FAILED
10750         
10752 The quorum resource failed to come online.
10754 0x000013A4
10756 ERROR_QUORUMLOG_OPEN_FAILED
10757         
10759 The quorum log could not be created or mounted successfully.
10761 0x000013A5
10763 ERROR_CLUSTERLOG_CORRUPT
10764         
10766 The cluster log is corrupt.
10768 0x000013A6
10770 ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
10771         
10773 The record could not be written to the cluster log because it exceeds the maximum size.
10775 0x000013A7
10777 ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
10778         
10780 The cluster log exceeds its maximum size.
10782 0x000013A8
10784 ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
10785         
10787 No checkpoint record was found in the cluster log.
10789 0x000013A9
10791 ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
10792         
10794 The minimum required disk space needed for logging is not available.
10796 0x000013AA
10798 ERROR_QUORUM_OWNER_ALIVE
10799         
10801 The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
10803 0x000013AB
10805 ERROR_NETWORK_NOT_AVAILABLE
10806         
10808 A cluster network is not available for this operation.
10810 0x000013AC
10812 ERROR_NODE_NOT_AVAILABLE
10813         
10815 A cluster node is not available for this operation.
10817 0x000013AD
10819 ERROR_ALL_NODES_NOT_AVAILABLE
10820         
10822 All cluster nodes must be running to perform this operation.
10824 0x000013AE
10826 ERROR_RESOURCE_FAILED
10827         
10829 A cluster resource failed.
10831 0x000013AF
10833 ERROR_CLUSTER_INVALID_NODE
10834         
10836 The cluster node is not valid.
10838 0x000013B0
10840 ERROR_CLUSTER_NODE_EXISTS
10841         
10843 The cluster node already exists.
10845 0x000013B1
10847 ERROR_CLUSTER_JOIN_IN_PROGRESS
10848         
10850 A node is in the process of joining the cluster.
10852 0x000013B2
10854 ERROR_CLUSTER_NODE_NOT_FOUND
10855         
10857 The cluster node was not found.
10859 0x000013B3
10861 ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
10862         
10864 The cluster local node information was not found.
10866 0x000013B4
10868 ERROR_CLUSTER_NETWORK_EXISTS
10869         
10871 The cluster network already exists.
10873 0x000013B5
10875 ERROR_CLUSTER_NETWORK_NOT_FOUND
10876         
10878 The cluster network was not found.
10880 0x000013B6
10882 ERROR_CLUSTER_NETINTERFACE_EXISTS
10883         
10885 The cluster network interface already exists.
10887 0x000013B7
10889 ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
10890         
10892 The cluster network interface was not found.
10894 0x000013B8
10896 ERROR_CLUSTER_INVALID_REQUEST
10897         
10899 The cluster request is not valid for this object.
10901 0x000013B9
10903 ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
10904         
10906 The cluster network provider is not valid.
10908 0x000013BA
10910 ERROR_CLUSTER_NODE_DOWN
10911         
10913 The cluster node is down.
10915 0x000013BB
10917 ERROR_CLUSTER_NODE_UNREACHABLE
10918         
10920 The cluster node is not reachable.
10922 0x000013BC
10924 ERROR_CLUSTER_NODE_NOT_MEMBER
10925         
10927 The cluster node is not a member of the cluster.
10929 0x000013BD
10931 ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
10932         
10934 A cluster join operation is not in progress.
10936 0x000013BE
10938 ERROR_CLUSTER_INVALID_NETWORK
10939         
10941 The cluster network is not valid.
10943 0x000013C0
10945 ERROR_CLUSTER_NODE_UP
10946         
10948 The cluster node is up.
10950 0x000013C1
10952 ERROR_CLUSTER_IPADDR_IN_USE
10953         
10955 The cluster IP address is already in use.
10957 0x000013C2
10959 ERROR_CLUSTER_NODE_NOT_PAUSED
10960         
10962 The cluster node is not paused.
10964 0x000013C3
10966 ERROR_CLUSTER_NO_SECURITY_CONTEXT
10967         
10969 No cluster security context is available.
10971 0x000013C4
10973 ERROR_CLUSTER_NETWORK_NOT_INTERNAL
10974         
10976 The cluster network is not configured for internal cluster communication.
10978 0x000013C5
10980 ERROR_CLUSTER_NODE_ALREADY_UP
10981         
10983 The cluster node is already up.
10985 0x000013C6
10987 ERROR_CLUSTER_NODE_ALREADY_DOWN
10988         
10990 The cluster node is already down.
10992 0x000013C7
10994 ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
10995         
10997 The cluster network is already online.
10999 0x000013C8
11001 ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
11002         
11004 The cluster network is already offline.
11006 0x000013C9
11008 ERROR_CLUSTER_NODE_ALREADY_MEMBER
11009         
11011 The cluster node is already a member of the cluster.
11013 0x000013CA
11015 ERROR_CLUSTER_LAST_INTERNAL_NETWORK
11016         
11018 The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.
11020 0x000013CB
11022 ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
11023         
11025 One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
11027 0x000013CC
11029 ERROR_INVALID_OPERATION_ON_QUORUM
11030         
11032 This operation cannot be performed on the cluster resource because it is the quorum resource. This quorum resource cannot be brought offline and its possible owners list cannot be modified.
11034 0x000013CD
11036 ERROR_DEPENDENCY_NOT_ALLOWED
11037         
11039 The cluster quorum resource is not allowed to have any dependencies.
11041 0x000013CE
11043 ERROR_CLUSTER_NODE_PAUSED
11044         
11046 The cluster node is paused.
11048 0x000013CF
11050 ERROR_NODE_CANT_HOST_RESOURCE
11051         
11053 The cluster resource cannot be brought online. The owner node cannot run this resource.
11055 0x000013D0
11057 ERROR_CLUSTER_NODE_NOT_READY
11058         
11060 The cluster node is not ready to perform the requested operation.
11062 0x000013D1
11064 ERROR_CLUSTER_NODE_SHUTTING_DOWN
11065         
11067 The cluster node is shutting down.
11069 0x000013D2
11071 ERROR_CLUSTER_JOIN_ABORTED
11072         
11074 The cluster join operation was aborted.
11076 0x000013D3
11078 ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
11079         
11081 The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
11083 0x000013D4
11085 ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
11086         
11088 This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
11090 0x000013D5
11092 ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
11093         
11095 The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
11097 0x000013D6
11099 ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
11100         
11102 The specified resource type was not found.
11104 0x000013D7
11106 ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
11107         
11109 The specified node does not support a resource of this type. This might be due to version inconsistencies or due to the absence of the resource DLL on this node.
11111 0x000013D8
11113 ERROR_CLUSTER_RESNAME_NOT_FOUND
11114         
11116 The specified resource name is not supported by this resource DLL. This might be due to a bad (or changed) name supplied to the resource DLL.
11118 0x000013D9
11120 ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
11121         
11123 No authentication package could be registered with the RPC server.
11125 0x000013DA
11127 ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
11128         
11130 You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.
11132 0x000013DB
11134 ERROR_CLUSTER_DATABASE_SEQMISMATCH
11135         
11137 The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This can happen during a join operation if the cluster database was changing during the join.
11139 0x000013DC
11141 ERROR_RESMON_INVALID_STATE
11142         
11144 The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This can happen if the resource is in a pending state.
11146 0x000013DD
11148 ERROR_CLUSTER_GUM_NOT_LOCKER
11149         
11151 A non-locker code received a request to reserve the lock for making global updates.
11153 0x000013DE
11155 ERROR_QUORUM_DISK_NOT_FOUND
11156         
11158 The quorum disk could not be located by the cluster service.
11160 0x000013DF
11162 ERROR_DATABASE_BACKUP_CORRUPT
11163         
11165 The backed-up cluster database is possibly corrupt.
11167 0x000013E0
11169 ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
11170         
11172 A DFS root already exists in this cluster node.
11174 0x000013E1
11176 ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
11177         
11179 An attempt to modify a resource property failed because it conflicts with another existing property.
11181 0x00001702
11183 ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
11184         
11186 An operation was attempted that is incompatible with the current membership state of the node.
11188 0x00001703
11190 ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
11191         
11193 The quorum resource does not contain the quorum log.
11195 0x00001704
11197 ERROR_CLUSTER_MEMBERSHIP_HALT
11198         
11200 The membership engine requested shutdown of the cluster service on this node.
11202 0x00001705
11204 ERROR_CLUSTER_INSTANCE_ID_MISMATCH
11205         
11207 The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
11209 0x00001706
11211 ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
11212         
11214 A matching cluster network for the specified IP address could not be found.
11216 0x00001707
11218 ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
11219         
11221 The actual data type of the property did not match the expected data type of the property.
11223 0x00001708
11225 ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
11226         
11228 The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what clean-up steps failed and how to recover, see the Failover Clustering application event log using Event Viewer.
11230 0x00001709
11232 ERROR_CLUSTER_PARAMETER_MISMATCH
11233         
11235 Two or more parameter values specified for a resource's properties are in conflict.
11237 0x0000170A
11239 ERROR_NODE_CANNOT_BE_CLUSTERED
11240         
11242 This computer cannot be made a member of a cluster.
11244 0x0000170B
11246 ERROR_CLUSTER_WRONG_OS_VERSION
11247         
11249 This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
11251 0x0000170C
11253 ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
11254         
11256 A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.
11258 0x0000170D
11260 ERROR_CLUSCFG_ALREADY_COMMITTED
11261         
11263 The cluster configuration action has already been committed.
11265 0x0000170E
11267 ERROR_CLUSCFG_ROLLBACK_FAILED
11268         
11270 The cluster configuration action could not be rolled back.
11272 0x0000170F
11274 ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
11275         
11277 The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node.
11279 0x00001710
11281 ERROR_CLUSTER_OLD_VERSION
11282         
11284 One or more nodes in the cluster are running a version of Windows that does not support this operation.
11286 0x00001711
11288 ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
11289         
11291 The name of the corresponding computer account does not match the network name for this resource.
11293 0x00001712
11295 ERROR_CLUSTER_NO_NET_ADAPTERS
11296         
11298 No network adapters are available.
11300 0x00001713
11302 ERROR_CLUSTER_POISONED
11303         
11305 The cluster node has been poisoned.
11307 0x00001714
11309 ERROR_CLUSTER_GROUP_MOVING
11310         
11312 The group is unable to accept the request because it is moving to another node.
11314 0x00001715
11316 ERROR_CLUSTER_RESOURCE_TYPE_BUSY
11317         
11319 The resource type cannot accept the request because it is too busy performing another operation.
11321 0x00001716
11323 ERROR_RESOURCE_CALL_TIMED_OUT
11324         
11326 The call to the cluster resource DLL timed out.
11328 0x00001717
11330 ERROR_INVALID_CLUSTER_IPV6_ADDRESS
11331         
11333 The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted.
11335 0x00001718
11337 ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION
11338         
11340 An internal cluster error occurred. A call to an invalid function was attempted.
11342 0x00001719
11344 ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS
11345         
11347 A parameter value is out of acceptable range.
11349 0x0000171A
11351 ERROR_CLUSTER_PARTIAL_SEND
11352         
11354 A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required.
11356 0x0000171B
11358 ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION
11359         
11361 An invalid cluster registry operation was attempted.
11363 0x0000171C
11365 ERROR_CLUSTER_INVALID_STRING_TERMINATION
11366         
11368 An input string of characters is not properly terminated.
11370 0x0000171D
11372 ERROR_CLUSTER_INVALID_STRING_FORMAT
11373         
11375 An input string of characters is not in a valid format for the data it represents.
11377 0x0000171E
11379 ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS
11380         
11382 An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress.
11384 0x0000171F
11386 ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS
11387         
11389 An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress.
11391 0x00001720
11393 ERROR_CLUSTER_NULL_DATA
11394         
11396 An internal cluster error occurred. Data was not properly initialized.
11398 0x00001721
11400 ERROR_CLUSTER_PARTIAL_READ
11401         
11403 An error occurred while reading from a stream of data. An unexpected number of bytes was returned.
11405 0x00001722
11407 ERROR_CLUSTER_PARTIAL_WRITE
11408         
11410 An error occurred while writing to a stream of data. The required number of bytes could not be written.
11412 0x00001723
11414 ERROR_CLUSTER_CANT_DESERIALIZE_DATA
11415         
11417 An error occurred while deserializing a stream of cluster data.
11419 0x00001724
11421 ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT
11422         
11424 One or more property values for this resource are in conflict with one or more property values associated with its dependent resources.
11426 0x00001725
11428 ERROR_CLUSTER_NO_QUORUM
11429         
11431 A quorum of cluster nodes was not present to form a cluster.
11433 0x00001726
11435 ERROR_CLUSTER_INVALID_IPV6_NETWORK
11436         
11438 The cluster network is not valid for an IPv6 address resource, or it does not match the configured address.
11440 0x00001727
11442 ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK
11443         
11445 The cluster network is not valid for an IPv6 tunnel resource. Check the configuration of the IP Address resource on which the IPv6 tunnel resource depends.
11447 0x00001728
11449 ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP
11450         
11452 Quorum resource cannot reside in the available storage group.
11454 0x00001770
11456 ERROR_ENCRYPTION_FAILED
11457         
11459 The specified file could not be encrypted.
11461 0x00001771
11463 ERROR_DECRYPTION_FAILED
11464         
11466 The specified file could not be decrypted.
11468 0x00001772
11470 ERROR_FILE_ENCRYPTED
11471         
11473 The specified file is encrypted and the user does not have the ability to decrypt it.
11475 0x00001773
11477 ERROR_NO_RECOVERY_POLICY
11478         
11480 There is no valid encryption recovery policy configured for this system.
11482 0x00001774
11484 ERROR_NO_EFS
11485         
11487 The required encryption driver is not loaded for this system.
11489 0x00001775
11491 ERROR_WRONG_EFS
11492         
11494 The file was encrypted with a different encryption driver than is currently loaded.
11496 0x00001776
11498 ERROR_NO_USER_KEYS
11499         
11501 There are no Encrypting File System (EFS) keys defined for the user.
11503 0x00001777
11505 ERROR_FILE_NOT_ENCRYPTED
11506         
11508 The specified file is not encrypted.
11510 0x00001778
11512 ERROR_NOT_EXPORT_FORMAT
11513         
11515 The specified file is not in the defined EFS export format.
11517 0x00001779
11519 ERROR_FILE_READ_ONLY
11520         
11522 The specified file is read-only.
11524 0x0000177A
11526 ERROR_DIR_EFS_DISALLOWED
11527         
11529 The directory has been disabled for encryption.
11531 0x0000177B
11533 ERROR_EFS_SERVER_NOT_TRUSTED
11534         
11536 The server is not trusted for remote encryption operation.
11538 0x0000177C
11540 ERROR_BAD_RECOVERY_POLICY
11541         
11543 Recovery policy configured for this system contains invalid recovery certificate.
11545 0x0000177D
11547 ERROR_EFS_ALG_BLOB_TOO_BIG
11548         
11550 The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
11552 0x0000177E
11554 ERROR_VOLUME_NOT_SUPPORT_EFS
11555         
11557 The disk partition does not support file encryption.
11559 0x0000177F
11561 ERROR_EFS_DISABLED
11562         
11564 This machine is disabled for file encryption.
11566 0x00001780
11568 ERROR_EFS_VERSION_NOT_SUPPORT
11569         
11571 A newer system is required to decrypt this encrypted file.
11573 0x00001781
11575 ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE
11576         
11578 The remote server sent an invalid response for a file being opened with client-side encryption.
11580 0x00001782
11582 ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER
11583         
11585 Client-side encryption is not supported by the remote server even though it claims to support it.
11587 0x00001783
11589 ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE
11590         
11592 File is encrypted and should be opened in client-side encryption mode.
11594 0x00001784
11596 ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE
11597         
11599 A new encrypted file is being created and a $EFS needs to be provided.
11601 0x00001785
11603 ERROR_CS_ENCRYPTION_FILE_NOT_CSE
11604         
11606 The SMB client requested a client-side extension (CSE) file system control (FSCTL) on a non-CSE file.
11608 0x000017E6
11610 ERROR_NO_BROWSER_SERVERS_FOUND
11611         
11613 The list of servers for this workgroup is not currently available
11615 0x00001838
11617 SCHED_E_SERVICE_NOT_LOCALSYSTEM
11618         
11620 The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks can be configured to run in other accounts.
11622 0x000019C8
11624 ERROR_LOG_SECTOR_INVALID
11625         
11627 The log service encountered an invalid log sector.
11629 0x000019C9
11631 ERROR_LOG_SECTOR_PARITY_INVALID
11632         
11634 The log service encountered a log sector with invalid block parity.
11636 0x000019CA
11638 ERROR_LOG_SECTOR_REMAPPED
11639         
11641 The log service encountered a remapped log sector.
11643 0x000019CB
11645 ERROR_LOG_BLOCK_INCOMPLETE
11646         
11648 The log service encountered a partial or incomplete log block.
11650 0x000019CC
11652 ERROR_LOG_INVALID_RANGE
11653         
11655 The log service encountered an attempt to access data outside the active log range.
11657 0x000019CD
11659 ERROR_LOG_BLOCKS_EXHAUSTED
11660         
11662 The log service user marshaling buffers are exhausted.
11664 0x000019CE
11666 ERROR_LOG_READ_CONTEXT_INVALID
11667         
11669 The log service encountered an attempt to read from a marshaling area with an invalid read context.
11671 0x000019CF
11673 ERROR_LOG_RESTART_INVALID
11674         
11676 The log service encountered an invalid log restart area.
11678 0x000019D0
11680 ERROR_LOG_BLOCK_VERSION
11681         
11683 The log service encountered an invalid log block version.
11685 0x000019D1
11687 ERROR_LOG_BLOCK_INVALID
11688         
11690 The log service encountered an invalid log block.
11692 0x000019D2
11694 ERROR_LOG_READ_MODE_INVALID
11695         
11697 The log service encountered an attempt to read the log with an invalid read mode.
11699 0x000019D3
11701 ERROR_LOG_NO_RESTART
11702         
11704 The log service encountered a log stream with no restart area.
11706 0x000019D4
11708 ERROR_LOG_METADATA_CORRUPT
11709         
11711 The log service encountered a corrupted metadata file.
11713 0x000019D5
11715 ERROR_LOG_METADATA_INVALID
11716         
11718 The log service encountered a metadata file that could not be created by the log file system.
11720 0x000019D6
11722 ERROR_LOG_METADATA_INCONSISTENT
11723         
11725 The log service encountered a metadata file with inconsistent data.
11727 0x000019D7
11729 ERROR_LOG_RESERVATION_INVALID
11730         
11732 The log service encountered an attempt to erroneous allocate or dispose reservation space.
11734 0x000019D8
11736 ERROR_LOG_CANT_DELETE
11737         
11739 The log service cannot delete a log file or file system container.
11741 0x000019D9
11743 ERROR_LOG_CONTAINER_LIMIT_EXCEEDED
11744         
11746 The log service has reached the maximum allowable containers allocated to a log file.
11748 0x000019DA
11750 ERROR_LOG_START_OF_LOG
11751         
11753 The log service has attempted to read or write backward past the start of the log.
11755 0x000019DB
11757 ERROR_LOG_POLICY_ALREADY_INSTALLED
11758         
11760 The log policy could not be installed because a policy of the same type is already present.
11762 0x000019DC
11764 ERROR_LOG_POLICY_NOT_INSTALLED
11765         
11767 The log policy in question was not installed at the time of the request.
11769 0x000019DD
11771 ERROR_LOG_POLICY_INVALID
11772         
11774 The installed set of policies on the log is invalid.
11776 0x000019DE
11778 ERROR_LOG_POLICY_CONFLICT
11779         
11781 A policy on the log in question prevented the operation from completing.
11783 0x000019DF
11785 ERROR_LOG_PINNED_ARCHIVE_TAIL
11786         
11788 Log space cannot be reclaimed because the log is pinned by the archive tail.
11790 0x000019E0
11792 ERROR_LOG_RECORD_NONEXISTENT
11793         
11795 The log record is not a record in the log file.
11797 0x000019E1
11799 ERROR_LOG_RECORDS_RESERVED_INVALID
11800         
11802 The number of reserved log records or the adjustment of the number of reserved log records is invalid.
11804 0x000019E2
11806 ERROR_LOG_SPACE_RESERVED_INVALID
11807         
11809 The reserved log space or the adjustment of the log space is invalid.
11811 0x000019E3
11813 ERROR_LOG_TAIL_INVALID
11814         
11816 A new or existing archive tail or base of the active log is invalid.
11818 0x000019E4
11820 ERROR_LOG_FULL
11821         
11823 The log space is exhausted.
11825 0x000019E5
11827 ERROR_COULD_NOT_RESIZE_LOG
11828         
11830 The log could not be set to the requested size.
11832 0x000019E6
11834 ERROR_LOG_MULTIPLEXED
11835         
11837 The log is multiplexed; no direct writes to the physical log are allowed.
11839 0x000019E7
11841 ERROR_LOG_DEDICATED
11842         
11844 The operation failed because the log is a dedicated log.
11846 0x000019E8
11848 ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS
11849         
11851 The operation requires an archive context.
11853 0x000019E9
11855 ERROR_LOG_ARCHIVE_IN_PROGRESS
11856         
11858 Log archival is in progress.
11860 0x000019EA
11862 ERROR_LOG_EPHEMERAL
11863         
11865 The operation requires a non-ephemeral log, but the log is ephemeral.
11867 0x000019EB
11869 ERROR_LOG_NOT_ENOUGH_CONTAINERS
11870         
11872 The log must have at least two containers before it can be read from or written to.
11874 0x000019EC
11876 ERROR_LOG_CLIENT_ALREADY_REGISTERED
11877         
11879 A log client has already registered on the stream.
11881 0x000019ED
11883 ERROR_LOG_CLIENT_NOT_REGISTERED
11884         
11886 A log client has not been registered on the stream.
11888 0x000019EE
11890 ERROR_LOG_FULL_HANDLER_IN_PROGRESS
11891         
11893 A request has already been made to handle the log full condition.
11895 0x000019EF
11897 ERROR_LOG_CONTAINER_READ_FAILED
11898         
11900 The log service encountered an error when attempting to read from a log container.
11902 0x000019F0
11904 ERROR_LOG_CONTAINER_WRITE_FAILED
11905         
11907 The log service encountered an error when attempting to write to a log container.
11909 0x000019F1
11911 ERROR_LOG_CONTAINER_OPEN_FAILED
11912         
11914 The log service encountered an error when attempting to open a log container.
11916 0x000019F2
11918 ERROR_LOG_CONTAINER_STATE_INVALID
11919         
11921 The log service encountered an invalid container state when attempting a requested action.
11923 0x000019F3
11925 ERROR_LOG_STATE_INVALID
11926         
11928 The log service is not in the correct state to perform a requested action.
11930 0x000019F4
11932 ERROR_LOG_PINNED
11933         
11935 The log space cannot be reclaimed because the log is pinned.
11937 0x000019F5
11939 ERROR_LOG_METADATA_FLUSH_FAILED
11940         
11942 The log metadata flush failed.
11944 0x000019F6
11946 ERROR_LOG_INCONSISTENT_SECURITY
11947         
11949 Security on the log and its containers is inconsistent.
11951 0x000019F7
11953 ERROR_LOG_APPENDED_FLUSH_FAILED
11954         
11956 Records were appended to the log or reservation changes were made, but the log could not be flushed.
11958 0x000019F8
11960 ERROR_LOG_PINNED_RESERVATION
11961         
11963 The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
11965 0x00001A2C
11967 ERROR_INVALID_TRANSACTION
11968         
11970 The transaction handle associated with this operation is not valid.
11972 0x00001A2D
11974 ERROR_TRANSACTION_NOT_ACTIVE
11975         
11977 The requested operation was made in the context of a transaction that is no longer active.
11979 0x00001A2E
11981 ERROR_TRANSACTION_REQUEST_NOT_VALID
11982         
11984 The requested operation is not valid on the transaction object in its current state.
11986 0x00001A2F
11988 ERROR_TRANSACTION_NOT_REQUESTED
11989         
11991 The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.
11993 0x00001A30
11995 ERROR_TRANSACTION_ALREADY_ABORTED
11996         
11998 It is too late to perform the requested operation because the transaction has already been aborted.
12000 0x00001A31
12002 ERROR_TRANSACTION_ALREADY_COMMITTED
12003         
12005 It is too late to perform the requested operation because the transaction has already been committed.
12007 0x00001A32
12009 ERROR_TM_INITIALIZATION_FAILED
12010         
12012 The transaction manager was unable to be successfully initialized. Transacted operations are not supported.
12014 0x00001A33
12016 ERROR_RESOURCEMANAGER_READ_ONLY
12017         
12019 The specified resource manager made no changes or updates to the resource under this transaction.
12021 0x00001A34
12023 ERROR_TRANSACTION_NOT_JOINED
12024         
12026 The resource manager has attempted to prepare a transaction that it has not successfully joined.
12028 0x00001A35
12030 ERROR_TRANSACTION_SUPERIOR_EXISTS
12031         
12033 The transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allowed.
12035 0x00001A36
12037 ERROR_CRM_PROTOCOL_ALREADY_EXISTS
12038         
12040 The resource manager tried to register a protocol that already exists.
12042 0x00001A37
12044 ERROR_TRANSACTION_PROPAGATION_FAILED
12045         
12047 The attempt to propagate the transaction failed.
12049 0x00001A38
12051 ERROR_CRM_PROTOCOL_NOT_FOUND
12052         
12054 The requested propagation protocol was not registered as a CRM.
12056 0x00001A39
12058 ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER
12059         
12061 The buffer passed in to PushTransaction or PullTransaction is not in a valid format.
12063 0x00001A3A
12065 ERROR_CURRENT_TRANSACTION_NOT_VALID
12066         
12068 The current transaction context associated with the thread is not a valid handle to a transaction object.
12070 0x00001A3B
12072 ERROR_TRANSACTION_NOT_FOUND
12073         
12075 The specified transaction object could not be opened because it was not found.
12077 0x00001A3C
12079 ERROR_RESOURCEMANAGER_NOT_FOUND
12080         
12082 The specified resource manager object could not be opened because it was not found.
12084 0x00001A3D
12086 ERROR_ENLISTMENT_NOT_FOUND
12087         
12089 The specified enlistment object could not be opened because it was not found.
12091 0x00001A3E
12093 ERROR_TRANSACTIONMANAGER_NOT_FOUND
12094         
12096 The specified transaction manager object could not be opened because it was not found.
12098 0x00001A3F
12100 ERROR_TRANSACTIONMANAGER_NOT_ONLINE
12101         
12103 The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.
12105 0x00001A40
12107 ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION
12108         
12110 The specified transaction manager was unable to create the objects contained in its log file in the ObjectB namespace. Therefore, the transaction manager was unable to recover.
12112 0x00001A90
12114 ERROR_TRANSACTIONAL_CONFLICT
12115         
12117 The function attempted to use a name that is reserved for use by another transaction.
12119 0x00001A91
12121 ERROR_RM_NOT_ACTIVE
12122         
12124 Transaction support within the specified file system resource manager is not started or was shut down due to an error.
12126 0x00001A92
12128 ERROR_RM_METADATA_CORRUPT
12129         
12131 The metadata of the resource manager has been corrupted. The resource manager will not function.
12133 0x00001A93
12135 ERROR_DIRECTORY_NOT_RM
12136         
12138 The specified directory does not contain a resource manager.
12140 0x00001A95
12142 ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE
12143         
12145 The remote server or share does not support transacted file operations.
12147 0x00001A96
12149 ERROR_LOG_RESIZE_INVALID_SIZE
12150         
12152 The requested log size is invalid.
12154 0x00001A97
12156 ERROR_OBJECT_NO_LONGER_EXISTS
12157         
12159 The object (file, stream, link) corresponding to the handle has been deleted by a transaction savepoint rollback.
12161 0x00001A98
12163 ERROR_STREAM_MINIVERSION_NOT_FOUND
12164         
12166 The specified file miniversion was not found for this transacted file open.
12168 0x00001A99
12170 ERROR_STREAM_MINIVERSION_NOT_VALID
12171         
12173 The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.
12175 0x00001A9A
12177 ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION
12178         
12180 A miniversion can only be opened in the context of the transaction that created it.
12182 0x00001A9B
12184 ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT
12185         
12187 It is not possible to open a miniversion with modify access.
12189 0x00001A9C
12191 ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS
12192         
12194 It is not possible to create any more miniversions for this stream.
12196 0x00001A9E
12198 ERROR_REMOTE_FILE_VERSION_MISMATCH
12199         
12201 The remote server sent mismatching version numbers or FID for a file opened with transactions.
12203 0x00001A9F
12205 ERROR_HANDLE_NO_LONGER_VALID
12206         
12208 The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file, or an open handle when the transaction ended or rolled back to savepoint.
12210 0x00001AA0
12212 ERROR_NO_TXF_METADATA
12213         
12215 There is no transaction metadata on the file.
12217 0x00001AA1
12219 ERROR_LOG_CORRUPTION_DETECTED
12220         
12222 The log data is corrupt.
12224 0x00001AA2
12226 ERROR_CANT_RECOVER_WITH_HANDLE_OPEN
12227         
12229 The file cannot be recovered because a handle is still open on it.
12231 0x00001AA3
12233 ERROR_RM_DISCONNECTED
12234         
12236 The transaction outcome is unavailable because the resource manager responsible for it is disconnected.
12238 0x00001AA4
12240 ERROR_ENLISTMENT_NOT_SUPERIOR
12241         
12243 The request was rejected because the enlistment in question is not a superior enlistment.
12245 0x00001AA5
12247 ERROR_RECOVERY_NOT_NEEDED
12248         
12250 The transactional resource manager is already consistent. Recovery is not needed.
12252 0x00001AA6
12254 ERROR_RM_ALREADY_STARTED
12255         
12257 The transactional resource manager has already been started.
12259 0x00001AA7
12261 ERROR_FILE_IDENTITY_NOT_PERSISTENT
12262         
12264 The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.
12266 0x00001AA8
12268 ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY
12269         
12271 The operation cannot be performed because another transaction is depending on the fact that this property will not change.
12273 0x00001AA9
12275 ERROR_CANT_CROSS_RM_BOUNDARY
12276         
12278 The operation would involve a single file with two transactional resource managers and is therefore not allowed.
12280 0x00001AAA
12282 ERROR_TXF_DIR_NOT_EMPTY
12283         
12285 The $Txf directory must be empty for this operation to succeed.
12287 0x00001AAB
12289 ERROR_INDOUBT_TRANSACTIONS_EXIST
12290         
12292 The operation would leave a transactional resource manager in an inconsistent state and is, therefore, not allowed.
12294 0x00001AAC
12296 ERROR_TM_VOLATILE
12297         
12299 The operation could not be completed because the transaction manager does not have a log.
12301 0x00001AAD
12303 ERROR_ROLLBACK_TIMER_EXPIRED
12304         
12306 A rollback could not be scheduled because a previously scheduled rollback has already been executed or is queued for execution.
12308 0x00001AAE
12310 ERROR_TXF_ATTRIBUTE_CORRUPT
12311         
12313 The transactional metadata attribute on the file or directory is corrupt and unreadable.
12315 0x00001AAF
12317 ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION
12318         
12320 The encryption operation could not be completed because a transaction is active.
12322 0x00001AB0
12324 ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED
12325         
12327 This object is not allowed to be opened in a transaction.
12329 0x00001AB1
12331 ERROR_LOG_GROWTH_FAILED
12332         
12334 An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
12336 0x00001AB2
12338 ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE
12339         
12341 Memory mapping (creating a mapped section) to a remote file under a transaction is not supported.
12343 0x00001AB3
12345 ERROR_TXF_METADATA_ALREADY_PRESENT
12346         
12348 Transaction metadata is already present on this file and cannot be superseded.
12350 0x00001AB4
12352 ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET
12353         
12355 A transaction scope could not be entered because the scope handler has not been initialized.
12357 0x00001AB5
12359 ERROR_TRANSACTION_REQUIRED_PROMOTION
12360         
12362 Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.
12364 0x00001AB6
12366 ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION
12367         
12369 This file is open for modification in an unresolved transaction and can be opened for execution only by a transacted reader.
12371 0x00001AB7
12373 ERROR_TRANSACTIONS_NOT_FROZEN
12374         
12376 The request to thaw frozen transactions was ignored because transactions were not previously frozen.
12378 0x00001AB8
12380 ERROR_TRANSACTION_FREEZE_IN_PROGRESS
12381         
12383 Transactions cannot be frozen because a freeze is already in progress.
12385 0x00001AB9
12387 ERROR_NOT_SNAPSHOT_VOLUME
12388         
12390 The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
12392 0x00001ABA
12394 ERROR_NO_SAVEPOINT_WITH_OPEN_FILES
12395         
12397 The savepoint operation failed because files are open on the transaction. This is not permitted.
12399 0x00001ABB
12401 ERROR_DATA_LOST_REPAIR
12402         
12404 Windows has discovered corruption in a file, and that file has since been repaired. Data loss might have occurred.
12406 0x00001ABC
12408 ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION
12409         
12411 The sparse operation could not be completed because a transaction is active on the file.
12413 0x00001ABD
12415 ERROR_TM_IDENTITY_MISMATCH
12416         
12418 The call to create a transaction manager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.
12420 0x00001ABE
12422 ERROR_FLOATED_SECTION
12423         
12425 I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
12427 0x00001ABF
12429 ERROR_CANNOT_ACCEPT_TRANSACTED_WORK
12430         
12432 The transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.
12434 0x00001AC0
12436 ERROR_CANNOT_ABORT_TRANSACTIONS
12437         
12439 The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.
12441 0x00001B59
12443 ERROR_CTX_WINSTATION_NAME_INVALID
12444         
12446 The specified session name is invalid.
12448 0x00001B5A
12450 ERROR_CTX_INVALID_PD
12451         
12453 The specified protocol driver is invalid.
12455 0x00001B5B
12457 ERROR_CTX_PD_NOT_FOUND
12458         
12460 The specified protocol driver was not found in the system path.
12462 0x00001B5C
12464 ERROR_CTX_WD_NOT_FOUND
12465         
12467 The specified terminal connection driver was not found in the system path.
12469 0x00001B5D
12471 ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
12472         
12474 A registry key for event logging could not be created for this session.
12476 0x00001B5E
12478 ERROR_CTX_SERVICE_NAME_COLLISION
12479         
12481 A service with the same name already exists on the system.
12483 0x00001B5F
12485 ERROR_CTX_CLOSE_PENDING
12486         
12488 A close operation is pending on the session.
12490 0x00001B60
12492 ERROR_CTX_NO_OUTBUF
12493         
12495 There are no free output buffers available.
12497 0x00001B61
12499 ERROR_CTX_MODEM_INF_NOT_FOUND
12500         
12502 The MODEM.INF file was not found.
12504 0x00001B62
12506 ERROR_CTX_INVALID_MODEMNAME
12507         
12509 The modem name was not found in the MODEM.INF file.
12511 0x00001B63
12513 ERROR_CTX_MODEM_RESPONSE_ERROR
12514         
12516 The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
12518 0x00001B64
12520 ERROR_CTX_MODEM_RESPONSE_TIMEOUT
12521         
12523 The modem did not respond to the command sent to it. Verify that the modem is properly cabled and turned on.
12525 0x00001B65
12527 ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
12528         
12530 Carrier detect has failed or carrier has been dropped due to disconnect.
12532 0x00001B66
12534 ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
12535         
12537 Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
12539 0x00001B67
12541 ERROR_CTX_MODEM_RESPONSE_BUSY
12542         
12544 Busy signal detected at remote site on callback.
12546 0x00001B68
12548 ERROR_CTX_MODEM_RESPONSE_VOICE
12549         
12551 Voice detected at remote site on callback.
12553 0x00001B69
12555 ERROR_CTX_TD_ERROR
12556         
12558 Transport driver error.
12560 0x00001B6E
12562 ERROR_CTX_WINSTATION_NOT_FOUND
12563         
12565 The specified session cannot be found.
12567 0x00001B6F
12569 ERROR_CTX_WINSTATION_ALREADY_EXISTS
12570         
12572 The specified session name is already in use.
12574 0x00001B70
12576 ERROR_CTX_WINSTATION_BUSY
12577         
12579 The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.
12581 0x00001B71
12583 ERROR_CTX_BAD_VIDEO_MODE
12584         
12586 An attempt has been made to connect to a session whose video mode is not supported by the current client.
12588 0x00001B7B
12590 ERROR_CTX_GRAPHICS_INVALID
12591         
12593 The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
12595 0x00001B7D
12597 ERROR_CTX_LOGON_DISABLED
12598         
12600 Your interactive logon privilege has been disabled. Contact your administrator.
12602 0x00001B7E
12604 ERROR_CTX_NOT_CONSOLE
12605         
12607 The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.
12609 0x00001B80
12611 ERROR_CTX_CLIENT_QUERY_TIMEOUT
12612         
12614 The client failed to respond to the server connect message.
12616 0x00001B81
12618 ERROR_CTX_CONSOLE_DISCONNECT
12619         
12621 Disconnecting the console session is not supported.
12623 0x00001B82
12625 ERROR_CTX_CONSOLE_CONNECT
12626         
12628 Reconnecting a disconnected session to the console is not supported.
12630 0x00001B84
12632 ERROR_CTX_SHADOW_DENIED
12633         
12635 The request to control another session remotely was denied.
12637 0x00001B85
12639 ERROR_CTX_WINSTATION_ACCESS_DENIED
12640         
12642 The requested session access is denied.
12644 0x00001B89
12646 ERROR_CTX_INVALID_WD
12647         
12649 The specified terminal connection driver is invalid.
12651 0x00001B8A
12653 ERROR_CTX_SHADOW_INVALID
12654         
12656 The requested session cannot be controlled remotely. This might be because the session is disconnected or does not currently have a user logged on.
12658 0x00001B8B
12660 ERROR_CTX_SHADOW_DISABLED
12661         
12663 The requested session is not configured to allow remote control.
12665 0x00001B8C
12667 ERROR_CTX_CLIENT_LICENSE_IN_USE
12668         
12670 Your request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Call your system administrator to obtain a unique license number.
12672 0x00001B8D
12674 ERROR_CTX_CLIENT_LICENSE_NOT_SET
12675         
12677 Your request to connect to this terminal server has been rejected. Your terminal server client license number has not been entered for this copy of the terminal server client. Contact your system administrator.
12679 0x00001B8E
12681 ERROR_CTX_LICENSE_NOT_AVAILABLE
12682         
12684 The number of connections to this computer is limited and all connections are in use right now. Try connecting later or contact your system administrator.
12686 0x00001B8F
12688 ERROR_CTX_LICENSE_CLIENT_INVALID
12689         
12691 The client you are using is not licensed to use this system. Your logon request is denied.
12693 0x00001B90
12695 ERROR_CTX_LICENSE_EXPIRED
12696         
12698 The system license has expired. Your logon request is denied.
12700 0x00001B91
12702 ERROR_CTX_SHADOW_NOT_RUNNING
12703         
12705 Remote control could not be terminated because the specified session is not currently being remotely controlled.
12707 0x00001B92
12709 ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
12710         
12712 The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.
12714 0x00001B93
12716 ERROR_ACTIVATION_COUNT_EXCEEDED
12717         
12719 Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
12721 0x00001B94
12723 ERROR_CTX_WINSTATIONS_DISABLED
12724         
12726 Remote logons are currently disabled.
12728 0x00001B95
12730 ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED
12731         
12733 You do not have the proper encryption level to access this session.
12735 0x00001B96
12737 ERROR_CTX_SESSION_IN_USE
12738         
12740 The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
12742 0x00001B97
12744 ERROR_CTX_NO_FORCE_LOGOFF
12745         
12747 The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.
12749 0x00001B98
12751 ERROR_CTX_ACCOUNT_RESTRICTION
12752         
12754 Unable to log you on because of an account restriction.
12756 0x00001B99
12758 ERROR_RDP_PROTOCOL_ERROR
12759         
12761 The RDP component %2 detected an error in the protocol stream and has disconnected the client.
12763 0x00001B9A
12765 ERROR_CTX_CDM_CONNECT
12766         
12768 The Client Drive Mapping Service has connected on terminal connection.
12770 0x00001B9B
12772 ERROR_CTX_CDM_DISCONNECT
12773         
12775 The Client Drive Mapping Service has disconnected on terminal connection.
12777 0x00001B9C
12779 ERROR_CTX_SECURITY_LAYER_ERROR
12780         
12782 The terminal server security layer detected an error in the protocol stream and has disconnected the client.
12784 0x00001B9D
12786 ERROR_TS_INCOMPATIBLE_SESSIONS
12787         
12789 The target session is incompatible with the current session.
12791 0x00001F41
12793 FRS_ERR_INVALID_API_SEQUENCE
12794         
12796 The file replication service API was called incorrectly.
12798 0x00001F42
12800 FRS_ERR_STARTING_SERVICE
12801         
12803 The file replication service cannot be started.
12805 0x00001F43
12807 FRS_ERR_STOPPING_SERVICE
12808         
12810 The file replication service cannot be stopped.
12812 0x00001F44
12814 FRS_ERR_INTERNAL_API
12815         
12817 The file replication service API terminated the request. The event log might contain more information.
12819 0x00001F45
12821 FRS_ERR_INTERNAL
12822         
12824 The file replication service terminated the request. The event log might contain more information.
12826 0x00001F46
12828 FRS_ERR_SERVICE_COMM
12829         
12831 The file replication service cannot be contacted. The event log might contain more information.
12833 0x00001F47
12835 FRS_ERR_INSUFFICIENT_PRIV
12836         
12838 The file replication service cannot satisfy the request because the user has insufficient privileges. The event log might contain more information.
12840 0x00001F48
12842 FRS_ERR_AUTHENTICATION
12843         
12845 The file replication service cannot satisfy the request because authenticated RPC is not available. The event log might contain more information.
12847 0x00001F49
12849 FRS_ERR_PARENT_INSUFFICIENT_PRIV
12850         
12852 The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log might contain more information.
12854 0x00001F4A
12856 FRS_ERR_PARENT_AUTHENTICATION
12857         
12859 The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log might contain more information.
12861 0x00001F4B
12863 FRS_ERR_CHILD_TO_PARENT_COMM
12864         
12866 The file replication service cannot communicate with the file replication service on the domain controller. The event log might contain more information.
12868 0x00001F4C
12870 FRS_ERR_PARENT_TO_CHILD_COMM
12871         
12873 The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log might contain more information.
12875 0x00001F4D
12877 FRS_ERR_SYSVOL_POPULATE
12878         
12880 The file replication service cannot populate the system volume because of an internal error. The event log might contain more information.
12882 0x00001F4E
12884 FRS_ERR_SYSVOL_POPULATE_TIMEOUT
12885         
12887 The file replication service cannot populate the system volume because of an internal time-out. The event log might contain more information.
12889 0x00001F4F
12891 FRS_ERR_SYSVOL_IS_BUSY
12892         
12894 The file replication service cannot process the request. The system volume is busy with a previous request.
12896 0x00001F50
12898 FRS_ERR_SYSVOL_DEMOTE
12899         
12901 The file replication service cannot stop replicating the system volume because of an internal error. The event log might contain more information.
12903 0x00001F51
12905 FRS_ERR_INVALID_SERVICE_PARAMETER
12906         
12908 The file replication service detected an invalid parameter.
12910 0x00002008
12912 ERROR_DS_NOT_INSTALLED
12913         
12915 An error occurred while installing the directory service. For more information, see the event log.
12917 0x00002009
12919 ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
12920         
12922 The directory service evaluated group memberships locally.
12924 0x0000200A
12926 ERROR_DS_NO_ATTRIBUTE_OR_VALUE
12927         
12929 The specified directory service attribute or value does not exist.
12931 0x0000200B
12933 ERROR_DS_INVALID_ATTRIBUTE_SYNTAX
12934         
12936 The attribute syntax specified to the directory service is invalid.
12938 0x0000200C
12940 ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
12941         
12943 The attribute type specified to the directory service is not defined.
12945 0x0000200D
12947 ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
12948         
12950 The specified directory service attribute or value already exists.
12952 0x0000200E
12954 ERROR_DS_BUSY
12955         
12957 The directory service is busy.
12959 0x0000200F
12961 ERROR_DS_UNAVAILABLE
12962         
12964 The directory service is unavailable.
12966 0x00002010
12968 ERROR_DS_NO_RIDS_ALLOCATED
12969         
12971 The directory service was unable to allocate a relative identifier.
12973 0x00002011
12975 ERROR_DS_NO_MORE_RIDS
12976         
12978 The directory service has exhausted the pool of relative identifiers.
12980 0x00002012
12982 ERROR_DS_INCORRECT_ROLE_OWNER
12983         
12985 The requested operation could not be performed because the directory service is not the master for that type of operation.
12987 0x00002013
12989 ERROR_DS_RIDMGR_INIT_ERROR
12990         
12992 The directory service was unable to initialize the subsystem that allocates relative identifiers.
12994 0x00002014
12996 ERROR_DS_OBJ_CLASS_VIOLATION
12997         
12999 The requested operation did not satisfy one or more constraints associated with the class of the object.
13001 0x00002015
13003 ERROR_DS_CANT_ON_NON_LEAF
13004         
13006 The directory service can perform the requested operation only on a leaf object.
13008 0x00002016
13010 ERROR_DS_CANT_ON_RDN
13011         
13013 The directory service cannot perform the requested operation on the relative distinguished name (RDN) attribute of an object.
13015 0x00002017
13017 ERROR_DS_CANT_MOD_OBJ_CLASS
13018         
13020 The directory service detected an attempt to modify the object class of an object.
13022 0x00002018
13024 ERROR_DS_CROSS_DOM_MOVE_ERROR
13025         
13027 The requested cross-domain move operation could not be performed.
13029 0x00002019
13031 ERROR_DS_GC_NOT_AVAILABLE
13032         
13034 Unable to contact the global catalog (GC) server.
13036 0x0000201A
13038 ERROR_SHARED_POLICY
13039         
13041 The policy object is shared and can only be modified at the root.
13043 0x0000201B
13045 ERROR_POLICY_OBJECT_NOT_FOUND
13046         
13048 The policy object does not exist.
13050 0x0000201C
13052 ERROR_POLICY_ONLY_IN_DS
13053         
13055 The requested policy information is only in the directory service.
13057 0x0000201D
13059 ERROR_PROMOTION_ACTIVE
13060         
13062 A domain controller promotion is currently active.
13064 0x0000201E
13066 ERROR_NO_PROMOTION_ACTIVE
13067         
13069 A domain controller promotion is not currently active.
13071 0x00002020
13073 ERROR_DS_OPERATIONS_ERROR
13074         
13076 An operations error occurred.
13078 0x00002021
13080 ERROR_DS_PROTOCOL_ERROR
13081         
13083 A protocol error occurred.
13085 0x00002022
13087 ERROR_DS_TIMELIMIT_EXCEEDED
13088         
13090 The time limit for this request was exceeded.
13092 0x00002023
13094 ERROR_DS_SIZELIMIT_EXCEEDED
13095         
13097 The size limit for this request was exceeded.
13099 0x00002024
13101 ERROR_DS_ADMIN_LIMIT_EXCEEDED
13102         
13104 The administrative limit for this request was exceeded.
13106 0x00002025
13108 ERROR_DS_COMPARE_FALSE
13109         
13111 The compare response was false.
13113 0x00002026
13115 ERROR_DS_COMPARE_TRUE
13116         
13118 The compare response was true.
13120 0x00002027
13122 ERROR_DS_AUTH_METHOD_NOT_SUPPORTED
13123         
13125 The requested authentication method is not supported by the server.
13127 0x00002028
13129 ERROR_DS_STRONG_AUTH_REQUIRED
13130         
13132 A more secure authentication method is required for this server.
13134 0x00002029
13136 ERROR_DS_INAPPROPRIATE_AUTH
13137         
13139 Inappropriate authentication.
13141 0x0000202A
13143 ERROR_DS_AUTH_UNKNOWN
13144         
13146 The authentication mechanism is unknown.
13148 0x0000202B
13150 ERROR_DS_REFERRAL
13151         
13153 A referral was returned from the server.
13155 0x0000202C
13157 ERROR_DS_UNAVAILABLE_CRIT_EXTENSION
13158         
13160 The server does not support the requested critical extension.
13162 0x0000202D
13164 ERROR_DS_CONFIDENTIALITY_REQUIRED
13165         
13167 This request requires a secure connection.
13169 0x0000202E
13171 ERROR_DS_INAPPROPRIATE_MATCHING
13172         
13174 Inappropriate matching.
13176 0x0000202F
13178 ERROR_DS_CONSTRAINT_VIOLATION
13179         
13181 A constraint violation occurred.
13183 0x00002030
13185 ERROR_DS_NO_SUCH_OBJECT
13186         
13188 There is no such object on the server.
13190 0x00002031
13192 ERROR_DS_ALIAS_PROBLEM
13193         
13195 There is an alias problem.
13197 0x00002032
13199 ERROR_DS_INVALID_DN_SYNTAX
13200         
13202 An invalid dn syntax has been specified.
13204 0x00002033
13206 ERROR_DS_IS_LEAF
13207         
13209 The object is a leaf object.
13211 0x00002034
13213 ERROR_DS_ALIAS_DEREF_PROBLEM
13214         
13216 There is an alias dereferencing problem.
13218 0x00002035
13220 ERROR_DS_UNWILLING_TO_PERFORM
13221         
13223 The server is unwilling to process the request.
13225 0x00002036
13227 ERROR_DS_LOOP_DETECT
13228         
13230 A loop has been detected.
13232 0x00002037
13234 ERROR_DS_NAMING_VIOLATION
13235         
13237 There is a naming violation.
13239 0x00002038
13241 ERROR_DS_OBJECT_RESULTS_TOO_LARGE
13242         
13244 The result set is too large.
13246 0x00002039
13248 ERROR_DS_AFFECTS_MULTIPLE_DSAS
13249         
13251 The operation affects multiple DSAs.
13253 0x0000203A
13255 ERROR_DS_SERVER_DOWN
13256         
13258 The server is not operational.
13260 0x0000203B
13262 ERROR_DS_LOCAL_ERROR
13263         
13265 A local error has occurred.
13267 0x0000203C
13269 ERROR_DS_ENCODING_ERROR
13270         
13272 An encoding error has occurred.
13274 0x0000203D
13276 ERROR_DS_DECODING_ERROR
13277         
13279 A decoding error has occurred.
13281 0x0000203E
13283 ERROR_DS_FILTER_UNKNOWN
13284         
13286 The search filter cannot be recognized.
13288 0x0000203F
13290 ERROR_DS_PARAM_ERROR
13291         
13293 One or more parameters are illegal.
13295 0x00002040
13297 ERROR_DS_NOT_SUPPORTED
13298         
13300 The specified method is not supported.
13302 0x00002041
13304 ERROR_DS_NO_RESULTS_RETURNED
13305         
13307 No results were returned.
13309 0x00002042
13311 ERROR_DS_CONTROL_NOT_FOUND
13312         
13314 The specified control is not supported by the server.
13316 0x00002043
13318 ERROR_DS_CLIENT_LOOP
13319         
13321 A referral loop was detected by the client.
13323 0x00002044
13325 ERROR_DS_REFERRAL_LIMIT_EXCEEDED
13326         
13328 The preset referral limit was exceeded.
13330 0x00002045
13332 ERROR_DS_SORT_CONTROL_MISSING
13333         
13335 The search requires a SORT control.
13337 0x00002046
13339 ERROR_DS_OFFSET_RANGE_ERROR
13340         
13342 The search results exceed the offset range specified.
13344 0x0000206D
13346 ERROR_DS_ROOT_MUST_BE_NC
13347         
13349 The root object must be the head of a naming context. The root object cannot have an instantiated parent.
13351 0x0000206E
13353 ERROR_DS_ADD_REPLICA_INHIBITED
13354         
13356 The add replica operation cannot be performed. The naming context must be writable to create the replica.
13358 0x0000206F
13360 ERROR_DS_ATT_NOT_DEF_IN_SCHEMA
13361         
13363 A reference to an attribute that is not defined in the schema occurred.
13365 0x00002070
13367 ERROR_DS_MAX_OBJ_SIZE_EXCEEDED
13368         
13370 The maximum size of an object has been exceeded.
13372 0x00002071
13374 ERROR_DS_OBJ_STRING_NAME_EXISTS
13375         
13377 An attempt was made to add an object to the directory with a name that is already in use.
13379 0x00002072
13381 ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
13382         
13384 An attempt was made to add an object of a class that does not have an RDN defined in the schema.
13386 0x00002073
13388 ERROR_DS_RDN_DOESNT_MATCH_SCHEMA
13389         
13391 An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
13393 0x00002074
13395 ERROR_DS_NO_REQUESTED_ATTS_FOUND
13396         
13398 None of the requested attributes were found on the objects.
13400 0x00002075
13402 ERROR_DS_USER_BUFFER_TO_SMALL
13403         
13405 The user buffer is too small.
13407 0x00002076
13409 ERROR_DS_ATT_IS_NOT_ON_OBJ
13410         
13412 The attribute specified in the operation is not present on the object.
13414 0x00002077
13416 ERROR_DS_ILLEGAL_MOD_OPERATION
13417         
13419 Illegal modify operation. Some aspect of the modification is not permitted.
13421 0x00002078
13423 ERROR_DS_OBJ_TOO_LARGE
13424         
13426 The specified object is too large.
13428 0x00002079
13430 ERROR_DS_BAD_INSTANCE_TYPE
13431         
13433 The specified instance type is not valid.
13435 0x0000207A
13437 ERROR_DS_MASTERDSA_REQUIRED
13438         
13440 The operation must be performed at a master DSA.
13442 0x0000207B
13444 ERROR_DS_OBJECT_CLASS_REQUIRED
13445         
13447 The object class attribute must be specified.
13449 0x0000207C
13451 ERROR_DS_MISSING_REQUIRED_ATT
13452         
13454 A required attribute is missing.
13456 0x0000207D
13458 ERROR_DS_ATT_NOT_DEF_FOR_CLASS
13459         
13461 An attempt was made to modify an object to include an attribute that is not legal for its class.
13463 0x0000207E
13465 ERROR_DS_ATT_ALREADY_EXISTS
13466         
13468 The specified attribute is already present on the object.
13470 0x00002080
13472 ERROR_DS_CANT_ADD_ATT_VALUES
13473         
13475 The specified attribute is not present, or has no values.
13477 0x00002081
13479 ERROR_DS_SINGLE_VALUE_CONSTRAINT
13480         
13482 Multiple values were specified for an attribute that can have only one value.
13484 0x00002082
13486 ERROR_DS_RANGE_CONSTRAINT
13487         
13489 A value for the attribute was not in the acceptable range of values.
13491 0x00002083
13493 ERROR_DS_ATT_VAL_ALREADY_EXISTS
13494         
13496 The specified value already exists.
13498 0x00002084
13500 ERROR_DS_CANT_REM_MISSING_ATT
13501         
13503 The attribute cannot be removed because it is not present on the object.
13505 0x00002085
13507 ERROR_DS_CANT_REM_MISSING_ATT_VAL
13508         
13510 The attribute value cannot be removed because it is not present on the object.
13512 0x00002086
13514 ERROR_DS_ROOT_CANT_BE_SUBREF
13515         
13517 The specified root object cannot be a subreference.
13519 0x00002087
13521 ERROR_DS_NO_CHAINING
13522         
13524 Chaining is not permitted.
13526 0x00002088
13528 ERROR_DS_NO_CHAINED_EVAL
13529         
13531 Chained evaluation is not permitted.
13533 0x00002089
13535 ERROR_DS_NO_PARENT_OBJECT
13536         
13538 The operation could not be performed because the object's parent is either uninstantiated or deleted.
13540 0x0000208A
13542 ERROR_DS_PARENT_IS_AN_ALIAS
13543         
13545 Having a parent that is an alias is not permitted. Aliases are leaf objects.
13547 0x0000208B
13549 ERROR_DS_CANT_MIX_MASTER_AND_REPS
13550         
13552 The object and parent must be of the same type, either both masters or both replicas.
13554 0x0000208C
13556 ERROR_DS_CHILDREN_EXIST
13557         
13559 The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
13561 0x0000208D
13563 ERROR_DS_OBJ_NOT_FOUND
13564         
13566 Directory object not found.
13568 0x0000208E
13570 ERROR_DS_ALIASED_OBJ_MISSING
13571         
13573 The aliased object is missing.
13575 0x0000208F
13577 ERROR_DS_BAD_NAME_SYNTAX
13578         
13580 The object name has bad syntax.
13582 0x00002090
13584 ERROR_DS_ALIAS_POINTS_TO_ALIAS
13585         
13587 An alias is not permitted to refer to another alias.
13589 0x00002091
13591 ERROR_DS_CANT_DEREF_ALIAS
13592         
13594 The alias cannot be dereferenced.
13596 0x00002092
13598 ERROR_DS_OUT_OF_SCOPE
13599         
13601 The operation is out of scope.
13603 0x00002093
13605 ERROR_DS_OBJECT_BEING_REMOVED
13606         
13608 The operation cannot continue because the object is in the process of being removed.
13610 0x00002094
13612 ERROR_DS_CANT_DELETE_DSA_OBJ
13613         
13615 The DSA object cannot be deleted.
13617 0x00002095
13619 ERROR_DS_GENERIC_ERROR
13620         
13622 A directory service error has occurred.
13624 0x00002096
13626 ERROR_DS_DSA_MUST_BE_INT_MASTER
13627         
13629 The operation can only be performed on an internal master DSA object.
13631 0x00002097
13633 ERROR_DS_CLASS_NOT_DSA
13634         
13636 The object must be of class DSA.
13638 0x00002098
13640 ERROR_DS_INSUFF_ACCESS_RIGHTS
13641         
13643 Insufficient access rights to perform the operation.
13645 0x00002099
13647 ERROR_DS_ILLEGAL_SUPERIOR
13648         
13650 The object cannot be added because the parent is not on the list of possible superiors.
13652 0x0000209A
13654 ERROR_DS_ATTRIBUTE_OWNED_BY_SAM
13655         
13657 Access to the attribute is not permitted because the attribute is owned by the SAM.
13659 0x0000209B
13661 ERROR_DS_NAME_TOO_MANY_PARTS
13662         
13664 The name has too many parts.
13666 0x0000209C
13668 ERROR_DS_NAME_TOO_LONG
13669         
13671 The name is too long.
13673 0x0000209D
13675 ERROR_DS_NAME_VALUE_TOO_LONG
13676         
13678 The name value is too long.
13680 0x0000209E
13682 ERROR_DS_NAME_UNPARSEABLE
13683         
13685 The directory service encountered an error parsing a name.
13687 0x0000209F
13689 ERROR_DS_NAME_TYPE_UNKNOWN
13690         
13692 The directory service cannot get the attribute type for a name.
13694 0x000020A0
13696 ERROR_DS_NOT_AN_OBJECT
13697         
13699 The name does not identify an object; the name identifies a phantom.
13701 0x000020A1
13703 ERROR_DS_SEC_DESC_TOO_SHORT
13704         
13706 The security descriptor is too short.
13708 0x000020A2
13710 ERROR_DS_SEC_DESC_INVALID
13711         
13713 The security descriptor is invalid.
13715 0x000020A3
13717 ERROR_DS_NO_DELETED_NAME
13718         
13720 Failed to create name for deleted object.
13722 0x000020A4
13724 ERROR_DS_SUBREF_MUST_HAVE_PARENT
13725         
13727 The parent of a new subreference must exist.
13729 0x000020A5
13731 ERROR_DS_NCNAME_MUST_BE_NC
13732         
13734 The object must be a naming context.
13736 0x000020A6
13738 ERROR_DS_CANT_ADD_SYSTEM_ONLY
13739         
13741 It is not permitted to add an attribute that is owned by the system.
13743 0x000020A7
13745 ERROR_DS_CLASS_MUST_BE_CONCRETE
13746         
13748 The class of the object must be structural; you cannot instantiate an abstract class.
13750 0x000020A8
13752 ERROR_DS_INVALID_DMD
13753         
13755 The schema object could not be found.
13757 0x000020A9
13759 ERROR_DS_OBJ_GUID_EXISTS
13760         
13762 A local object with this GUID (dead or alive) already exists.
13764 0x000020AA
13766 ERROR_DS_NOT_ON_BACKLINK
13767         
13769 The operation cannot be performed on a back link.
13771 0x000020AB
13773 ERROR_DS_NO_CROSSREF_FOR_NC
13774         
13776 The cross-reference for the specified naming context could not be found.
13778 0x000020AC
13780 ERROR_DS_SHUTTING_DOWN
13781         
13783 The operation could not be performed because the directory service is shutting down.
13785 0x000020AD
13787 ERROR_DS_UNKNOWN_OPERATION
13788         
13790 The directory service request is invalid.
13792 0x000020AE
13794 ERROR_DS_INVALID_ROLE_OWNER
13795         
13797 The role owner attribute could not be read.
13799 0x000020AF
13801 ERROR_DS_COULDNT_CONTACT_FSMO
13802         
13804 The requested Flexible Single Master Operations (FSMO) operation failed. The current FSMO holder could not be contacted.
13806 0x000020B0
13808 ERROR_DS_CROSS_NC_DN_RENAME
13809         
13811 Modification of a distinguished name across a naming context is not permitted.
13813 0x000020B1
13815 ERROR_DS_CANT_MOD_SYSTEM_ONLY
13816         
13818 The attribute cannot be modified because it is owned by the system.
13820 0x000020B2
13822 ERROR_DS_REPLICATOR_ONLY
13823         
13825 Only the replicator can perform this function.
13827 0x000020B3
13829 ERROR_DS_OBJ_CLASS_NOT_DEFINED
13830         
13832 The specified class is not defined.
13834 0x000020B4
13836 ERROR_DS_OBJ_CLASS_NOT_SUBCLASS
13837         
13839 The specified class is not a subclass.
13841 0x000020B5
13843 ERROR_DS_NAME_REFERENCE_INVALID
13844         
13846 The name reference is invalid.
13848 0x000020B6
13850 ERROR_DS_CROSS_REF_EXISTS
13851         
13853 A cross-reference already exists.
13855 0x000020B7
13857 ERROR_DS_CANT_DEL_MASTER_CROSSREF
13858         
13860 It is not permitted to delete a master cross-reference.
13862 0x000020B8
13864 ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
13865         
13867 Subtree notifications are only supported on naming context (NC) heads.
13869 0x000020B9
13871 ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
13872         
13874 Notification filter is too complex.
13876 0x000020BA
13878 ERROR_DS_DUP_RDN
13879         
13881 Schema update failed: Duplicate RDN.
13883 0x000020BB
13885 ERROR_DS_DUP_OID
13886         
13888 Schema update failed: Duplicate OID.
13890 0x000020BC
13892 ERROR_DS_DUP_MAPI_ID
13893         
13895 Schema update failed: Duplicate Message Application Programming Interface (MAPI) identifier.
13897 0x000020BD
13899 ERROR_DS_DUP_SCHEMA_ID_GUID
13900         
13902 Schema update failed: Duplicate schema ID GUID.
13904 0x000020BE
13906 ERROR_DS_DUP_LDAP_DISPLAY_NAME
13907         
13909 Schema update failed: Duplicate LDAP display name.
13911 0x000020BF
13913 ERROR_DS_SEMANTIC_ATT_TEST
13914         
13916 Schema update failed: Range-Lower less than Range-Upper.
13918 0x000020C0
13920 ERROR_DS_SYNTAX_MISMATCH
13921         
13923 Schema update failed: Syntax mismatch.
13925 0x000020C1
13927 ERROR_DS_EXISTS_IN_MUST_HAVE
13928         
13930 Schema deletion failed: Attribute is used in the Must-Contain list.
13932 0x000020C2
13934 ERROR_DS_EXISTS_IN_MAY_HAVE
13935         
13937 Schema deletion failed: Attribute is used in the May-Contain list.
13939 0x000020C3
13941 ERROR_DS_NONEXISTENT_MAY_HAVE
13942         
13944 Schema update failed: Attribute in May-Contain list does not exist.
13946 0x000020C4
13948 ERROR_DS_NONEXISTENT_MUST_HAVE
13949         
13951 Schema update failed: Attribute in the Must-Contain list does not exist.
13953 0x000020C5
13955 ERROR_DS_AUX_CLS_TEST_FAIL
13956         
13958 Schema update failed: Class in the Aux Class list does not exist or is not an auxiliary class.
13960 0x000020C6
13962 ERROR_DS_NONEXISTENT_POSS_SUP
13963         
13965 Schema update failed: Class in the Poss-Superiors list does not exist.
13967 0x000020C7
13969 ERROR_DS_SUB_CLS_TEST_FAIL
13970         
13972 Schema update failed: Class in the subclass of the list does not exist or does not satisfy hierarchy rules.
13974 0x000020C8
13976 ERROR_DS_BAD_RDN_ATT_ID_SYNTAX
13977         
13979 Schema update failed: Rdn-Att-Id has wrong syntax.
13981 0x000020C9
13983 ERROR_DS_EXISTS_IN_AUX_CLS
13984         
13986 Schema deletion failed: Class is used as an auxiliary class.
13988 0x000020CA
13990 ERROR_DS_EXISTS_IN_SUB_CLS
13991         
13993 Schema deletion failed: Class is used as a subclass.
13995 0x000020CB
13997 ERROR_DS_EXISTS_IN_POSS_SUP
13998         
14000 Schema deletion failed: Class is used as a Poss-Superior.
14002 0x000020CC
14004 ERROR_DS_RECALCSCHEMA_FAILED
14005         
14007 Schema update failed in recalculating validation cache.
14009 0x000020CD
14011 ERROR_DS_TREE_DELETE_NOT_FINISHED
14012         
14014 The tree deletion is not finished. The request must be made again to continue deleting the tree.
14016 0x000020CE
14018 ERROR_DS_CANT_DELETE
14019         
14021 The requested delete operation could not be performed.
14023 0x000020CF
14025 ERROR_DS_ATT_SCHEMA_REQ_ID
14026         
14028 Cannot read the governs class identifier for the schema record.
14030 0x000020D0
14032 ERROR_DS_BAD_ATT_SCHEMA_SYNTAX
14033         
14035 The attribute schema has bad syntax.
14037 0x000020D1
14039 ERROR_DS_CANT_CACHE_ATT
14040         
14042 The attribute could not be cached.
14044 0x000020D2
14046 ERROR_DS_CANT_CACHE_CLASS
14047         
14049 The class could not be cached.
14051 0x000020D3
14053 ERROR_DS_CANT_REMOVE_ATT_CACHE
14054         
14056 The attribute could not be removed from the cache.
14058 0x000020D4
14060 ERROR_DS_CANT_REMOVE_CLASS_CACHE
14061         
14063 The class could not be removed from the cache.
14065 0x000020D5
14067 ERROR_DS_CANT_RETRIEVE_DN
14068         
14070 The distinguished name attribute could not be read.
14072 0x000020D6
14074 ERROR_DS_MISSING_SUPREF
14075         
14077 No superior reference has been configured for the directory service. The directory service is, therefore, unable to issue referrals to objects outside this forest.
14079 0x000020D7
14081 ERROR_DS_CANT_RETRIEVE_INSTANCE
14082         
14084 The instance type attribute could not be retrieved.
14086 0x000020D8
14088 ERROR_DS_CODE_INCONSISTENCY
14089         
14091 An internal error has occurred.
14093 0x000020D9
14095 ERROR_DS_DATABASE_ERROR
14096         
14098 A database error has occurred.
14100 0x000020DA
14102 ERROR_DS_GOVERNSID_MISSING
14103         
14105 The governsID attribute is missing.
14107 0x000020DB
14109 ERROR_DS_MISSING_EXPECTED_ATT
14110         
14112 An expected attribute is missing.
14114 0x000020DC
14116 ERROR_DS_NCNAME_MISSING_CR_REF
14117         
14119 The specified naming context is missing a cross-reference.
14121 0x000020DD
14123 ERROR_DS_SECURITY_CHECKING_ERROR
14124         
14126 A security checking error has occurred.
14128 0x000020DE
14130 ERROR_DS_SCHEMA_NOT_LOADED
14131         
14133 The schema is not loaded.
14135 0x000020DF
14137 ERROR_DS_SCHEMA_ALLOC_FAILED
14138         
14140 Schema allocation failed. Check if the machine is running low on memory.
14142 0x000020E0
14144 ERROR_DS_ATT_SCHEMA_REQ_SYNTAX
14145         
14147 Failed to obtain the required syntax for the attribute schema.
14149 0x000020E1
14151 ERROR_DS_GCVERIFY_ERROR
14152         
14154 The GC verification failed. The GC is not available or does not support the operation. Some part of the directory is currently not available.
14156 0x000020E2
14158 ERROR_DS_DRA_SCHEMA_MISMATCH
14159         
14161 The replication operation failed because of a schema mismatch between the servers involved.
14163 0x000020E3
14165 ERROR_DS_CANT_FIND_DSA_OBJ
14166         
14168 The DSA object could not be found.
14170 0x000020E4
14172 ERROR_DS_CANT_FIND_EXPECTED_NC
14173         
14175 The naming context could not be found.
14177 0x000020E5
14179 ERROR_DS_CANT_FIND_NC_IN_CACHE
14180         
14182 The naming context could not be found in the cache.
14184 0x000020E6
14186 ERROR_DS_CANT_RETRIEVE_CHILD
14187         
14189 The child object could not be retrieved.
14191 0x000020E7
14193 ERROR_DS_SECURITY_ILLEGAL_MODIFY
14194         
14196 The modification was not permitted for security reasons.
14198 0x000020E8
14200 ERROR_DS_CANT_REPLACE_HIDDEN_REC
14201         
14203 The operation cannot replace the hidden record.
14205 0x000020E9
14207 ERROR_DS_BAD_HIERARCHY_FILE
14208         
14210 The hierarchy file is invalid.
14212 0x000020EA
14214 ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
14215         
14217 The attempt to build the hierarchy table failed.
14219 0x000020EB
14221 ERROR_DS_CONFIG_PARAM_MISSING
14222         
14224 The directory configuration parameter is missing from the registry.
14226 0x000020EC
14228 ERROR_DS_COUNTING_AB_INDICES_FAILED
14229         
14231 The attempt to count the address book indices failed.
14233 0x000020ED
14235 ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
14236         
14238 The allocation of the hierarchy table failed.
14240 0x000020EE
14242 ERROR_DS_INTERNAL_FAILURE
14243         
14245 The directory service encountered an internal failure.
14247 0x000020EF
14249 ERROR_DS_UNKNOWN_ERROR
14250         
14252 The directory service encountered an unknown failure.
14254 0x000020F0
14256 ERROR_DS_ROOT_REQUIRES_CLASS_TOP
14257         
14259 A root object requires a class of "top".
14261 0x000020F1
14263 ERROR_DS_REFUSING_FSMO_ROLES
14264         
14266 This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
14268 0x000020F2
14270 ERROR_DS_MISSING_FSMO_SETTINGS
14271         
14273 The directory service is missing mandatory configuration information and is unable to determine the ownership of floating single-master operation roles.
14275 0x000020F3
14277 ERROR_DS_UNABLE_TO_SURRENDER_ROLES
14278         
14280 The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
14282 0x000020F4
14284 ERROR_DS_DRA_GENERIC
14285         
14287 The replication operation failed.
14289 0x000020F5
14291 ERROR_DS_DRA_INVALID_PARAMETER
14292         
14294 An invalid parameter was specified for this replication operation.
14296 0x000020F6
14298 ERROR_DS_DRA_BUSY
14299         
14301 The directory service is too busy to complete the replication operation at this time.
14303 0x000020F7
14305 ERROR_DS_DRA_BAD_DN
14306         
14308 The DN specified for this replication operation is invalid.
14310 0x000020F8
14312 ERROR_DS_DRA_BAD_NC
14313         
14315 The naming context specified for this replication operation is invalid.
14317 0x000020F9
14319 ERROR_DS_DRA_DN_EXISTS
14320         
14322 The DN specified for this replication operation already exists.
14324 0x000020FA
14326 ERROR_DS_DRA_INTERNAL_ERROR
14327         
14329 The replication system encountered an internal error.
14331 0x000020FB
14333 ERROR_DS_DRA_INCONSISTENT_DIT
14334         
14336 The replication operation encountered a database inconsistency.
14338 0x000020FC
14340 ERROR_DS_DRA_CONNECTION_FAILED
14341         
14343 The server specified for this replication operation could not be contacted.
14345 0x000020FD
14347 ERROR_DS_DRA_BAD_INSTANCE_TYPE
14348         
14350 The replication operation encountered an object with an invalid instance type.
14352 0x000020FE
14354 ERROR_DS_DRA_OUT_OF_MEM
14355         
14357 The replication operation failed to allocate memory.
14359 0x000020FF
14361 ERROR_DS_DRA_MAIL_PROBLEM
14362         
14364 The replication operation encountered an error with the mail system.
14366 0x00002100
14368 ERROR_DS_DRA_REF_ALREADY_EXISTS
14369         
14371 The replication reference information for the target server already exists.
14373 0x00002101
14375 ERROR_DS_DRA_REF_NOT_FOUND
14376         
14378 The replication reference information for the target server does not exist.
14380 0x00002102
14382 ERROR_DS_DRA_OBJ_IS_REP_SOURCE
14383         
14385 The naming context cannot be removed because it is replicated to another server.
14387 0x00002103
14389 ERROR_DS_DRA_DB_ERROR
14390         
14392 The replication operation encountered a database error.
14394 0x00002104
14396 ERROR_DS_DRA_NO_REPLICA
14397         
14399 The naming context is in the process of being removed or is not replicated from the specified server.
14401 0x00002105
14403 ERROR_DS_DRA_ACCESS_DENIED
14404         
14406 Replication access was denied.
14408 0x00002106
14410 ERROR_DS_DRA_NOT_SUPPORTED
14411         
14413 The requested operation is not supported by this version of the directory service.
14415 0x00002107
14417 ERROR_DS_DRA_RPC_CANCELLED
14418         
14420 The replication RPC was canceled.
14422 0x00002108
14424 ERROR_DS_DRA_SOURCE_DISABLED
14425         
14427 The source server is currently rejecting replication requests.
14429 0x00002109
14431 ERROR_DS_DRA_SINK_DISABLED
14432         
14434 The destination server is currently rejecting replication requests.
14436 0x0000210A
14438 ERROR_DS_DRA_NAME_COLLISION
14439         
14441 The replication operation failed due to a collision of object names.
14443 0x0000210B
14445 ERROR_DS_DRA_SOURCE_REINSTALLED
14446         
14448 The replication source has been reinstalled.
14450 0x0000210C
14452 ERROR_DS_DRA_MISSING_PARENT
14453         
14455 The replication operation failed because a required parent object is missing.
14457 0x0000210D
14459 ERROR_DS_DRA_PREEMPTED
14460         
14462 The replication operation was preempted.
14464 0x0000210E
14466 ERROR_DS_DRA_ABANDON_SYNC
14467         
14469 The replication synchronization attempt was abandoned because of a lack of updates.
14471 0x0000210F
14473 ERROR_DS_DRA_SHUTDOWN
14474         
14476 The replication operation was terminated because the system is shutting down.
14478 0x00002110
14480 ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
14481         
14483 A synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from the source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set.
14485 0x00002111
14487 ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
14488         
14490 The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
14492 0x00002112
14494 ERROR_DS_DRA_EXTN_CONNECTION_FAILED
14495         
14497 The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
14499 0x00002113
14501 ERROR_DS_INSTALL_SCHEMA_MISMATCH
14502         
14504 The version of the directory service schema of the source forest is not compatible with the version of the directory service on this computer.
14506 0x00002114
14508 ERROR_DS_DUP_LINK_ID
14509         
14511 Schema update failed: An attribute with the same link identifier already exists.
14513 0x00002115
14515 ERROR_DS_NAME_ERROR_RESOLVING
14516         
14518 Name translation: Generic processing error.
14520 0x00002116
14522 ERROR_DS_NAME_ERROR_NOT_FOUND
14523         
14525 Name translation: Could not find the name or insufficient right to see name.
14527 0x00002117
14529 ERROR_DS_NAME_ERROR_NOT_UNIQUE
14530         
14532 Name translation: Input name mapped to more than one output name.
14534 0x00002118
14536 ERROR_DS_NAME_ERROR_NO_MAPPING
14537         
14539 Name translation: The input name was found but not the associated output format.
14541 0x00002119
14543 ERROR_DS_NAME_ERROR_DOMAIN_ONLY
14544         
14546 Name translation: Unable to resolve completely, only the domain was found.
14548 0x0000211A
14550 ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
14551         
14553 Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
14555 0x0000211B
14557 ERROR_DS_CONSTRUCTED_ATT_MOD
14558         
14560 Modification of a constructed attribute is not allowed.
14562 0x0000211C
14564 ERROR_DS_WRONG_OM_OBJ_CLASS
14565         
14567 The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
14569 0x0000211D
14571 ERROR_DS_DRA_REPL_PENDING
14572         
14574 The replication request has been posted; waiting for a reply.
14576 0x0000211E
14578 ERROR_DS_DS_REQUIRED
14579         
14581 The requested operation requires a directory service, and none was available.
14583 0x0000211F
14585 ERROR_DS_INVALID_LDAP_DISPLAY_NAME
14586         
14588 The LDAP display name of the class or attribute contains non-ASCII characters.
14590 0x00002120
14592 ERROR_DS_NON_BASE_SEARCH
14593         
14595 The requested search operation is only supported for base searches.
14597 0x00002121
14599 ERROR_DS_CANT_RETRIEVE_ATTS
14600         
14602 The search failed to retrieve attributes from the database.
14604 0x00002122
14606 ERROR_DS_BACKLINK_WITHOUT_LINK
14607         
14609 The schema update operation tried to add a backward link attribute that has no corresponding forward link.
14611 0x00002123
14613 ERROR_DS_EPOCH_MISMATCH
14614         
14616 The source and destination of a cross-domain move do not agree on the object's epoch number. Either the source or the destination does not have the latest version of the object.
14618 0x00002124
14620 ERROR_DS_SRC_NAME_MISMATCH
14621         
14623 The source and destination of a cross-domain move do not agree on the object's current name. Either the source or the destination does not have the latest version of the object.
14625 0x00002125
14627 ERROR_DS_SRC_AND_DST_NC_IDENTICAL
14628         
14630 The source and destination for the cross-domain move operation are identical. The caller should use a local move operation instead of a cross-domain move operation.
14632 0x00002126
14634 ERROR_DS_DST_NC_MISMATCH
14635         
14637 The source and destination for a cross-domain move do not agree on the naming contexts in the forest. Either the source or the destination does not have the latest version of the Partitions container.
14639 0x00002127
14641 ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
14642         
14644 The destination of a cross-domain move is not authoritative for the destination naming context.
14646 0x00002128
14648 ERROR_DS_SRC_GUID_MISMATCH
14649         
14651 The source and destination of a cross-domain move do not agree on the identity of the source object. Either the source or the destination does not have the latest version of the source object.
14653 0x00002129
14655 ERROR_DS_CANT_MOVE_DELETED_OBJECT
14656         
14658 The object being moved across domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.
14660 0x0000212A
14662 ERROR_DS_PDC_OPERATION_IN_PROGRESS
14663         
14665 Another operation that requires exclusive access to the PDC FSMO is already in progress.
14667 0x0000212B
14669 ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
14670         
14672 A cross-domain move operation failed because two versions of the moved object exist—one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.
14674 0x0000212C
14676 ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
14677         
14679 This object cannot be moved across domain boundaries either because cross-domain moves for this class are not allowed, or the object has some special characteristics, for example, a trust account or a restricted relative identifier (RID), that prevent its move.
14681 0x0000212D
14683 ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
14684         
14686 Cannot move objects with memberships across domain boundaries because, once moved, this violates the membership conditions of the account group. Remove the object from any account group memberships and retry.
14688 0x0000212E
14690 ERROR_DS_NC_MUST_HAVE_NC_PARENT
14691         
14693 A naming context head must be the immediate child of another naming context head, not of an interior node.
14695 0x0000212F
14697 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
14698         
14700 The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Ensure that the domain naming master role is held by a server that is configured as a GC server, and that the server is up-to-date with its replication partners. (Applies only to Windows 2000 operating system domain naming masters.)
14702 0x00002130
14704 ERROR_DS_DST_DOMAIN_NOT_NATIVE
14705         
14707 Destination domain must be in native mode.
14709 0x00002131
14711 ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
14712         
14714 The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
14716 0x00002132
14718 ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
14719         
14721 Cross-domain moves of nonempty account groups is not allowed.
14723 0x00002133
14725 ERROR_DS_CANT_MOVE_RESOURCE_GROUP
14726         
14728 Cross-domain moves of nonempty resource groups is not allowed.
14730 0x00002134
14732 ERROR_DS_INVALID_SEARCH_FLAG
14733         
14735 The search flags for the attribute are invalid. The ambiguous name resolution (ANR) bit is valid only on attributes of Unicode or Teletex strings.
14737 0x00002135
14739 ERROR_DS_NO_TREE_DELETE_ABOVE_NC
14740         
14742 Tree deletions starting at an object that has an NC head as a descendant are not allowed.
14744 0x00002136
14746 ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
14747         
14749 The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
14751 0x00002137
14753 ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
14754         
14756 The directory service failed to identify the list of objects to delete while attempting a tree deletion.
14758 0x00002138
14760 ERROR_DS_SAM_INIT_FAILURE
14761         
14763 SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.
14765 0x00002139
14767 ERROR_DS_SENSITIVE_GROUP_VIOLATION
14768         
14770 Only an administrator can modify the membership list of an administrative group.
14772 0x0000213A
14774 ERROR_DS_CANT_MOD_PRIMARYGROUPID
14775         
14777 Cannot change the primary group ID of a domain controller account.
14779 0x0000213B
14781 ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
14782         
14784 An attempt was made to modify the base schema.
14786 0x0000213C
14788 ERROR_DS_NONSAFE_SCHEMA_CHANGE
14789         
14791 Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
14793 0x0000213D
14795 ERROR_DS_SCHEMA_UPDATE_DISALLOWED
14796         
14798 Schema update is not allowed on this DC because the DC is not the schema FSMO role owner.
14800 0x0000213E
14802 ERROR_DS_CANT_CREATE_UNDER_SCHEMA
14803         
14805 An object of this class cannot be created under the schema container. You can only create Attribute-Schema and Class-Schema objects under the schema container.
14807 0x0000213F
14809 ERROR_DS_INSTALL_NO_SRC_SCH_VERSION
14810         
14812 The replica or child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.
14814 0x00002140
14816 ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
14817         
14819 The replica or child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the System32 directory.
14821 0x00002141
14823 ERROR_DS_INVALID_GROUP_TYPE
14824         
14826 The specified group type is invalid.
14828 0x00002142
14830 ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
14831         
14833 You cannot nest global groups in a mixed domain if the group is security-enabled.
14835 0x00002143
14837 ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
14838         
14840 You cannot nest local groups in a mixed domain if the group is security-enabled.
14842 0x00002144
14844 ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
14845         
14847 A global group cannot have a local group as a member.
14849 0x00002145
14851 ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
14852         
14854 A global group cannot have a universal group as a member.
14856 0x00002146
14858 ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
14859         
14861 A universal group cannot have a local group as a member.
14863 0x00002147
14865 ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
14866         
14868 A global group cannot have a cross-domain member.
14870 0x00002148
14872 ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
14873         
14875 A local group cannot have another cross domain local group as a member.
14877 0x00002149
14879 ERROR_DS_HAVE_PRIMARY_MEMBERS
14880         
14882 A group with primary members cannot change to a security-disabled group.
14884 0x0000214A
14886 ERROR_DS_STRING_SD_CONVERSION_FAILED
14887         
14889 The schema cache load failed to convert the string default security descriptor (SD) on a class-schema object.
14891 0x0000214B
14893 ERROR_DS_NAMING_MASTER_GC
14894         
14896 Only DSAs configured to be GC servers should be allowed to hold the domain naming master FSMO role. (Applies only to Windows 2000 servers.)
14898 0x0000214C
14900 ERROR_DS_DNS_LOOKUP_FAILURE
14901         
14903 The DSA operation is unable to proceed because of a DNS lookup failure.
14905 0x0000214D
14907 ERROR_DS_COULDNT_UPDATE_SPNS
14908         
14910 While processing a change to the DNS host name for an object, the SPN values could not be kept in sync.
14912 0x0000214E
14914 ERROR_DS_CANT_RETRIEVE_SD
14915         
14917 The Security Descriptor attribute could not be read.
14919 0x0000214F
14921 ERROR_DS_KEY_NOT_UNIQUE
14922         
14924 The object requested was not found, but an object with that key was found.
14926 0x00002150
14928 ERROR_DS_WRONG_LINKED_ATT_SYNTAX
14929         
14931 The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1.
14933 0x00002151
14935 ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
14936         
14938 SAM needs to get the boot password.
14940 0x00002152
14942 ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
14943         
14945 SAM needs to get the boot key from the floppy disk.
14947 0x00002153
14949 ERROR_DS_CANT_START
14950         
14952 Directory Service cannot start.
14954 0x00002154
14956 ERROR_DS_INIT_FAILURE
14957         
14959 Directory Services could not start.
14961 0x00002155
14963 ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
14964         
14966 The connection between client and server requires packet privacy or better.
14968 0x00002156
14970 ERROR_DS_SOURCE_DOMAIN_IN_FOREST
14971         
14973 The source domain cannot be in the same forest as the destination.
14975 0x00002157
14977 ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
14978         
14980 The destination domain MUST be in the forest.
14982 0x00002158
14984 ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
14985         
14987 The operation requires that destination domain auditing be enabled.
14989 0x00002159
14991 ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
14992         
14994 The operation could not locate a DC for the source domain.
14996 0x0000215A
14998 ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
14999         
15001 The source object must be a group or user.
15003 0x0000215B
15005 ERROR_DS_SRC_SID_EXISTS_IN_FOREST
15006         
15008 The source object's SID already exists in the destination forest.
15010 0x0000215C
15012 ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
15013         
15015 The source and destination object must be of the same type.
15017 0x0000215D
15019 ERROR_SAM_INIT_FAILURE
15020         
15022 SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
15024 0x0000215E
15026 ERROR_DS_DRA_SCHEMA_INFO_SHIP
15027         
15029 Schema information could not be included in the replication request.
15031 0x0000215F
15033 ERROR_DS_DRA_SCHEMA_CONFLICT
15034         
15036 The replication operation could not be completed due to a schema incompatibility.
15038 0x00002160
15040 ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT
15041         
15043 The replication operation could not be completed due to a previous schema incompatibility.
15045 0x00002161
15047 ERROR_DS_DRA_OBJ_NC_MISMATCH
15048         
15050 The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.
15052 0x00002162
15054 ERROR_DS_NC_STILL_HAS_DSAS
15055         
15057 The requested domain could not be deleted because there exist domain controllers that still host this domain.
15059 0x00002163
15061 ERROR_DS_GC_REQUIRED
15062         
15064 The requested operation can be performed only on a GC server.
15066 0x00002164
15068 ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
15069         
15071 A local group can only be a member of other local groups in the same domain.
15073 0x00002165
15075 ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
15076         
15078 Foreign security principals cannot be members of universal groups.
15080 0x00002166
15082 ERROR_DS_CANT_ADD_TO_GC
15083         
15085 The attribute is not allowed to be replicated to the GC because of security reasons.
15087 0x00002167
15089 ERROR_DS_NO_CHECKPOINT_WITH_PDC
15090         
15092 The checkpoint with the PDC could not be taken because too many modifications are currently being processed.
15094 0x00002168
15096 ERROR_DS_SOURCE_AUDITING_NOT_ENABLED
15097         
15099 The operation requires that source domain auditing be enabled.
15101 0x00002169
15103 ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
15104         
15106 Security principal objects can only be created inside domain naming contexts.
15108 0x0000216A
15110 ERROR_DS_INVALID_NAME_FOR_SPN
15111         
15113 An SPN could not be constructed because the provided host name is not in the necessary format.
15115 0x0000216B
15117 ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
15118         
15120 A filter was passed that uses constructed attributes.
15122 0x0000216C
15124 ERROR_DS_UNICODEPWD_NOT_IN_QUOTES
15125         
15127 The unicodePwd attribute value must be enclosed in quotation marks.
15129 0x0000216D
15131 ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
15132         
15134 Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
15136 0x0000216E
15138 ERROR_DS_MUST_BE_RUN_ON_DST_DC
15139         
15141 For security reasons, the operation must be run on the destination DC.
15143 0x0000216F
15145 ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
15146         
15148 For security reasons, the source DC must be NT4SP4 or greater.
15150 0x00002170
15152 ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
15153         
15155 Critical directory service system objects cannot be deleted during tree deletion operations. The tree deletion might have been partially performed.
15157 0x00002171
15159 ERROR_DS_INIT_FAILURE_CONSOLE
15160         
15162 Directory Services could not start because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.
15164 0x00002172
15166 ERROR_DS_SAM_INIT_FAILURE_CONSOLE
15167         
15169 SAM initialization failed because of the following error: %1. Error Status: 0x%2. Click OK to shut down the system. You can use the Recovery Console to further diagnose the system.
15171 0x00002173
15173 ERROR_DS_FOREST_VERSION_TOO_HIGH
15174         
15176 The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.
15178 0x00002174
15180 ERROR_DS_DOMAIN_VERSION_TOO_HIGH
15181         
15183 The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
15185 0x00002175
15187 ERROR_DS_FOREST_VERSION_TOO_LOW
15188         
15190 The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.
15192 0x00002176
15194 ERROR_DS_DOMAIN_VERSION_TOO_LOW
15195         
15197 The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
15199 0x00002177
15201 ERROR_DS_INCOMPATIBLE_VERSION
15202         
15204 The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
15206 0x00002178
15208 ERROR_DS_LOW_DSA_VERSION
15209         
15211 The functional level of the domain (or forest) cannot be raised to the requested value because one or more domain controllers in the domain (or forest) are at a lower, incompatible functional level.
15213 0x00002179
15215 ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
15216         
15218 The forest functional level cannot be raised to the requested value because one or more domains are still in mixed-domain mode. All domains in the forest must be in native mode for you to raise the forest functional level.
15220 0x0000217A
15222 ERROR_DS_NOT_SUPPORTED_SORT_ORDER
15223         
15225 The sort order requested is not supported.
15227 0x0000217B
15229 ERROR_DS_NAME_NOT_UNIQUE
15230         
15232 The requested name already exists as a unique identifier.
15234 0x0000217C
15236 ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
15237         
15239 The machine account was created before Windows NT 4.0. The account needs to be re-created.
15241 0x0000217D
15243 ERROR_DS_OUT_OF_VERSION_STORE
15244         
15246 The database is out of version store.
15248 0x0000217E
15250 ERROR_DS_INCOMPATIBLE_CONTROLS_USED
15251         
15253 Unable to continue operation because multiple conflicting controls were used.
15255 0x0000217F
15257 ERROR_DS_NO_REF_DOMAIN
15258         
15260 Unable to find a valid security descriptor reference domain for this partition.
15262 0x00002180
15264 ERROR_DS_RESERVED_LINK_ID
15265         
15267 Schema update failed: The link identifier is reserved.
15269 0x00002181
15271 ERROR_DS_LINK_ID_NOT_AVAILABLE
15272         
15274 Schema update failed: There are no link identifiers available.
15276 0x00002182
15278 ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
15279         
15281 An account group cannot have a universal group as a member.
15283 0x00002183
15285 ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
15286         
15288 Rename or move operations on naming context heads or read-only objects are not allowed.
15290 0x00002184
15292 ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
15293         
15295 Move operations on objects in the schema naming context are not allowed.
15297 0x00002185
15299 ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
15300         
15302 A system flag has been set on the object that does not allow the object to be moved or renamed.
15304 0x00002186
15306 ERROR_DS_MODIFYDN_WRONG_GRANDPARENT
15307         
15309 This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
15311 0x00002187
15313 ERROR_DS_NAME_ERROR_TRUST_REFERRAL
15314         
15316 Unable to resolve completely; a referral to another forest was generated.
15318 0x00002188
15320 ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
15321         
15323 The requested action is not supported on a standard server.
15325 0x00002189
15327 ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
15328         
15330 Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question.
15332 0x0000218A
15334 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
15335         
15337 The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica, nor can it contact a replica of the naming context above the proposed naming context. Ensure that the parent naming context is properly registered in the DNS, and at least one replica of this naming context is reachable by the domain naming master.
15339 0x0000218B
15341 ERROR_DS_THREAD_LIMIT_EXCEEDED
15342         
15344 The thread limit for this request was exceeded.
15346 0x0000218C
15348 ERROR_DS_NOT_CLOSEST
15349         
15351 The GC server is not in the closest site.
15353 0x0000218D
15355 ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
15356         
15358 The directory service cannot derive an SPN with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
15360 0x0000218E
15362 ERROR_DS_SINGLE_USER_MODE_FAILED
15363         
15365 The directory service failed to enter single-user mode.
15367 0x0000218F
15369 ERROR_DS_NTDSCRIPT_SYNTAX_ERROR
15370         
15372 The directory service cannot parse the script because of a syntax error.
15374 0x00002190
15376 ERROR_DS_NTDSCRIPT_PROCESS_ERROR
15377         
15379 The directory service cannot process the script because of an error.
15381 0x00002191
15383 ERROR_DS_DIFFERENT_REPL_EPOCHS
15384         
15386 The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).
15388 0x00002192
15390 ERROR_DS_DRS_EXTENSIONS_CHANGED
15391         
15393 The directory service binding must be renegotiated due to a change in the server extensions information.
15395 0x00002193
15397 ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
15398         
15400 The operation is not allowed on a disabled cross-reference.
15402 0x00002194
15404 ERROR_DS_NO_MSDS_INTID
15405         
15407 Schema update failed: No values for msDS-IntId are available.
15409 0x00002195
15411 ERROR_DS_DUP_MSDS_INTID
15412         
15414 Schema update failed: Duplicate msDS-IntId. Retry the operation.
15416 0x00002196
15418 ERROR_DS_EXISTS_IN_RDNATTID
15419         
15421 Schema deletion failed: Attribute is used in rDNAttID.
15423 0x00002197
15425 ERROR_DS_AUTHORIZATION_FAILED
15426         
15428 The directory service failed to authorize the request.
15430 0x00002198
15432 ERROR_DS_INVALID_SCRIPT
15433         
15435 The directory service cannot process the script because it is invalid.
15437 0x00002199
15439 ERROR_DS_REMOTE_CROSSREF_OP_FAILED
15440         
15442 The remote create cross-reference operation failed on the domain naming master FSMO. The operation's error is in the extended data.
15444 0x0000219A
15446 ERROR_DS_CROSS_REF_BUSY
15447         
15449 A cross-reference is in use locally with the same name.
15451 0x0000219B
15453 ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN
15454         
15456 The directory service cannot derive an SPN with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
15458 0x0000219C
15460 ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC
15461         
15463 Writable NCs prevent this DC from demoting.
15465 0x0000219D
15467 ERROR_DS_DUPLICATE_ID_FOUND
15468         
15470 The requested object has a nonunique identifier and cannot be retrieved.
15472 0x0000219E
15474 ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT
15475         
15477 Insufficient attributes were given to create an object. This object might not exist because it might have been deleted and the garbage already collected.
15479 0x0000219F
15481 ERROR_DS_GROUP_CONVERSION_ERROR
15482         
15484 The group cannot be converted due to attribute restrictions on the requested group type.
15486 0x000021A0
15488 ERROR_DS_CANT_MOVE_APP_BASIC_GROUP
15489         
15491 Cross-domain moves of nonempty basic application groups is not allowed.
15493 0x000021A1
15495 ERROR_DS_CANT_MOVE_APP_QUERY_GROUP
15496         
15498 Cross-domain moves of nonempty query-based application groups is not allowed.
15500 0x000021A2
15502 ERROR_DS_ROLE_NOT_VERIFIED
15503         
15505 The FSMO role ownership could not be verified because its directory partition did not replicate successfully with at least one replication partner.
15507 0x000021A3
15509 ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL
15510         
15512 The target container for a redirection of a well-known object container cannot already be a special container.
15514 0x000021A4
15516 ERROR_DS_DOMAIN_RENAME_IN_PROGRESS
15517         
15519 The directory service cannot perform the requested operation because a domain rename operation is in progress.
15521 0x000021A5
15523 ERROR_DS_EXISTING_AD_CHILD_NC
15524         
15526 The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method.
15528 0x000021A6
15530 ERROR_DS_REPL_LIFETIME_EXCEEDED
15531         
15533 The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
15535 0x000021A7
15537 ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER
15538         
15540 The requested operation is not allowed on an object under the system container.
15542 0x000021A8
15544 ERROR_DS_LDAP_SEND_QUEUE_FULL
15545         
15547 The LDAP server's network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
15549 0x000021A9
15551 ERROR_DS_DRA_OUT_SCHEDULE_WINDOW
15552         
15554 The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
15556 0x000021AA
15558 ERROR_DS_POLICY_NOT_KNOWN
15559         
15561 At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Retry at a later time to account for replication latencies.
15563 0x000021AB
15565 ERROR_NO_SITE_SETTINGS_OBJECT
15566         
15568 The site settings object for the specified site does not exist.
15570 0x000021AC
15572 ERROR_NO_SECRETS
15573         
15575 The local account store does not contain secret material for the specified account.
15577 0x000021AD
15579 ERROR_NO_WRITABLE_DC_FOUND
15580         
15582 Could not find a writable domain controller in the domain.
15584 0x000021AE
15586 ERROR_DS_NO_SERVER_OBJECT
15587         
15589 The server object for the domain controller does not exist.
15591 0x000021AF
15593 ERROR_DS_NO_NTDSA_OBJECT
15594         
15596 The NTDS Settings object for the domain controller does not exist.
15598 0x000021B0
15600 ERROR_DS_NON_ASQ_SEARCH
15601         
15603 The requested search operation is not supported for attribute scoped query (ASQ) searches.
15605 0x000021B1
15607 ERROR_DS_AUDIT_FAILURE
15608         
15610 A required audit event could not be generated for the operation.
15612 0x000021B2
15614 ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE
15615         
15617 The search flags for the attribute are invalid. The subtree index bit is valid only on single-valued attributes.
15619 0x000021B3
15621 ERROR_DS_INVALID_SEARCH_FLAG_TUPLE
15622         
15624 The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings.
15626 0x000021C2
15628 ERROR_DS_HIGH_DSA_VERSION
15629         
15631 The functional level of the domain (or forest) cannot be lowered to the requested value.
15633 0x000021C7
15635 ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST
15636         
15638 The operation failed because the SPN value provided for addition/modification is not unique forest-wide.
15640 0x000021C8
15642 ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST
15643         
15645 The operation failed because the UPN value provided for addition/modification is not unique forest-wide.
15647 0x00002329
15649 DNS_ERROR_RCODE_FORMAT_ERROR
15650         
15652 DNS server unable to interpret format.
15654 0x0000232A
15656 DNS_ERROR_RCODE_SERVER_FAILURE
15657         
15659 DNS server failure.
15661 0x0000232B
15663 DNS_ERROR_RCODE_NAME_ERROR
15664         
15666 DNS name does not exist.
15668 0x0000232C
15670 DNS_ERROR_RCODE_NOT_IMPLEMENTED
15671         
15673 DNS request not supported by name server.
15675 0x0000232D
15677 DNS_ERROR_RCODE_REFUSED
15678         
15680 DNS operation refused.
15682 0x0000232E
15684 DNS_ERROR_RCODE_YXDOMAIN
15685         
15687 DNS name that should not exist, does exist.
15689 0x0000232F
15691 DNS_ERROR_RCODE_YXRRSET
15692         
15694 DNS resource record (RR) set that should not exist, does exist.
15696 0x00002330
15698 DNS_ERROR_RCODE_NXRRSET
15699         
15701 DNS RR set that should to exist, does not exist.
15703 0x00002331
15705 DNS_ERROR_RCODE_NOTAUTH
15706         
15708 DNS server not authoritative for zone.
15710 0x00002332
15712 DNS_ERROR_RCODE_NOTZONE
15713         
15715 DNS name in update or prereq is not in zone.
15717 0x00002338
15719 DNS_ERROR_RCODE_BADSIG
15720         
15722 DNS signature failed to verify.
15724 0x00002339
15726 DNS_ERROR_RCODE_BADKEY
15727         
15729 DNS bad key.
15731 0x0000233A
15733 DNS_ERROR_RCODE_BADTIME
15734         
15736 DNS signature validity expired.
15738 0x0000251D
15740 DNS_INFO_NO_RECORDS
15741         
15743 No records found for given DNS query.
15745 0x0000251E
15747 DNS_ERROR_BAD_PACKET
15748         
15750 Bad DNS packet.
15752 0x0000251F
15754 DNS_ERROR_NO_PACKET
15755         
15757 No DNS packet.
15759 0x00002520
15761 DNS_ERROR_RCODE
15762         
15764 DNS error, check rcode.
15766 0x00002521
15768 DNS_ERROR_UNSECURE_PACKET
15769         
15771 Unsecured DNS packet.
15773 0x0000254F
15775 DNS_ERROR_INVALID_TYPE
15776         
15778 Invalid DNS type.
15780 0x00002550
15782 DNS_ERROR_INVALID_IP_ADDRESS
15783         
15785 Invalid IP address.
15787 0x00002551
15789 DNS_ERROR_INVALID_PROPERTY
15790         
15792 Invalid property.
15794 0x00002552
15796 DNS_ERROR_TRY_AGAIN_LATER
15797         
15799 Try DNS operation again later.
15801 0x00002553
15803 DNS_ERROR_NOT_UNIQUE
15804         
15806 Record for given name and type is not unique.
15808 0x00002554
15810 DNS_ERROR_NON_RFC_NAME
15811         
15813 DNS name does not comply with RFC specifications.
15815 0x00002555
15817 DNS_STATUS_FQDN
15818         
15820 DNS name is a fully qualified DNS name.
15822 0x00002556
15824 DNS_STATUS_DOTTED_NAME
15825         
15827 DNS name is dotted (multilabel).
15829 0x00002557
15831 DNS_STATUS_SINGLE_PART_NAME
15832         
15834 DNS name is a single-part name.
15836 0x00002558
15838 DNS_ERROR_INVALID_NAME_CHAR
15839         
15841 DNS name contains an invalid character.
15843 0x00002559
15845 DNS_ERROR_NUMERIC_NAME
15846         
15848 DNS name is entirely numeric.
15850 0x0000255A
15852 DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
15853         
15855 The operation requested is not permitted on a DNS root server.
15857 0x0000255B
15859 DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
15860         
15862 The record could not be created because this part of the DNS namespace has been delegated to another server.
15864 0x0000255C
15866 DNS_ERROR_CANNOT_FIND_ROOT_HINTS
15867         
15869 The DNS server could not find a set of root hints.
15871 0x0000255D
15873 DNS_ERROR_INCONSISTENT_ROOT_HINTS
15874         
15876 The DNS server found root hints but they were not consistent across all adapters.
15878 0x0000255E
15880 DNS_ERROR_DWORD_VALUE_TOO_SMALL
15881         
15883 The specified value is too small for this parameter.
15885 0x0000255F
15887 DNS_ERROR_DWORD_VALUE_TOO_LARGE
15888         
15890 The specified value is too large for this parameter.
15892 0x00002560
15894 DNS_ERROR_BACKGROUND_LOADING
15895         
15897 This operation is not allowed while the DNS server is loading zones in the background. Try again later.
15899 0x00002561
15901 DNS_ERROR_NOT_ALLOWED_ON_RODC
15902         
15904 The operation requested is not permitted on against a DNS server running on a read-only DC.
15906 0x00002581
15908 DNS_ERROR_ZONE_DOES_NOT_EXIST
15909         
15911 DNS zone does not exist.
15913 0x00002582
15915 DNS_ERROR_NO_ZONE_INFO
15916         
15918 DNS zone information not available.
15920 0x00002583
15922 DNS_ERROR_INVALID_ZONE_OPERATION
15923         
15925 Invalid operation for DNS zone.
15927 0x00002584
15929 DNS_ERROR_ZONE_CONFIGURATION_ERROR
15930         
15932 Invalid DNS zone configuration.
15934 0x00002585
15936 DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
15937         
15939 DNS zone has no start of authority (SOA) record.
15941 0x00002586
15943 DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
15944         
15946 DNS zone has no Name Server (NS) record.
15948 0x00002587
15950 DNS_ERROR_ZONE_LOCKED
15951         
15953 DNS zone is locked.
15955 0x00002588
15957 DNS_ERROR_ZONE_CREATION_FAILED
15958         
15960 DNS zone creation failed.
15962 0x00002589
15964 DNS_ERROR_ZONE_ALREADY_EXISTS
15965         
15967 DNS zone already exists.
15969 0x0000258A
15971 DNS_ERROR_AUTOZONE_ALREADY_EXISTS
15972         
15974 DNS automatic zone already exists.
15976 0x0000258B
15978 DNS_ERROR_INVALID_ZONE_TYPE
15979         
15981 Invalid DNS zone type.
15983 0x0000258C
15985 DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
15986         
15988 Secondary DNS zone requires master IP address.
15990 0x0000258D
15992 DNS_ERROR_ZONE_NOT_SECONDARY
15993         
15995 DNS zone not secondary.
15997 0x0000258E
15999 DNS_ERROR_NEED_SECONDARY_ADDRESSES
16000         
16002 Need secondary IP address.
16004 0x0000258F
16006 DNS_ERROR_WINS_INIT_FAILED
16007         
16009 WINS initialization failed.
16011 0x00002590
16013 DNS_ERROR_NEED_WINS_SERVERS
16014         
16016 Need WINS servers.
16018 0x00002591
16020 DNS_ERROR_NBSTAT_INIT_FAILED
16021         
16023 NBTSTAT initialization call failed.
16025 0x00002592
16027 DNS_ERROR_SOA_DELETE_INVALID
16028         
16030 Invalid delete of SOA.
16032 0x00002593
16034 DNS_ERROR_FORWARDER_ALREADY_EXISTS
16035         
16037 A conditional forwarding zone already exists for that name.
16039 0x00002594
16041 DNS_ERROR_ZONE_REQUIRES_MASTER_IP
16042         
16044 This zone must be configured with one or more master DNS server IP addresses.
16046 0x00002595
16048 DNS_ERROR_ZONE_IS_SHUTDOWN
16049         
16051 The operation cannot be performed because this zone is shut down.
16053 0x000025B3
16055 DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
16056         
16058 The primary DNS zone requires a data file.
16060 0x000025B4
16062 DNS_ERROR_INVALID_DATAFILE_NAME
16063         
16065 Invalid data file name for the DNS zone.
16067 0x000025B5
16069 DNS_ERROR_DATAFILE_OPEN_FAILURE
16070         
16072 Failed to open the data file for the DNS zone.
16074 0x000025B6
16076 DNS_ERROR_FILE_WRITEBACK_FAILED
16077         
16079 Failed to write the data file for the DNS zone.
16081 0x000025B7
16083 DNS_ERROR_DATAFILE_PARSING
16084         
16086 Failure while reading datafile for DNS zone.
16088 0x000025E5
16090 DNS_ERROR_RECORD_DOES_NOT_EXIST
16091         
16093 DNS record does not exist.
16095 0x000025E6
16097 DNS_ERROR_RECORD_FORMAT
16098         
16100 DNS record format error.
16102 0x000025E7
16104 DNS_ERROR_NODE_CREATION_FAILED
16105         
16107 Node creation failure in DNS.
16109 0x000025E8
16111 DNS_ERROR_UNKNOWN_RECORD_TYPE
16112         
16114 Unknown DNS record type.
16116 0x000025E9
16118 DNS_ERROR_RECORD_TIMED_OUT
16119         
16121 DNS record timed out.
16123 0x000025EA
16125 DNS_ERROR_NAME_NOT_IN_ZONE
16126         
16128 Name not in DNS zone.
16130 0x000025EB
16132 DNS_ERROR_CNAME_LOOP
16133         
16135 CNAME loop detected.
16137 0x000025EC
16139 DNS_ERROR_NODE_IS_CNAME
16140         
16142 Node is a CNAME DNS record.
16144 0x000025ED
16146 DNS_ERROR_CNAME_COLLISION
16147         
16149 A CNAME record already exists for the given name.
16151 0x000025EE
16153 DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
16154         
16156 Record is only at DNS zone root.
16158 0x000025EF
16160 DNS_ERROR_RECORD_ALREADY_EXISTS
16161         
16163 DNS record already exists.
16165 0x000025F0
16167 DNS_ERROR_SECONDARY_DATA
16168         
16170 Secondary DNS zone data error.
16172 0x000025F1
16174 DNS_ERROR_NO_CREATE_CACHE_DATA
16175         
16177 Could not create DNS cache data.
16179 0x000025F2
16181 DNS_ERROR_NAME_DOES_NOT_EXIST
16182         
16184 DNS name does not exist.
16186 0x000025F3
16188 DNS_WARNING_PTR_CREATE_FAILED
16189         
16191 Could not create pointer (PTR) record.
16193 0x000025F4
16195 DNS_WARNING_DOMAIN_UNDELETED
16196         
16198 DNS domain was undeleted.
16200 0x000025F5
16202 DNS_ERROR_DS_UNAVAILABLE
16203         
16205 The directory service is unavailable.
16207 0x000025F6
16209 DNS_ERROR_DS_ZONE_ALREADY_EXISTS
16210         
16212 DNS zone already exists in the directory service.
16214 0x000025F7
16216 DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
16217         
16219 DNS server not creating or reading the boot file for the directory service integrated DNS zone.
16221 0x00002617
16223 DNS_INFO_AXFR_COMPLETE
16224         
16226 DNS AXFR (zone transfer) complete.
16228 0x00002618
16230 DNS_ERROR_AXFR
16231         
16233 DNS zone transfer failed.
16235 0x00002619
16237 DNS_INFO_ADDED_LOCAL_WINS
16238         
16240 Added local WINS server.
16242 0x00002649
16244 DNS_STATUS_CONTINUE_NEEDED
16245         
16247 Secure update call needs to continue update request.
16249 0x0000267B
16251 DNS_ERROR_NO_TCPIP
16252         
16254 TCP/IP network protocol not installed.
16256 0x0000267C
16258 DNS_ERROR_NO_DNS_SERVERS
16259         
16261 No DNS servers configured for local system.
16263 0x000026AD
16265 DNS_ERROR_DP_DOES_NOT_EXIST
16266         
16268 The specified directory partition does not exist.
16270 0x000026AE
16272 DNS_ERROR_DP_ALREADY_EXISTS
16273         
16275 The specified directory partition already exists.
16277 0x000026AF
16279 DNS_ERROR_DP_NOT_ENLISTED
16280         
16282 This DNS server is not enlisted in the specified directory partition.
16284 0x000026B0
16286 DNS_ERROR_DP_ALREADY_ENLISTED
16287         
16289 This DNS server is already enlisted in the specified directory partition.
16291 0x000026B1
16293 DNS_ERROR_DP_NOT_AVAILABLE
16294         
16296 The directory partition is not available at this time. Wait a few minutes and try again.
16298 0x000026B2
16300 DNS_ERROR_DP_FSMO_ERROR
16301         
16303 The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.
16305 0x00002714
16307 WSAEINTR
16308         
16310 A blocking operation was interrupted by a call to WSACancelBlockingCall.
16312 0x00002719
16314 WSAEBADF
16315         
16317 The file handle supplied is not valid.
16319 0x0000271D
16321 WSAEACCES
16322         
16324 An attempt was made to access a socket in a way forbidden by its access permissions.
16326 0x0000271E
16328 WSAEFAULT
16329         
16331 The system detected an invalid pointer address in attempting to use a pointer argument in a call.
16333 0x00002726
16335 WSAEINVAL
16336         
16338 An invalid argument was supplied.
16340 0x00002728
16342 WSAEMFILE
16343         
16345 Too many open sockets.
16347 0x00002733
16349 WSAEWOULDBLOCK
16350         
16352 A nonblocking socket operation could not be completed immediately.
16354 0x00002734
16356 WSAEINPROGRESS
16357         
16359 A blocking operation is currently executing.
16361 0x00002735
16363 WSAEALREADY
16364         
16366 An operation was attempted on a nonblocking socket that already had an operation in progress.
16368 0x00002736
16370 WSAENOTSOCK
16371         
16373 An operation was attempted on something that is not a socket.
16375 0x00002737
16377 WSAEDESTADDRREQ
16378         
16380 A required address was omitted from an operation on a socket.
16382 0x00002738
16384 WSAEMSGSIZE
16385         
16387 A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
16389 0x00002739
16391 WSAEPROTOTYPE
16392         
16394 A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
16396 0x0000273A
16398 WSAENOPROTOOPT
16399         
16401 An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
16403 0x0000273B
16405 WSAEPROTONOSUPPORT
16406         
16408 The requested protocol has not been configured into the system, or no implementation for it exists.
16410 0x0000273C
16412 WSAESOCKTNOSUPPORT
16413         
16415 The support for the specified socket type does not exist in this address family.
16417 0x0000273D
16419 WSAEOPNOTSUPP
16420         
16422 The attempted operation is not supported for the type of object referenced.
16424 0x0000273E
16426 WSAEPFNOSUPPORT
16427         
16429 The protocol family has not been configured into the system or no implementation for it exists.
16431 0x0000273F
16433 WSAEAFNOSUPPORT
16434         
16436 An address incompatible with the requested protocol was used.
16438 0x00002740
16440 WSAEADDRINUSE
16441         
16443 Only one usage of each socket address (protocol/network address/port) is normally permitted.
16445 0x00002741
16447 WSAEADDRNOTAVAIL
16448         
16450 The requested address is not valid in its context.
16452 0x00002742
16454 WSAENETDOWN
16455         
16457 A socket operation encountered a dead network.
16459 0x00002743
16461 WSAENETUNREACH
16462         
16464 A socket operation was attempted to an unreachable network.
16466 0x00002744
16468 WSAENETRESET
16469         
16471 The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
16473 0x00002745
16475 WSAECONNABORTED
16476         
16478 An established connection was aborted by the software in your host machine.
16480 0x00002746
16482 WSAECONNRESET
16483         
16485 An existing connection was forcibly closed by the remote host.
16487 0x00002747
16489 WSAENOBUFS
16490         
16492 An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
16494 0x00002748
16496 WSAEISCONN
16497         
16499 A connect request was made on an already connected socket.
16501 0x00002749
16503 WSAENOTCONN
16504         
16506 A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
16508 0x0000274A
16510 WSAESHUTDOWN
16511         
16513 A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
16515 0x0000274B
16517 WSAETOOMANYREFS
16518         
16520 Too many references to a kernel object.
16522 0x0000274C
16524 WSAETIMEDOUT
16525         
16527 A connection attempt failed because the connected party did not properly respond after a period of time, or the established connection failed because the connected host failed to respond.
16529 0x0000274D
16531 WSAECONNREFUSED
16532         
16534 No connection could be made because the target machine actively refused it.
16536 0x0000274E
16538 WSAELOOP
16539         
16541 Cannot translate name.
16543 0x0000274F
16545 WSAENAMETOOLONG
16546         
16548 Name or name component was too long.
16550 0x00002750
16552 WSAEHOSTDOWN
16553         
16555 A socket operation failed because the destination host was down.
16557 0x00002751
16559 WSAEHOSTUNREACH
16560         
16562 A socket operation was attempted to an unreachable host.
16564 0x00002752
16566 WSAENOTEMPTY
16567         
16569 Cannot remove a directory that is not empty.
16571 0x00002753
16573 WSAEPROCLIM
16574         
16576 A Windows Sockets implementation might have a limit on the number of applications that can use it simultaneously.
16578 0x00002754
16580 WSAEUSERS
16581         
16583 Ran out of quota.
16585 0x00002755
16587 WSAEDQUOT
16588         
16590 Ran out of disk quota.
16592 0x00002756
16594 WSAESTALE
16595         
16597 File handle reference is no longer available.
16599 0x00002757
16601 WSAEREMOTE
16602         
16604 Item is not available locally.
16606 0x0000276B
16608 WSASYSNOTREADY
16609         
16611 WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
16613 0x0000276C
16615 WSAVERNOTSUPPORTED
16616         
16618 The Windows Sockets version requested is not supported.
16620 0x0000276D
16622 WSANOTINITIALISED
16623         
16625 Either the application has not called WSAStartup, or WSAStartup failed.
16627 0x00002775
16629 WSAEDISCON
16630         
16632 Returned by WSARecv or WSARecvFrom to indicate that the remote party has initiated a graceful shutdown sequence.
16634 0x00002776
16636 WSAENOMORE
16637         
16639 No more results can be returned by WSALookupServiceNext.
16641 0x00002777
16643 WSAECANCELLED
16644         
16646 A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
16648 0x00002778
16650 WSAEINVALIDPROCTABLE
16651         
16653 The procedure call table is invalid.
16655 0x00002779
16657 WSAEINVALIDPROVIDER
16658         
16660 The requested service provider is invalid.
16662 0x0000277A
16664 WSAEPROVIDERFAILEDINIT
16665         
16667 The requested service provider could not be loaded or initialized.
16669 0x0000277B
16671 WSASYSCALLFAILURE
16672         
16674 A system call that should never fail has failed.
16676 0x0000277C
16678 WSASERVICE_NOT_FOUND
16679         
16681 No such service is known. The service cannot be found in the specified namespace.
16683 0x0000277D
16685 WSATYPE_NOT_FOUND
16686         
16688 The specified class was not found.
16690 0x0000277E
16692 WSA_E_NO_MORE
16693         
16695 No more results can be returned by WSALookupServiceNext.
16697 0x0000277F
16699 WSA_E_CANCELLED
16700         
16702 A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
16704 0x00002780
16706 WSAEREFUSED
16707         
16709 A database query failed because it was actively refused.
16711 0x00002AF9
16713 WSAHOST_NOT_FOUND
16714         
16716 No such host is known.
16718 0x00002AFA
16720 WSATRY_AGAIN
16721         
16723 This is usually a temporary error during host name resolution and means that the local server did not receive a response from an authoritative server.
16725 0x00002AFB
16727 WSANO_RECOVERY
16728         
16730 A nonrecoverable error occurred during a database lookup.
16732 0x00002AFC
16734 WSANO_DATA
16735         
16737 The requested name is valid, but no data of the requested type was found.
16739 0x00002AFD
16741 WSA_QOS_RECEIVERS
16742         
16744 At least one reserve has arrived.
16746 0x00002AFE
16748 WSA_QOS_SENDERS
16749         
16751 At least one path has arrived.
16753 0x00002AFF
16755 WSA_QOS_NO_SENDERS
16756         
16758 There are no senders.
16760 0x00002B00
16762 WSA_QOS_NO_RECEIVERS
16763         
16765 There are no receivers.
16767 0x00002B01
16769 WSA_QOS_REQUEST_CONFIRMED
16770         
16772 Reserve has been confirmed.
16774 0x00002B02
16776 WSA_QOS_ADMISSION_FAILURE
16777         
16779 Error due to lack of resources.
16781 0x00002B03
16783 WSA_QOS_POLICY_FAILURE
16784         
16786 Rejected for administrative reasons—bad credentials.
16788 0x00002B04
16790 WSA_QOS_BAD_STYLE
16791         
16793 Unknown or conflicting style.
16795 0x00002B05
16797 WSA_QOS_BAD_OBJECT
16798         
16800 There is a problem with some part of the filterspec or provider-specific buffer in general.
16802 0x00002B06
16804 WSA_QOS_TRAFFIC_CTRL_ERROR
16805         
16807 There is a problem with some part of the flowspec.
16809 0x00002B07
16811 WSA_QOS_GENERIC_ERROR
16812         
16814 General quality of serve (QOS) error.
16816 0x00002B08
16818 WSA_QOS_ESERVICETYPE
16819         
16821 An invalid or unrecognized service type was found in the flowspec.
16823 0x00002B09
16825 WSA_QOS_EFLOWSPEC
16826         
16828 An invalid or inconsistent flowspec was found in the QOS structure.
16830 0x00002B0A
16832 WSA_QOS_EPROVSPECBUF
16833         
16835 Invalid QOS provider-specific buffer.
16837 0x00002B0B
16839 WSA_QOS_EFILTERSTYLE
16840         
16842 An invalid QOS filter style was used.
16844 0x00002B0C
16846 WSA_QOS_EFILTERTYPE
16847         
16849 An invalid QOS filter type was used.
16851 0x00002B0D
16853 WSA_QOS_EFILTERCOUNT
16854         
16856 An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
16858 0x00002B0E
16860 WSA_QOS_EOBJLENGTH
16861         
16863 An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
16865 0x00002B0F
16867 WSA_QOS_EFLOWCOUNT
16868         
16870 An incorrect number of flow descriptors was specified in the QOS structure.
16872 0x00002B10
16874 WSA_QOS_EUNKOWNPSOBJ
16875         
16877 An unrecognized object was found in the QOS provider-specific buffer.
16879 0x00002B11
16881 WSA_QOS_EPOLICYOBJ
16882         
16884 An invalid policy object was found in the QOS provider-specific buffer.
16886 0x00002B12
16888 WSA_QOS_EFLOWDESC
16889         
16891 An invalid QOS flow descriptor was found in the flow descriptor list.
16893 0x00002B13
16895 WSA_QOS_EPSFLOWSPEC
16896         
16898 An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.
16900 0x00002B14
16902 WSA_QOS_EPSFILTERSPEC
16903         
16905 An invalid FILTERSPEC was found in the QOS provider-specific buffer.
16907 0x00002B15
16909 WSA_QOS_ESDMODEOBJ
16910         
16912 An invalid shape discard mode object was found in the QOS provider-specific buffer.
16914 0x00002B16
16916 WSA_QOS_ESHAPERATEOBJ
16917         
16919 An invalid shaping rate object was found in the QOS provider-specific buffer.
16921 0x00002B17
16923 WSA_QOS_RESERVED_PETYPE
16924         
16926 A reserved policy element was found in the QOS provider-specific buffer.
16928 0x000032C8
16930 ERROR_IPSEC_QM_POLICY_EXISTS
16931         
16933 The specified quick mode policy already exists.
16935 0x000032C9
16937 ERROR_IPSEC_QM_POLICY_NOT_FOUND
16938         
16940 The specified quick mode policy was not found.
16942 0x000032CA
16944 ERROR_IPSEC_QM_POLICY_IN_USE
16945         
16947 The specified quick mode policy is being used.
16949 0x000032CB
16951 ERROR_IPSEC_MM_POLICY_EXISTS
16952         
16954 The specified main mode policy already exists.
16956 0x000032CC
16958 ERROR_IPSEC_MM_POLICY_NOT_FOUND
16959         
16961 The specified main mode policy was not found.
16963 0x000032CD
16965 ERROR_IPSEC_MM_POLICY_IN_USE
16966         
16968 The specified main mode policy is being used.
16970 0x000032CE
16972 ERROR_IPSEC_MM_FILTER_EXISTS
16973         
16975 The specified main mode filter already exists.
16977 0x000032CF
16979 ERROR_IPSEC_MM_FILTER_NOT_FOUND
16980         
16982 The specified main mode filter was not found.
16984 0x000032D0
16986 ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
16987         
16989 The specified transport mode filter already exists.
16991 0x000032D1
16993 ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
16994         
16996 The specified transport mode filter does not exist.
16998 0x000032D2
17000 ERROR_IPSEC_MM_AUTH_EXISTS
17001         
17003 The specified main mode authentication list exists.
17005 0x000032D3
17007 ERROR_IPSEC_MM_AUTH_NOT_FOUND
17008         
17010 The specified main mode authentication list was not found.
17012 0x000032D4
17014 ERROR_IPSEC_MM_AUTH_IN_USE
17015         
17017 The specified main mode authentication list is being used.
17019 0x000032D5
17021 ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
17022         
17024 The specified default main mode policy was not found.
17026 0x000032D6
17028 ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
17029         
17031 The specified default main mode authentication list was not found.
17033 0x000032D7
17035 ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
17036         
17038 The specified default quick mode policy was not found.
17040 0x000032D8
17042 ERROR_IPSEC_TUNNEL_FILTER_EXISTS
17043         
17045 The specified tunnel mode filter exists.
17047 0x000032D9
17049 ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
17050         
17052 The specified tunnel mode filter was not found.
17054 0x000032DA
17056 ERROR_IPSEC_MM_FILTER_PENDING_DELETION
17057         
17059 The main mode filter is pending deletion.
17061 0x000032DB
17063 ERROR_IPSEC_TRANSPORT_FILTER_ENDING_DELETION
17064         
17066 The transport filter is pending deletion.
17068 0x000032DC
17070 ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
17071         
17073 The tunnel filter is pending deletion.
17075 0x000032DD
17077 ERROR_IPSEC_MM_POLICY_PENDING_ELETION
17078         
17080 The main mode policy is pending deletion.
17082 0x000032DE
17084 ERROR_IPSEC_MM_AUTH_PENDING_DELETION
17085         
17087 The main mode authentication bundle is pending deletion.
17089 0x000032DF
17091 ERROR_IPSEC_QM_POLICY_PENDING_DELETION
17092         
17094 The quick mode policy is pending deletion.
17096 0x000032E0
17098 WARNING_IPSEC_MM_POLICY_PRUNED
17099         
17101 The main mode policy was successfully added, but some of the requested offers are not supported.
17103 0x000032E1
17105 WARNING_IPSEC_QM_POLICY_PRUNED
17106         
17108 The quick mode policy was successfully added, but some of the requested offers are not supported.
17110 0x000035E8
17112 ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
17113         
17115 Starts the list of frequencies of various IKE Win32 error codes encountered during negotiations.
17117 0x000035E9
17119 ERROR_IPSEC_IKE_AUTH_FAIL
17120         
17122 The IKE authentication credentials are unacceptable.
17124 0x000035EA
17126 ERROR_IPSEC_IKE_ATTRIB_FAIL
17127         
17129 The IKE security attributes are unacceptable.
17131 0x000035EB
17133 ERROR_IPSEC_IKE_NEGOTIATION_PENDING
17134         
17136 The IKE negotiation is in progress.
17138 0x000035EC
17140 ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
17141         
17143 General processing error.
17145 0x000035ED
17147 ERROR_IPSEC_IKE_TIMED_OUT
17148         
17150 Negotiation timed out.
17152 0x000035EE
17154 ERROR_IPSEC_IKE_NO_CERT
17155         
17157 The IKE failed to find a valid machine certificate. Contact your network security administrator about installing a valid certificate in the appropriate certificate store.
17159 0x000035EF
17161 ERROR_IPSEC_IKE_SA_DELETED
17162         
17164 The IKE security association (SA) was deleted by a peer before it was completely established.
17166 0x000035F0
17168 ERROR_IPSEC_IKE_SA_REAPED
17169         
17171 The IKE SA was deleted before it was completely established.
17173 0x000035F1
17175 ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
17176         
17178 The negotiation request sat in the queue too long.
17180 0x000035F2
17182 ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
17183         
17185 The negotiation request sat in the queue too long.
17187 0x000035F3
17189 ERROR_IPSEC_IKE_QUEUE_DROP_MM
17190         
17192 The negotiation request sat in the queue too long.
17194 0x000035F4
17196 ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
17197         
17199 The negotiation request sat in the queue too long.
17201 0x000035F5
17203 ERROR_IPSEC_IKE_DROP_NO_RESPONSE
17204         
17206 There was no response from a peer.
17208 0x000035F6
17210 ERROR_IPSEC_IKE_MM_DELAY_DROP
17211         
17213 The negotiation took too long.
17215 0x000035F7
17217 ERROR_IPSEC_IKE_QM_DELAY_DROP
17218         
17220 The negotiation took too long.
17222 0x000035F8
17224 ERROR_IPSEC_IKE_ERROR
17225         
17227 An unknown error occurred.
17229 0x000035F9
17231 ERROR_IPSEC_IKE_CRL_FAILED
17232         
17234 The certificate revocation check failed.
17236 0x000035FA
17238 ERROR_IPSEC_IKE_INVALID_KEY_USAGE
17239         
17241 Invalid certificate key usage.
17243 0x000035FB
17245 ERROR_IPSEC_IKE_INVALID_CERT_TYPE
17246         
17248 Invalid certificate type.
17250 0x000035FC
17252 ERROR_IPSEC_IKE_NO_PRIVATE_KEY
17253         
17255 The IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your network security administrator about a certificate that has a private key.
17257 0x000035FE
17259 ERROR_IPSEC_IKE_DH_FAIL
17260         
17262 There was a failure in the Diffie-Hellman computation.
17264 0x00003600
17266 ERROR_IPSEC_IKE_INVALID_HEADER
17267         
17269 Invalid header.
17271 0x00003601
17273 ERROR_IPSEC_IKE_NO_POLICY
17274         
17276 No policy configured.
17278 0x00003602
17280 ERROR_IPSEC_IKE_INVALID_SIGNATURE
17281         
17283 Failed to verify signature.
17285 0x00003603
17287 ERROR_IPSEC_IKE_KERBEROS_ERROR
17288         
17290 Failed to authenticate using Kerberos.
17292 0x00003604
17294 ERROR_IPSEC_IKE_NO_PUBLIC_KEY
17295         
17297 The peer's certificate did not have a public key.
17299 0x00003605
17301 ERROR_IPSEC_IKE_PROCESS_ERR
17302         
17304 Error processing the error payload.
17306 0x00003606
17308 ERROR_IPSEC_IKE_PROCESS_ERR_SA
17309         
17311 Error processing the SA payload.
17313 0x00003607
17315 ERROR_IPSEC_IKE_PROCESS_ERR_PROP
17316         
17318 Error processing the proposal payload.
17320 0x00003608
17322 ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
17323         
17325 Error processing the transform payload.
17327 0x00003609
17329 ERROR_IPSEC_IKE_PROCESS_ERR_KE
17330         
17332 Error processing the key exchange payload.
17334 0x0000360A
17336 ERROR_IPSEC_IKE_PROCESS_ERR_ID
17337         
17339 Error processing the ID payload.
17341 0x0000360B
17343 ERROR_IPSEC_IKE_PROCESS_ERR_CERT
17344         
17346 Error processing the certification payload.
17348 0x0000360C
17350 ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
17351         
17353 Error processing the certificate request payload.
17355 0x0000360D
17357 ERROR_IPSEC_IKE_PROCESS_ERR_HASH
17358         
17360 Error processing the hash payload.
17362 0x0000360E
17364 ERROR_IPSEC_IKE_PROCESS_ERR_SIG
17365         
17367 Error processing the signature payload.
17369 0x0000360F
17371 ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
17372         
17374 Error processing the nonce payload.
17376 0x00003610
17378 ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
17379         
17381 Error processing the notify payload.
17383 0x00003611
17385 ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
17386         
17388 Error processing the delete payload.
17390 0x00003612
17392 ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
17393         
17395 Error processing the VendorId payload.
17397 0x00003613
17399 ERROR_IPSEC_IKE_INVALID_PAYLOAD
17400         
17402 Invalid payload received.
17404 0x00003614
17406 ERROR_IPSEC_IKE_LOAD_SOFT_SA
17407         
17409 Soft SA loaded.
17411 0x00003615
17413 ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
17414         
17416 Soft SA torn down.
17418 0x00003616
17420 ERROR_IPSEC_IKE_INVALID_COOKIE
17421         
17423 Invalid cookie received.
17425 0x00003617
17427 ERROR_IPSEC_IKE_NO_PEER_CERT
17428         
17430 Peer failed to send valid machine certificate.
17432 0x00003618
17434 ERROR_IPSEC_IKE_PEER_CRL_FAILED
17435         
17437 Certification revocation check of peer's certificate failed.
17439 0x00003619
17441 ERROR_IPSEC_IKE_POLICY_CHANGE
17442         
17444 New policy invalidated SAs formed with the old policy.
17446 0x0000361A
17448 ERROR_IPSEC_IKE_NO_MM_POLICY
17449         
17451 There is no available main mode IKE policy.
17453 0x0000361B
17455 ERROR_IPSEC_IKE_NOTCBPRIV
17456         
17458 Failed to enabled trusted computer base (TCB) privilege.
17460 0x0000361C
17462 ERROR_IPSEC_IKE_SECLOADFAIL
17463         
17465 Failed to load SECURITY.DLL.
17467 0x0000361D
17469 ERROR_IPSEC_IKE_FAILSSPINIT
17470         
17472 Failed to obtain the security function table dispatch address from the SSPI.
17474 0x0000361E
17476 ERROR_IPSEC_IKE_FAILQUERYSSP
17477         
17479 Failed to query the Kerberos package to obtain the max token size.
17481 0x0000361F
17483 ERROR_IPSEC_IKE_SRVACQFAIL
17484         
17486 Failed to obtain the Kerberos server credentials for the Internet Security Association and Key Management Protocol (ISAKMP)/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
17488 0x00003620
17490 ERROR_IPSEC_IKE_SRVQUERYCRED
17491         
17493 Failed to determine the SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
17495 0x00003621
17497 ERROR_IPSEC_IKE_GETSPIFAIL
17498         
17500 Failed to obtain a new service provider interface (SPI) for the inbound SA from the IPsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.
17502 0x00003622
17504 ERROR_IPSEC_IKE_INVALID_FILTER
17505         
17507 Given filter is invalid.
17509 0x00003623
17511 ERROR_IPSEC_IKE_OUT_OF_MEMORY
17512         
17514 Memory allocation failed.
17516 0x00003624
17518 ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
17519         
17521 Failed to add an SA to the IPSec driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.
17523 0x00003625
17525 ERROR_IPSEC_IKE_INVALID_POLICY
17526         
17528 Invalid policy.
17530 0x00003626
17532 ERROR_IPSEC_IKE_UNKNOWN_DOI
17533         
17535 Invalid digital object identifier (DOI).
17537 0x00003627
17539 ERROR_IPSEC_IKE_INVALID_SITUATION
17540         
17542 Invalid situation.
17544 0x00003628
17546 ERROR_IPSEC_IKE_DH_FAILURE
17547         
17549 Diffie-Hellman failure.
17551 0x00003629
17553 ERROR_IPSEC_IKE_INVALID_GROUP
17554         
17556 Invalid Diffie-Hellman group.
17558 0x0000362A
17560 ERROR_IPSEC_IKE_ENCRYPT
17561         
17563 Error encrypting payload.
17565 0x0000362B
17567 ERROR_IPSEC_IKE_DECRYPT
17568         
17570 Error decrypting payload.
17572 0x0000362C
17574 ERROR_IPSEC_IKE_POLICY_MATCH
17575         
17577 Policy match error.
17579 0x0000362D
17581 ERROR_IPSEC_IKE_UNSUPPORTED_ID
17582         
17584 Unsupported ID.
17586 0x0000362E
17588 ERROR_IPSEC_IKE_INVALID_HASH
17589         
17591 Hash verification failed.
17593 0x0000362F
17595 ERROR_IPSEC_IKE_INVALID_HASH_ALG
17596         
17598 Invalid hash algorithm.
17600 0x00003630
17602 ERROR_IPSEC_IKE_INVALID_HASH_SIZE
17603         
17605 Invalid hash size.
17607 0x00003631
17609 ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
17610         
17612 Invalid encryption algorithm.
17614 0x00003632
17616 ERROR_IPSEC_IKE_INVALID_AUTH_ALG
17617         
17619 Invalid authentication algorithm.
17621 0x00003633
17623 ERROR_IPSEC_IKE_INVALID_SIG
17624         
17626 Invalid certificate signature.
17628 0x00003634
17630 ERROR_IPSEC_IKE_LOAD_FAILED
17631         
17633 Load failed.
17635 0x00003635
17637 ERROR_IPSEC_IKE_RPC_DELETE
17638         
17640 Deleted by using an RPC call.
17642 0x00003636
17644 ERROR_IPSEC_IKE_BENIGN_REINIT
17645         
17647 A temporary state was created to perform reinitialization. This is not a real failure.
17649 0x00003637
17651 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
17652         
17654 The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Fix the policy on the peer machine.
17656 0x00003639
17658 ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
17659         
17661 Key length in the certificate is too small for configured security requirements.
17663 0x0000363A
17665 ERROR_IPSEC_IKE_MM_LIMIT
17666         
17668 Maximum number of established MM SAs to peer exceeded.
17670 0x0000363B
17672 ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
17673         
17675 The IKE received a policy that disables negotiation.
17677 0x0000363C
17679 ERROR_IPSEC_IKE_QM_LIMIT
17680         
17682 Reached maximum quick mode limit for the main mode. New main mode will be started.
17684 0x0000363D
17686 ERROR_IPSEC_IKE_MM_EXPIRED
17687         
17689 Main mode SA lifetime expired or the peer sent a main mode delete.
17691 0x0000363E
17693 ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID
17694         
17696 Main mode SA assumed to be invalid because peer stopped responding.
17698 0x0000363F
17700 ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH
17701         
17703 Certificate does not chain to a trusted root in IPsec policy.
17705 0x00003640
17707 ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID
17708         
17710 Received unexpected message ID.
17712 0x00003641
17714 ERROR_IPSEC_IKE_INVALID_UMATTS
17715         
17717 Received invalid AuthIP user mode attributes.
17719 0x00003642
17721 ERROR_IPSEC_IKE_DOS_COOKIE_SENT
17722         
17724 Sent DOS cookie notify to initiator.
17726 0x00003643
17728 ERROR_IPSEC_IKE_SHUTTING_DOWN
17729         
17731 The IKE service is shutting down.
17733 0x00003644
17735 ERROR_IPSEC_IKE_CGA_AUTH_FAILED
17736         
17738 Could not verify the binding between the color graphics adapter (CGA) address and the certificate.
17740 0x00003645
17742 ERROR_IPSEC_IKE_PROCESS_ERR_NATOA
17743         
17745 Error processing the NatOA payload.
17747 0x00003646
17749 ERROR_IPSEC_IKE_INVALID_MM_FOR_QM
17750         
17752 The parameters of the main mode are invalid for this quick mode.
17754 0x00003647
17756 ERROR_IPSEC_IKE_QM_EXPIRED
17757         
17759 The quick mode SA was expired by the IPsec driver.
17761 0x00003648
17763 ERROR_IPSEC_IKE_TOO_MANY_FILTERS
17764         
17766 Too many dynamically added IKEEXT filters were detected.
17768 0x00003649
17770 ERROR_IPSEC_IKE_NEG_STATUS_END
17771         
17773 Ends the list of frequencies of various IKE Win32 error codes encountered during negotiations.
17775 0x000036B0
17777 ERROR_SXS_SECTION_NOT_FOUND
17778         
17780 The requested section was not present in the activation context.
17782 0x000036B1
17784 ERROR_SXS_CANT_GEN_ACTCTX
17785         
17787 The application has failed to start because its side-by-side configuration is incorrect. See the application event log for more detail.
17789 0x000036B2
17791 ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
17792         
17794 The application binding data format is invalid.
17796 0x000036B3
17798 ERROR_SXS_ASSEMBLY_NOT_FOUND
17799         
17801 The referenced assembly is not installed on your system.
17803 0x000036B4
17805 ERROR_SXS_MANIFEST_FORMAT_ERROR
17806         
17808 The manifest file does not begin with the required tag and format information.
17810 0x000036B5
17812 ERROR_SXS_MANIFEST_PARSE_ERROR
17813         
17815 The manifest file contains one or more syntax errors.
17817 0x000036B6
17819 ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
17820         
17822 The application attempted to activate a disabled activation context.
17824 0x000036B7
17826 ERROR_SXS_KEY_NOT_FOUND
17827         
17829 The requested lookup key was not found in any active activation context.
17831 0x000036B8
17833 ERROR_SXS_VERSION_CONFLICT
17834         
17836 A component version required by the application conflicts with another active component version.
17838 0x000036B9
17840 ERROR_SXS_WRONG_SECTION_TYPE
17841         
17843 The type requested activation context section does not match the query API used.
17845 0x000036BA
17847 ERROR_SXS_THREAD_QUERIES_DISABLED
17848         
17850 Lack of system resources has required isolated activation to be disabled for the current thread of execution.
17852 0x000036BB
17854 ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
17855         
17857 An attempt to set the process default activation context failed because the process default activation context was already set.
17859 0x000036BC
17861 ERROR_SXS_UNKNOWN_ENCODING_GROUP
17862         
17864 The encoding group identifier specified is not recognized.
17866 0x000036BD
17868 ERROR_SXS_UNKNOWN_ENCODING
17869         
17871 The encoding requested is not recognized.
17873 0x000036BE
17875 ERROR_SXS_INVALID_XML_NAMESPACE_URI
17876         
17878 The manifest contains a reference to an invalid URI.
17880 0x000036BF
17882 ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_OT_INSTALLED
17883         
17885 The application manifest contains a reference to a dependent assembly that is not installed.
17887 0x000036C0
17889 ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
17890         
17892 The manifest for an assembly used by the application has a reference to a dependent assembly that is not installed.
17894 0x000036C1
17896 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
17897         
17899 The manifest contains an attribute for the assembly identity that is not valid.
17901 0x000036C2
17903 ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
17904         
17906 The manifest is missing the required default namespace specification on the assembly element.
17908 0x000036C3
17910 ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
17911         
17913 The manifest has a default namespace specified on the assembly element but its value is not urn:schemas-microsoft-com:asm.v1"."
17915 0x000036C4
17917 ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
17918         
17920 The private manifest probed has crossed the reparse-point-associated path.
17922 0x000036C5
17924 ERROR_SXS_DUPLICATE_DLL_NAME
17925         
17927 Two or more components referenced directly or indirectly by the application manifest have files by the same name.
17929 0x000036C6
17931 ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
17932         
17934 Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
17936 0x000036C7
17938 ERROR_SXS_DUPLICATE_CLSID
17939         
17941 Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
17943 0x000036C8
17945 ERROR_SXS_DUPLICATE_IID
17946         
17948 Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
17950 0x000036C9
17952 ERROR_SXS_DUPLICATE_TLBID
17953         
17955 Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
17957 0x000036CA
17959 ERROR_SXS_DUPLICATE_PROGID
17960         
17962 Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
17964 0x000036CB
17966 ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
17967         
17969 Two or more components referenced directly or indirectly by the application manifest are different versions of the same component, which is not permitted.
17971 0x000036CC
17973 ERROR_SXS_FILE_HASH_MISMATCH
17974         
17976 A component's file does not match the verification information present in the component manifest.
17978 0x000036CD
17980 ERROR_SXS_POLICY_PARSE_ERROR
17981         
17983 The policy manifest contains one or more syntax errors.
17985 0x000036CE
17987 ERROR_SXS_XML_E_MISSINGQUOTE
17988         
17990 Manifest Parse Error: A string literal was expected, but no opening quotation mark was found.
17992 0x000036CF
17994 ERROR_SXS_XML_E_COMMENTSYNTAX
17995         
17997 Manifest Parse Error: Incorrect syntax was used in a comment.
17999 0x000036D0
18001 ERROR_SXS_XML_E_BADSTARTNAMECHAR
18002         
18004 Manifest Parse Error: A name started with an invalid character.
18006 0x000036D1
18008 ERROR_SXS_XML_E_BADNAMECHAR
18009         
18011 Manifest Parse Error: A name contained an invalid character.
18013 0x000036D2
18015 ERROR_SXS_XML_E_BADCHARINSTRING
18016         
18018 Manifest Parse Error: A string literal contained an invalid character.
18020 0x000036D3
18022 ERROR_SXS_XML_E_XMLDECLSYNTAX
18023         
18025 Manifest Parse Error: Invalid syntax for an XML declaration.
18027 0x000036D4
18029 ERROR_SXS_XML_E_BADCHARDATA
18030         
18032 Manifest Parse Error: An Invalid character was found in text content.
18034 0x000036D5
18036 ERROR_SXS_XML_E_MISSINGWHITESPACE
18037         
18039 Manifest Parse Error: Required white space was missing.
18041 0x000036D6
18043 ERROR_SXS_XML_E_EXPECTINGTAGEND
18044         
18046 Manifest Parse Error: The angle bracket (>) character was expected.
18048 0x000036D7
18050 ERROR_SXS_XML_E_MISSINGSEMICOLON
18051         
18053 Manifest Parse Error: A semicolon (;) was expected.
18055 0x000036D8
18057 ERROR_SXS_XML_E_UNBALANCEDPAREN
18058         
18060 Manifest Parse Error: Unbalanced parentheses.
18062 0x000036D9
18064 ERROR_SXS_XML_E_INTERNALERROR
18065         
18067 Manifest Parse Error: Internal error.
18069 0x000036DA
18071 ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
18072         
18074 Manifest Parse Error: Whitespace is not allowed at this location.
18076 0x000036DB
18078 ERROR_SXS_XML_E_INCOMPLETE_ENCODING
18079         
18081 Manifest Parse Error: End of file reached in invalid state for current encoding.
18083 0x000036DC
18085 ERROR_SXS_XML_E_MISSING_PAREN
18086         
18088 Manifest Parse Error: Missing parenthesis.
18090 0x000036DD
18092 ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
18093         
18095 Manifest Parse Error: A single (') or double (") quotation mark is missing.
18097 0x000036DE
18099 ERROR_SXS_XML_E_MULTIPLE_COLONS
18100         
18102 Manifest Parse Error: Multiple colons are not allowed in a name.
18104 0x000036DF
18106 ERROR_SXS_XML_E_INVALID_DECIMAL
18107         
18109 Manifest Parse Error: Invalid character for decimal digit.
18111 0x000036E0
18113 ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
18114         
18116 Manifest Parse Error: Invalid character for hexadecimal digit.
18118 0x000036E1
18120 ERROR_SXS_XML_E_INVALID_UNICODE
18121         
18123 Manifest Parse Error: Invalid Unicode character value for this platform.
18125 0x000036E2
18127 ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
18128         
18130 Manifest Parse Error: Expecting whitespace or question mark (?).
18132 0x000036E3
18134 ERROR_SXS_XML_E_UNEXPECTEDENDTAG
18135         
18137 Manifest Parse Error: End tag was not expected at this location.
18139 0x000036E4
18141 ERROR_SXS_XML_E_UNCLOSEDTAG
18142         
18144 Manifest Parse Error: The following tags were not closed: %1.
18146 0x000036E5
18148 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
18149         
18151 Manifest Parse Error: Duplicate attribute.
18153 0x000036E6
18155 ERROR_SXS_XML_E_MULTIPLEROOTS
18156         
18158 Manifest Parse Error: Only one top-level element is allowed in an XML document.
18160 0x000036E7
18162 ERROR_SXS_XML_E_INVALIDATROOTLEVEL
18163         
18165 Manifest Parse Error: Invalid at the top level of the document.
18167 0x000036E8
18169 ERROR_SXS_XML_E_BADXMLDECL
18170         
18172 Manifest Parse Error: Invalid XML declaration.
18174 0x000036E9
18176 ERROR_SXS_XML_E_MISSINGROOT
18177         
18179 Manifest Parse Error: XML document must have a top-level element.
18181 0x000036EA
18183 ERROR_SXS_XML_E_UNEXPECTEDEOF
18184         
18186 Manifest Parse Error: Unexpected end of file.
18188 0x000036EB
18190 ERROR_SXS_XML_E_BADPEREFINSUBSET
18191         
18193 Manifest Parse Error: Parameter entities cannot be used inside markup declarations in an internal subset.
18195 0x000036EC
18197 ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
18198         
18200 Manifest Parse Error: Element was not closed.
18202 0x000036ED
18204 ERROR_SXS_XML_E_UNCLOSEDENDTAG
18205         
18207 Manifest Parse Error: End element was missing the angle bracket (>) character.
18209 0x000036EE
18211 ERROR_SXS_XML_E_UNCLOSEDSTRING
18212         
18214 Manifest Parse Error: A string literal was not closed.
18216 0x000036EF
18218 ERROR_SXS_XML_E_UNCLOSEDCOMMENT
18219         
18221 Manifest Parse Error: A comment was not closed.
18223 0x000036F0
18225 ERROR_SXS_XML_E_UNCLOSEDDECL
18226         
18228 Manifest Parse Error: A declaration was not closed.
18230 0x000036F1
18232 ERROR_SXS_XML_E_UNCLOSEDCDATA
18233         
18235 Manifest Parse Error: A CDATA section was not closed.
18237 0x000036F2
18239 ERROR_SXS_XML_E_RESERVEDNAMESPACE
18240         
18242 Manifest Parse Error: The namespace prefix is not allowed to start with the reserved string xml"."
18244 0x000036F3
18246 ERROR_SXS_XML_E_INVALIDENCODING
18247         
18249 Manifest Parse Error: System does not support the specified encoding.
18251 0x000036F4
18253 ERROR_SXS_XML_E_INVALIDSWITCH
18254         
18256 Manifest Parse Error: Switch from current encoding to specified encoding not supported.
18258 0x000036F5
18260 ERROR_SXS_XML_E_BADXMLCASE
18261         
18263 Manifest Parse Error: The name "xml" is reserved and must be lowercase.
18265 0x000036F6
18267 ERROR_SXS_XML_E_INVALID_STANDALONE
18268         
18270 Manifest Parse Error: The stand-alone attribute must have the value "yes" or "no".
18272 0x000036F7
18274 ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
18275         
18277 Manifest Parse Error: The stand-alone attribute cannot be used in external entities.
18279 0x000036F8
18281 ERROR_SXS_XML_E_INVALID_VERSION
18282         
18284 Manifest Parse Error: Invalid version number.
18286 0x000036F9
18288 ERROR_SXS_XML_E_MISSINGEQUALS
18289         
18291 Manifest Parse Error: Missing equal sign (=) between the attribute and the attribute value.
18293 0x000036FA
18295 ERROR_SXS_PROTECTION_RECOVERY_FAILED
18296         
18298 Assembly Protection Error: Unable to recover the specified assembly.
18300 0x000036FB
18302 ERROR_SXS_PROTECTION_PUBLIC_KEY_OO_SHORT
18303         
18305 Assembly Protection Error: The public key for an assembly was too short to be allowed.
18307 0x000036FC
18309 ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
18310         
18312 Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.
18314 0x000036FD
18316 ERROR_SXS_UNTRANSLATABLE_HRESULT
18317         
18319 An HRESULT could not be translated to a corresponding Win32 error code.
18321 0x000036FE
18323 ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
18324         
18326 Assembly Protection Error: The catalog for an assembly is missing.
18328 0x000036FF
18330 ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
18331         
18333 The supplied assembly identity is missing one or more attributes that must be present in this context.
18335 0x00003700
18337 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
18338         
18340 The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
18342 0x00003701
18344 ERROR_SXS_ASSEMBLY_MISSING
18345         
18347 The referenced assembly could not be found.
18349 0x00003702
18351 ERROR_SXS_CORRUPT_ACTIVATION_STACK
18352         
18354 The activation context activation stack for the running thread of execution is corrupt.
18356 0x00003703
18358 ERROR_SXS_CORRUPTION
18359         
18361 The application isolation metadata for this process or thread has become corrupt.
18363 0x00003704
18365 ERROR_SXS_EARLY_DEACTIVATION
18366         
18368 The activation context being deactivated is not the most recently activated one.
18370 0x00003705
18372 ERROR_SXS_INVALID_DEACTIVATION
18373         
18375 The activation context being deactivated is not active for the current thread of execution.
18377 0x00003706
18379 ERROR_SXS_MULTIPLE_DEACTIVATION
18380         
18382 The activation context being deactivated has already been deactivated.
18384 0x00003707
18386 ERROR_SXS_PROCESS_TERMINATION_REQUESTED
18387         
18389 A component used by the isolation facility has requested to terminate the process.
18391 0x00003708
18393 ERROR_SXS_RELEASE_ACTIVATION_ONTEXT
18394         
18396 A kernel mode component is releasing a reference on an activation context.
18398 0x00003709
18400 ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
18401         
18403 The activation context of the system default assembly could not be generated.
18405 0x0000370A
18407 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
18408         
18410 The value of an attribute in an identity is not within the legal range.
18412 0x0000370B
18414 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
18415         
18417 The name of an attribute in an identity is not within the legal range.
18419 0x0000370C
18421 ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
18422         
18424 An identity contains two definitions for the same attribute.
18426 0x0000370D
18428 ERROR_SXS_IDENTITY_PARSE_ERROR
18429         
18431 The identity string is malformed. This might be due to a trailing comma, more than two unnamed attributes, a missing attribute name, or a missing attribute value.
18433 0x0000370E
18435 ERROR_MALFORMED_SUBSTITUTION_STRING
18436         
18438 A string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign, or a substitution's right parenthesis was not found.
18440 0x0000370F
18442 ERROR_SXS_INCORRECT_PUBLIC_KEY_OKEN
18443         
18445 The public key token does not correspond to the public key specified.
18447 0x00003710
18449 ERROR_UNMAPPED_SUBSTITUTION_STRING
18450         
18452 A substitution string had no mapping.
18454 0x00003711
18456 ERROR_SXS_ASSEMBLY_NOT_LOCKED
18457         
18459 The component must be locked before making the request.
18461 0x00003712
18463 ERROR_SXS_COMPONENT_STORE_CORRUPT
18464         
18466 The component store has been corrupted.
18468 0x00003713
18470 ERROR_ADVANCED_INSTALLER_FAILED
18471         
18473 An advanced installer failed during setup or servicing.
18475 0x00003714
18477 ERROR_XML_ENCODING_MISMATCH
18478         
18480 The character encoding in the XML declaration did not match the encoding used in the document.
18482 0x00003715
18484 ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
18485         
18487 The identities of the manifests are identical, but the contents are different.
18489 0x00003716
18491 ERROR_SXS_IDENTITIES_DIFFERENT
18492         
18494 The component identities are different.
18496 0x00003717
18498 ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
18499         
18501 The assembly is not a deployment.
18503 0x00003718
18505 ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY
18506         
18508 The file is not a part of the assembly.
18510 0x00003719
18512 ERROR_SXS_MANIFEST_TOO_BIG
18513         
18515 The size of the manifest exceeds the maximum allowed.
18517 0x0000371A
18519 ERROR_SXS_SETTING_NOT_REGISTERED
18520         
18522 The setting is not registered.
18524 0x0000371B
18526 ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
18527         
18529 One or more required members of the transaction are not present.
18531 0x00003A98
18533 ERROR_EVT_INVALID_CHANNEL_PATH
18534         
18536 The specified channel path is invalid.
18538 0x00003A99
18540 ERROR_EVT_INVALID_QUERY
18541         
18543 The specified query is invalid.
18545 0x00003A9A
18547 ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND
18548         
18550 The publisher metadata cannot be found in the resource.
18552 0x00003A9B
18554 ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND
18555         
18557 The template for an event definition cannot be found in the resource (error = %1).
18559 0x00003A9C
18561 ERROR_EVT_INVALID_PUBLISHER_NAME
18562         
18564 The specified publisher name is invalid.
18566 0x00003A9D
18568 ERROR_EVT_INVALID_EVENT_DATA
18569         
18571 The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.
18573 0x00003A9F
18575 ERROR_EVT_CHANNEL_NOT_FOUND
18576         
18578 The specified channel could not be found. Check channel configuration.
18580 0x00003AA0
18582 ERROR_EVT_MALFORMED_XML_TEXT
18583         
18585 The specified XML text was not well-formed. See extended error for more details.
18587 0x00003AA1
18589 ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL
18590         
18592 The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a log file and cannot be subscribed to.
18594 0x00003AA2
18596 ERROR_EVT_CONFIGURATION_ERROR
18597         
18599 Configuration error.
18601 0x00003AA3
18603 ERROR_EVT_QUERY_RESULT_STALE
18604         
18606 The query result is stale or invalid. This might be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query.
18608 0x00003AA4
18610 ERROR_EVT_QUERY_RESULT_INVALID_POSITION
18611         
18613 Query result is currently at an invalid position.
18615 0x00003AA5
18617 ERROR_EVT_NON_VALIDATING_MSXML
18618         
18620 Registered Microsoft XML (MSXML) does not support validation.
18622 0x00003AA6
18624 ERROR_EVT_FILTER_ALREADYSCOPED
18625         
18627 An expression can only be followed by a change-of-scope operation if it itself evaluates to a node set and is not already part of some other change-of-scope operation.
18629 0x00003AA7
18631 ERROR_EVT_FILTER_NOTELTSET
18632         
18634 Cannot perform a step operation from a term that does not represent an element set.
18636 0x00003AA8
18638 ERROR_EVT_FILTER_INVARG
18639         
18641 Left side arguments to binary operators must be either attributes, nodes, or variables and right side arguments must be constants.
18643 0x00003AA9
18645 ERROR_EVT_FILTER_INVTEST
18646         
18648 A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceding node set can be evaluated.
18650 0x00003AAA
18652 ERROR_EVT_FILTER_INVTYPE
18653         
18655 This data type is currently unsupported.
18657 0x00003AAB
18659 ERROR_EVT_FILTER_PARSEERR
18660         
18662 A syntax error occurred at position %1!d!
18664 0x00003AAC
18666 ERROR_EVT_FILTER_UNSUPPORTEDOP
18667         
18669 This operator is unsupported by this implementation of the filter.
18671 0x00003AAD
18673 ERROR_EVT_FILTER_UNEXPECTEDTOKEN
18674         
18676 The token encountered was unexpected.
18678 0x00003AAE
18680 ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL
18681         
18683 The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.
18685 0x00003AAF
18687 ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE
18688         
18690 Channel property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of channel.
18692 0x00003AB0
18694 ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE
18695         
18697 Publisher property %1!s! contains an invalid value. The value has an invalid type, is outside the valid range, cannot be updated, or is not supported by this type of publisher.
18699 0x00003AB1
18701 ERROR_EVT_CHANNEL_CANNOT_ACTIVATE
18702         
18704 The channel fails to activate.
18706 0x00003AB2
18708 ERROR_EVT_FILTER_TOO_COMPLEX
18709         
18711 The xpath expression exceeded supported complexity. Simplify it or split it into two or more simple expressions.
18713 0x00003AB3
18715 ERROR_EVT_MESSAGE_NOT_FOUND
18716         
18718 The message resource is present but the message is not found in the string or message table.
18720 0x00003AB4
18722 ERROR_EVT_MESSAGE_ID_NOT_FOUND
18723         
18725 The message ID for the desired message could not be found.
18727 0x00003AB5
18729 ERROR_EVT_UNRESOLVED_VALUE_INSERT
18730         
18732 The substitution string for the insert index (%1) could not be found.
18734 0x00003AB6
18736 ERROR_EVT_UNRESOLVED_PARAMETER_INSERT
18737         
18739 The description string for the parameter reference (%1) could not be found.
18741 0x00003AB7
18743 ERROR_EVT_MAX_INSERTS_REACHED
18744         
18746 The maximum number of replacements has been reached.
18748 0x00003AB8
18750 ERROR_EVT_EVENT_DEFINITION_NOT_OUND
18751         
18753 The event definition could not be found for the event ID (%1).
18755 0x00003AB9
18757 ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND
18758         
18760 The locale-specific resource for the desired message is not present.
18762 0x00003ABA
18764 ERROR_EVT_VERSION_TOO_OLD
18765         
18767 The resource is too old to be compatible.
18769 0x00003ABB
18771 ERROR_EVT_VERSION_TOO_NEW
18772         
18774 The resource is too new to be compatible.
18776 0x00003ABC
18778 ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY
18779         
18781 The channel at index %1 of the query cannot be opened.
18783 0x00003ABD
18785 ERROR_EVT_PUBLISHER_DISABLED
18786         
18788 The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded.
18790 0x00003AE8
18792 ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE
18793         
18795 The subscription fails to activate.
18797 0x00003AE9
18799 ERROR_EC_LOG_DISABLED
18800         
18802 The log of the subscription is in a disabled state and events cannot be forwarded to it. The log must first be enabled before the subscription can be activated.
18804 0x00003AFC
18806 ERROR_MUI_FILE_NOT_FOUND
18807         
18809 The resource loader failed to find the Multilingual User Interface (MUI) file.
18811 0x00003AFD
18813 ERROR_MUI_INVALID_FILE
18814         
18816 The resource loader failed to load the MUI file because the file failed to pass validation.
18818 0x00003AFE
18820 ERROR_MUI_INVALID_RC_CONFIG
18821         
18823 The release candidate (RC) manifest is corrupted with garbage data, is an unsupported version, or is missing a required item.
18825 0x00003AFF
18827 ERROR_MUI_INVALID_LOCALE_NAME
18828         
18830 The RC manifest has an invalid culture name.
18832 0x00003B00
18834 ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
18835         
18837 The RC Manifest has an invalid ultimate fallback name.
18839 0x00003B01
18841 ERROR_MUI_FILE_NOT_LOADED
18842         
18844 The resource loader cache does not have a loaded MUI entry.
18846 0x00003B02
18848 ERROR_RESOURCE_ENUM_USER_STOP
18849         
18851 The user stopped resource enumeration.
18853 0x00003B03
18855 ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
18856         
18858 User interface language installation failed.
18860 0x00003B04
18862 ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME
18863         
18865 Locale installation failed.
18867 0x00003B60
18869 ERROR_MCA_INVALID_CAPABILITIES_STRING
18870         
18872 The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
18874 0x00003B61
18876 ERROR_MCA_INVALID_VCP_VERSION
18877         
18879 The monitor's VCP version (0xDF) VCP code returned an invalid version value.
18881 0x00003B62
18883 ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
18884         
18886 The monitor does not comply with the MCCS specification it claims to support.
18888 0x00003B63
18890 ERROR_MCA_MCCS_VERSION_MISMATCH
18891         
18893 The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP version (0xDF) VCP code is used.
18895 0x00003B64
18897 ERROR_MCA_UNSUPPORTED_MCCS_VERSION
18898         
18900 The monitor configuration API works only with monitors that support the MCCS 1.0, MCCS 2.0, or MCCS 2.0 Revision 1 specifications.
18902 0x00003B65
18904 ERROR_MCA_INTERNAL_ERROR
18905         
18907 An internal monitor configuration API error occurred.
18909 0x00003B66
18911 ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
18912         
18914 The monitor returned an invalid monitor technology type. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
18916 0x00003B67
18918 ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE
18919         
18921 The SetMonitorColorTemperature() caller passed a color temperature to it that the current monitor did not support. CRT, plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification.
18923 0x00003B92
18925 ERROR_AMBIGUOUS_SYSTEM_DEVICE
18926         
18928 The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
18930 0x00003BC3
18932 ERROR_SYSTEM_DEVICE_NOT_FOUND
18933         
18935 The requested system device cannot be found.