Unfortunately, sometimes all you get is the system error code but
nothing about what the code means! Once you know what the system error
code means (below) then you can work on fixing the problem.
1 to 1935
click below continue to see all the errors in our systems naturally
1 to 1935
click below continue to see all the errors in our systems naturally
0 | The operation completed successfully. |
ERROR_SUCCESS (0x0) | |
1 | Incorrect function. |
ERROR_INVALID_FUNCTION (0x1) | |
2 | The system cannot find the file specified. |
ERROR_FILE_NOT_FOUND (0x2) | |
3 | The system cannot find the path specified. |
ERROR_PATH_NOT_FOUND (0x3) | |
4 | The system cannot open the file. |
ERROR_TOO_MANY_OPEN_FILES (0x4) | |
5 | Access is denied. |
ERROR_ACCESS_DENIED (0x5) | |
6 | The handle is invalid. |
ERROR_INVALID_HANDLE (0x6) | |
7 | The storage control blocks were destroyed. |
ERROR_ARENA_TRASHED (0x7) | |
8 | Not enough storage is available to process this command. |
ERROR_NOT_ENOUGH_MEMORY (0x8) | |
9 | The storage control block address is invalid. |
ERROR_INVALID_BLOCK (0x9) | |
10 | The environment is incorrect. |
ERROR_BAD_ENVIRONMENT (0xA) | |
11 | An attempt was made to load a program with an incorrect format. |
ERROR_BAD_FORMAT (0xB) | |
12 | The access code is invalid. |
ERROR_INVALID_ACCESS (0xC) | |
13 | The data is invalid. |
ERROR_INVALID_DATA (0xD) | |
14 | Not enough storage is available to complete this operation. |
ERROR_OUTOFMEMORY (0xE) | |
15 | The system cannot find the drive specified. |
ERROR_INVALID_DRIVE (0xF) | |
16 | The directory cannot be removed. |
ERROR_CURRENT_DIRECTORY (0x10) | |
17 | The system cannot move the file to a different disk drive. |
ERROR_NOT_SAME_DEVICE (0x11) | |
18 | There are no more files. |
ERROR_NO_MORE_FILES (0x12) | |
19 | The media is write protected. |
ERROR_WRITE_PROTECT (0x13) | |
20 | The system cannot find the device specified. |
ERROR_BAD_UNIT (0x14) | |
21 | The device is not ready. |
ERROR_NOT_READY (0x15) | |
22 | The device does not recognize the command. |
ERROR_BAD_COMMAND (0x16) | |
23 | Data error (cyclic redundancy check). |
ERROR_CRC (0x17) | |
24 | The program issued a command but the command length is incorrect. |
ERROR_BAD_LENGTH (0x18) | |
25 | The drive cannot locate a specific area or track on the disk. |
ERROR_SEEK (0x19) | |
26 | The specified disk or diskette cannot be accessed. |
ERROR_NOT_DOS_DISK (0x1A) | |
27 | The drive cannot find the sector requested. |
ERROR_SECTOR_NOT_FOUND (0x1B) | |
28 | The printer is out of paper. |
ERROR_OUT_OF_PAPER (0x1C) | |
29 | The system cannot write to the specified device. |
ERROR_WRITE_FAULT (0x1D) | |
30 | The system cannot read from the specified device. |
ERROR_READ_FAULT (0x1E) | |
31 | A device attached to the system is not functioning. |
ERROR_GEN_FAILURE (0x1F) | |
32 | The process cannot access the file because it is being used by another process. |
ERROR_SHARING_VIOLATION (0x20) | |
33 | The process cannot access the file because another process has locked a portion of the file. |
ERROR_LOCK_VIOLATION (0x21) | |
34 | The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1. |
ERROR_WRONG_DISK (0x22) | |
36 | Too many files opened for sharing. |
ERROR_SHARING_BUFFER_EXCEEDED (0x24) | |
38 | Reached the end of the file. |
ERROR_HANDLE_EOF (0x26) | |
39 | The disk is full. |
ERROR_HANDLE_DISK_FULL (0x27) | |
50 | The request is not supported. |
ERROR_NOT_SUPPORTED (0x32) | |
51 | 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. |
ERROR_REM_NOT_LIST (0x33) | |
52 | You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup choose another workgroup name. |
ERROR_DUP_NAME (0x34) | |
53 | The network path was not found. |
ERROR_BAD_NETPATH (0x35) | |
54 | The network is busy. |
ERROR_NETWORK_BUSY (0x36) | |
55 | The specified network resource or device is no longer available. |
ERROR_DEV_NOT_EXIST (0x37) | |
56 | The network BIOS command limit has been reached. |
ERROR_TOO_MANY_CMDS (0x38) | |
57 | A network adapter hardware error occurred. |
ERROR_ADAP_HDW_ERR (0x39) | |
58 | The specified server cannot perform the requested operation. |
ERROR_BAD_NET_RESP (0x3A) | |
59 | An unexpected network error occurred. |
ERROR_UNEXP_NET_ERR (0x3B) | |
60 | The remote adapter is not compatible. |
ERROR_BAD_REM_ADAP (0x3C) | |
61 | The printer queue is full. |
ERROR_PRINTQ_FULL (0x3D) | |
62 | Space to store the file waiting to be printed is not available on the server. |
ERROR_NO_SPOOL_SPACE (0x3E) | |
63 | Your file waiting to be printed was deleted. |
ERROR_PRINT_CANCELLED (0x3F) | |
64 | The specified network name is no longer available. |
ERROR_NETNAME_DELETED (0x40) | |
65 | Network access is denied. |
ERROR_NETWORK_ACCESS_DENIED (0x41) | |
66 | The network resource type is not correct. |
ERROR_BAD_DEV_TYPE (0x42) | |
67 | The network name cannot be found. |
ERROR_BAD_NET_NAME (0x43) | |
68 | The name limit for the local computer network adapter card was exceeded. |
ERROR_TOO_MANY_NAMES (0x44) | |
69 | The network BIOS session limit was exceeded. |
ERROR_TOO_MANY_SESS (0x45) | |
70 | The remote server has been paused or is in the process of being started. |
ERROR_SHARING_PAUSED (0x46) | |
71 | No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. |
ERROR_REQ_NOT_ACCEP (0x47) | |
72 | The specified printer or disk device has been paused. |
ERROR_REDIR_PAUSED (0x48) | |
80 | The file exists. |
ERROR_FILE_EXISTS (0x50) | |
82 | The directory or file cannot be created. |
ERROR_CANNOT_MAKE (0x52) | |
83 | Fail on INT 24. |
ERROR_FAIL_I24 (0x53) | |
84 | Storage to process this request is not available. |
ERROR_OUT_OF_STRUCTURES (0x54) | |
85 | The local device name is already in use. |
ERROR_ALREADY_ASSIGNED (0x55) | |
86 | The specified network password is not correct. |
ERROR_INVALID_PASSWORD (0x56) | |
87 | The parameter is incorrect. |
ERROR_INVALID_PARAMETER (0x57) | |
88 | A write fault occurred on the network. |
ERROR_NET_WRITE_FAULT (0x58) | |
89 | The system cannot start another process at this time. |
ERROR_NO_PROC_SLOTS (0x59) | |
100 | Cannot create another system semaphore. |
ERROR_TOO_MANY_SEMAPHORES (0x64) | |
101 | The exclusive semaphore is owned by another process. |
ERROR_EXCL_SEM_ALREADY_OWNED (0x65) | |
102 | The semaphore is set and cannot be closed. |
ERROR_SEM_IS_SET (0x66) | |
103 | The semaphore cannot be set again. |
ERROR_TOO_MANY_SEM_REQUESTS (0x67) | |
104 | Cannot request exclusive semaphores at interrupt time. |
ERROR_INVALID_AT_INTERRUPT_TIME (0x68) | |
105 | The previous ownership of this semaphore has ended. |
ERROR_SEM_OWNER_DIED (0x69) | |
106 | Insert the diskette for drive %1. |
ERROR_SEM_USER_LIMIT (0x6A) | |
107 | The program stopped because an alternate diskette was not inserted. |
ERROR_DISK_CHANGE (0x6B) | |
108 | The disk is in use or locked by another process. |
ERROR_DRIVE_LOCKED (0x6C) | |
109 | The pipe has been ended. |
ERROR_BROKEN_PIPE (0x6D) | |
110 | The system cannot open the device or file specified. |
ERROR_OPEN_FAILED (0x6E) | |
111 | The file name is too long. |
ERROR_BUFFER_OVERFLOW (0x6F) | |
112 | There is not enough space on the disk. |
ERROR_DISK_FULL (0x70) | |
113 | No more internal file identifiers available. |
ERROR_NO_MORE_SEARCH_HANDLES (0x71) | |
114 | The target internal file identifier is incorrect. |
ERROR_INVALID_TARGET_HANDLE (0x72) | |
117 | The IOCTL call made by the application program is not correct. |
ERROR_INVALID_CATEGORY (0x75) | |
118 | The verify-on-write switch parameter value is not correct. |
ERROR_INVALID_VERIFY_SWITCH (0x76) | |
119 | The system does not support the command requested. |
ERROR_BAD_DRIVER_LEVEL (0x77) | |
120 | This function is not supported on this system. |
ERROR_CALL_NOT_IMPLEMENTED (0x78) | |
121 | The semaphore timeout period has expired. |
ERROR_SEM_TIMEOUT (0x79) | |
122 | The data area passed to a system call is too small. |
ERROR_INSUFFICIENT_BUFFER (0x7A) | |
123 | The filename, directory name or volume label syntax is incorrect. |
ERROR_INVALID_NAME (0x7B) | |
124 | The system call level is not correct. |
ERROR_INVALID_LEVEL (0x7C) | |
125 | The disk has no volume label. |
ERROR_NO_VOLUME_LABEL (0x7D) | |
126 | The specified module could not be found. |
ERROR_MOD_NOT_FOUND (0x7E) | |
127 | The specified procedure could not be found. |
ERROR_PROC_NOT_FOUND (0x7F) | |
128 | There are no child processes to wait for. |
ERROR_WAIT_NO_CHILDREN (0x80) | |
129 | The %1 application cannot be run in Win32 mode. |
ERROR_CHILD_NOT_COMPLETE (0x81) | |
130 | Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. |
ERROR_DIRECT_ACCESS_HANDLE (0x82) | |
131 | An attempt was made to move the file pointer before the beginning of the file. |
ERROR_NEGATIVE_SEEK (0x83) | |
132 | The file pointer cannot be set on the specified device or file. |
ERROR_SEEK_ON_DEVICE (0x84) | |
133 | A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. |
ERROR_IS_JOIN_TARGET (0x85) | |
134 | An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. |
ERROR_IS_JOINED (0x86) | |
135 | An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. |
ERROR_IS_SUBSTED (0x87) | |
136 | The system tried to delete the JOIN of a drive that is not joined. |
ERROR_NOT_JOINED (0x88) | |
137 | The system tried to delete the substitution of a drive that is not substituted. |
ERROR_NOT_SUBSTED (0x89) | |
138 | The system tried to join a drive to a directory on a joined drive. |
ERROR_JOIN_TO_JOIN (0x8A) | |
139 | The system tried to substitute a drive to a directory on a substituted drive. |
ERROR_SUBST_TO_SUBST (0x8B) | |
140 | The system tried to join a drive to a directory on a substituted drive. |
ERROR_JOIN_TO_SUBST (0x8C) | |
141 | The system tried to SUBST a drive to a directory on a joined drive. |
ERROR_SUBST_TO_JOIN (0x8D) | |
142 | The system cannot perform a JOIN or SUBST at this time. |
ERROR_BUSY_DRIVE (0x8E) | |
143 | The system cannot join or substitute a drive to or for a directory on the same drive. |
ERROR_SAME_DRIVE (0x8F) | |
144 | The directory is not a subdirectory of the root directory. |
ERROR_DIR_NOT_ROOT (0x90) | |
145 | The directory is not empty. |
ERROR_DIR_NOT_EMPTY (0x91) | |
146 | The path specified is being used in a substitute. |
ERROR_IS_SUBST_PATH (0x92) | |
147 | Not enough resources are available to process this command. |
ERROR_IS_JOIN_PATH (0x93) | |
148 | The path specified cannot be used at this time. |
ERROR_PATH_BUSY (0x94) | |
149 | An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. |
ERROR_IS_SUBST_TARGET (0x95) | |
150 | System trace information was not specified in your CONFIG.SYS file or tracing is disallowed. |
ERROR_SYSTEM_TRACE (0x96) | |
151 | The number of specified semaphore events for DosMuxSemWait is not correct. |
ERROR_INVALID_EVENT_COUNT (0x97) | |
152 | DosMuxSemWait did not execute too many semaphores are already set. |
ERROR_TOO_MANY_MUXWAITERS (0x98) | |
153 | The DosMuxSemWait list is not correct. |
ERROR_INVALID_LIST_FORMAT (0x99) | |
154 | The volume label you entered exceeds the label character limit of the target file system. |
ERROR_LABEL_TOO_LONG (0x9A) | |
155 | Cannot create another thread. |
ERROR_TOO_MANY_TCBS (0x9B) | |
156 | The recipient process has refused the signal. |
ERROR_SIGNAL_REFUSED (0x9C) | |
157 | The segment is already discarded and cannot be locked. |
ERROR_DISCARDED (0x9D) | |
158 | The segment is already unlocked. |
ERROR_NOT_LOCKED (0x9E) | |
159 | The address for the thread ID is not correct. |
ERROR_BAD_THREADID_ADDR (0x9F) | |
160 | One or more arguments are not correct. |
ERROR_BAD_ARGUMENTS (0xA0) | |
161 | The specified path is invalid. |
ERROR_BAD_PATHNAME (0xA1) | |
162 | A signal is already pending. |
ERROR_SIGNAL_PENDING (0xA2) | |
164 | No more threads can be created in the system. |
ERROR_MAX_THRDS_REACHED (0xA4) | |
167 | Unable to lock a region of a file. |
ERROR_LOCK_FAILED (0xA7) | |
170 | The requested resource is in use. |
ERROR_BUSY (0xAA) | |
173 | A lock request was not outstanding for the supplied cancel region. |
ERROR_CANCEL_VIOLATION (0xAD) | |
174 | The file system does not support atomic changes to the lock type. |
ERROR_ATOMIC_LOCKS_NOT_SUPPORTED (0xAE) | |
180 | The system detected a segment number that was not correct. |
ERROR_INVALID_SEGMENT_NUMBER (0xB4) | |
182 | The operating system cannot run %1. |
ERROR_INVALID_ORDINAL (0xB6) | |
183 | Cannot create a file when that file already exists. |
ERROR_ALREADY_EXISTS (0xB7) | |
186 | The flag passed is not correct. |
ERROR_INVALID_FLAG_NUMBER (0xBA) | |
187 | The specified system semaphore name was not found. |
ERROR_SEM_NOT_FOUND (0xBB) | |
188 | The operating system cannot run %1. |
ERROR_INVALID_STARTING_CODESEG (0xBC) | |
189 | The operating system cannot run %1. |
ERROR_INVALID_STACKSEG (0xBD) | |
190 | The operating system cannot run %1. |
ERROR_INVALID_MODULETYPE (0xBE) | |
191 | Cannot run %1 in Win32 mode. |
ERROR_INVALID_EXE_SIGNATURE (0xBF) | |
192 | The operating system cannot run %1. |
ERROR_EXE_MARKED_INVALID (0xC0) | |
193 | %1 is not a valid Win32 application. |
ERROR_BAD_EXE_FORMAT (0xC1) | |
194 | The operating system cannot run %1. |
ERROR_ITERATED_DATA_EXCEEDS_64k (0xC2) | |
195 | The operating system cannot run %1. |
ERROR_INVALID_MINALLOCSIZE (0xC3) | |
196 | The operating system cannot run this application program. |
ERROR_DYNLINK_FROM_INVALID_RING (0xC4) | |
197 | The operating system is not presently configured to run this application. |
ERROR_IOPL_NOT_ENABLED (0xC5) | |
198 | The operating system cannot run %1. |
ERROR_INVALID_SEGDPL (0xC6) | |
199 | The operating system cannot run this application program. |
ERROR_AUTODATASEG_EXCEEDS_64k (0xC7) | |
200 | The code segment cannot be greater than or equal to 64K. |
ERROR_RING2SEG_MUST_BE_MOVABLE (0xC8) | |
201 | The operating system cannot run %1. |
ERROR_RELOC_CHAIN_XEEDS_SEGLIM (0xC9) | |
202 | The operating system cannot run %1. |
ERROR_INFLOOP_IN_RELOC_CHAIN (0xCA) | |
203 | The system could not find the environment option that was entered. |
ERROR_ENVVAR_NOT_FOUND (0xCB) | |
205 | No process in the command subtree has a signal handler. |
ERROR_NO_SIGNAL_SENT (0xCD) | |
206 | The filename or extension is too long. |
ERROR_FILENAME_EXCED_RANGE (0xCE) | |
207 | The ring 2 stack is in use. |
ERROR_RING2_STACK_IN_USE (0xCF) | |
208 | The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. |
ERROR_META_EXPANSION_TOO_LONG (0xD0) | |
209 | The signal being posted is not correct. |
ERROR_INVALID_SIGNAL_NUMBER (0xD1) | |
210 | The signal handler cannot be set. |
ERROR_THREAD_1_INACTIVE (0xD2) | |
212 | The segment is locked and cannot be reallocated. |
ERROR_LOCKED (0xD4) | |
214 | Too many dynamic-link modules are attached to this program or dynamic-link module. |
ERROR_TOO_MANY_MODULES (0xD6) | |
215 | Cannot nest calls to LoadModule. |
ERROR_NESTING_NOT_ALLOWED (0xD7) | |
216 | The version of %1 is not compatible with the version you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher. |
ERROR_EXE_MACHINE_TYPE_MISMATCH (0xD8) | |
217 | The image file %1 is signed, unable to modify. |
ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY (0xD9) | |
218 | The image file %1 is strong signed, unable to modify. |
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY (0xDA) | |
220 | This file is checked out or locked for editing by another user. |
ERROR_FILE_CHECKED_OUT (0xDC) | |
221 | The file must be checked out before saving changes. |
ERROR_CHECKOUT_REQUIRED (0xDD) | |
222 | The file type being saved or retrieved has been blocked. |
ERROR_BAD_FILE_TYPE (0xDE) | |
223 | The file size exceeds the limit allowed and cannot be saved. |
ERROR_FILE_TOO_LARGE (0xDF) | |
224 | Access Denied. Before opening files in this location, you must first add the web site to your trusted sites list, browse to the web site and select the option to login automatically. |
ERROR_FORMS_AUTH_REQUIRED (0xE0) | |
225 | Operation did not complete successfully because the file contains a virus. |
ERROR_VIRUS_INFECTED (0xE1) | |
226 | This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location. |
ERROR_VIRUS_DELETED (0xE2) | |
229 | The pipe is local. |
ERROR_PIPE_LOCAL (0xE5) | |
230 | The pipe state is invalid. |
ERROR_BAD_PIPE (0xE6) | |
231 | All pipe instances are busy. |
ERROR_PIPE_BUSY (0xE7) | |
232 | The pipe is being closed. |
ERROR_NO_DATA (0xE8) | |
233 | No process is on the other end of the pipe. |
ERROR_PIPE_NOT_CONNECTED (0xE9) | |
234 | More data is available. |
ERROR_MORE_DATA (0xEA) | |
240 | The session was canceled. |
ERROR_VC_DISCONNECTED (0xF0) | |
254 | The specified extended attribute name was invalid. |
ERROR_INVALID_EA_NAME (0xFE) | |
255 | The extended attributes are inconsistent. |
ERROR_EA_LIST_INCONSISTENT (0xFF) | |
258 | The wait operation timed out. |
WAIT_TIMEOUT (0x102) | |
259 | No more data is available. |
ERROR_NO_MORE_ITEMS (0x103) | |
266 | The copy functions cannot be used. |
ERROR_CANNOT_COPY (0x10A) | |
267 | The directory name is invalid. |
ERROR_DIRECTORY (0x10B) | |
275 | The extended attributes did not fit in the buffer. |
ERROR_EAS_DIDNT_FIT (0x113) | |
276 | The extended attribute file on the mounted file system is corrupt. |
ERROR_EA_FILE_CORRUPT (0x114) | |
277 | The extended attribute table file is full. |
ERROR_EA_TABLE_FULL (0x115) | |
278 | The specified extended attribute handle is invalid. |
ERROR_INVALID_EA_HANDLE (0x116) | |
282 | The mounted file system does not support extended attributes. |
ERROR_EAS_NOT_SUPPORTED (0x11A) | |
288 | Attempt to release mutex not owned by caller. |
ERROR_NOT_OWNER (0x120) | |
298 | Too many posts were made to a semaphore. |
ERROR_TOO_MANY_POSTS (0x12A) | |
299 | Only part of a ReadProcessMemory or WriteProcessMemory request was completed. |
ERROR_PARTIAL_COPY (0x12B) | |
300 | The oplock request is denied. |
ERROR_OPLOCK_NOT_GRANTED (0x12C) | |
301 | An invalid oplock acknowledgment was received by the system. |
ERROR_INVALID_OPLOCK_PROTOCOL (0x12D) | |
302 | The volume is too fragmented to complete this operation. |
ERROR_DISK_TOO_FRAGMENTED (0x12E) | |
303 | The file cannot be opened because it is in the process of being deleted. |
ERROR_DELETE_PENDING (0x12F) | |
317 | The system cannot find message text for message number 0x%1 in the message file for %2. |
ERROR_MR_MID_NOT_FOUND (0x13D) | |
318 | The scope specified was not found. |
ERROR_SCOPE_NOT_FOUND (0x13E) | |
350 | No action was taken as a system reboot is required. |
ERROR_FAIL_NOACTION_REBOOT (0x15E) | |
351 | The shutdown operation failed. |
ERROR_FAIL_SHUTDOWN (0x15F) | |
352 | The restart operation failed. |
ERROR_FAIL_RESTART (0x160) | |
353 | The maximum number of sessions has been reached. |
ERROR_MAX_SESSIONS_REACHED (0x161) | |
400 | The thread is already in background processing mode. |
ERROR_THREAD_MODE_ALREADY_BACKGROUND (0x190) | |
401 | The thread is not in background processing mode. |
ERROR_THREAD_MODE_NOT_BACKGROUND (0x191) | |
402 | The process is already in background processing mode. |
ERROR_PROCESS_MODE_ALREADY_BACKGROUND (0x192) | |
403 | The process is not in background processing mode. |
ERROR_PROCESS_MODE_NOT_BACKGROUND (0x193) | |
487 | Attempt to access invalid address. |
ERROR_INVALID_ADDRESS (0x1E7) | |
500 | User profile cannot be loaded. |
ERROR_USER_PROFILE_LOAD (0x1F4) | |
534 | Arithmetic result exceeded 32 bits. |
ERROR_ARITHMETIC_OVERFLOW (0x216) | |
535 | There is a process on other end of the pipe. |
ERROR_PIPE_CONNECTED (0x217) | |
536 | Waiting for a process to open the other end of the pipe. |
ERROR_PIPE_LISTENING (0x218) | |
537 | Application verifier has found an error in the current process. |
ERROR_VERIFIER_STOP (0x219) | |
538 | An error occurred in the ABIOS subsystem. |
ERROR_ABIOS_ERROR (0x21A) | |
539 | A warning occurred in the WX86 subsystem. |
ERROR_WX86_WARNING (0x21B) | |
540 | An error occurred in the WX86 subsystem. |
ERROR_WX86_ERROR (0x21C) | |
541 | An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine. |
ERROR_TIMER_NOT_CANCELED (0x21D) | |
542 | Unwind exception code. |
ERROR_UNWIND (0x21E) | |
543 | An invalid or unaligned stack was encountered during an unwind operation. |
ERROR_BAD_STACK (0x21F) | |
544 | An invalid unwind target was encountered during an unwind operation. |
ERROR_INVALID_UNWIND_TARGET (0x220) | |
545 | Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort |
ERROR_INVALID_PORT_ATTRIBUTES (0x221) | |
546 | Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. |
ERROR_PORT_MESSAGE_TOO_LONG (0x222) | |
547 | An attempt was made to lower a quota limit below the current usage. |
ERROR_INVALID_QUOTA_LOWER (0x223) | |
548 | An attempt was made to attach to a device that was already attached to another device. |
ERROR_DEVICE_ALREADY_ATTACHED (0x224) | |
549 | An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. |
ERROR_INSTRUCTION_MISALIGNMENT (0x225) | |
550 | Profiling not started. |
ERROR_PROFILING_NOT_STARTED (0x226) | |
551 | Profiling not stopped. |
ERROR_PROFILING_NOT_STOPPED (0x227) | |
552 | The passed ACL did not contain the minimum required information. |
ERROR_COULD_NOT_INTERPRET (0x228) | |
553 | The number of active profiling objects is at the maximum and no more may be started. |
ERROR_PROFILING_AT_LIMIT (0x229) | |
554 | Used to indicate that an operation cannot continue without blocking for I/O. |
ERROR_CANT_WAIT (0x22A) | |
555 | Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. |
ERROR_CANT_TERMINATE_SELF (0x22B) | |
556 | If an MM error is returned which is not defined in the standard FsRtl filter |
ERROR_UNEXPECTED_MM_CREATE_ERR (0x22C) | |
557 | If an MM error is returned which is not defined in the standard FsRtl filter |
ERROR_UNEXPECTED_MM_MAP_ERROR (0x22D) | |
558 | If an MM error is returned which is not defined in the standard FsRtl filter |
ERROR_UNEXPECTED_MM_EXTEND_ERR (0x22E) | |
559 | A malformed function table was encountered during an unwind operation. |
ERROR_BAD_FUNCTION_TABLE (0x22F) | |
560 | 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 |
ERROR_NO_GUID_TRANSLATION (0x230) | |
561 | Indicates that an attempt was made to grow an LDT by setting its size |
ERROR_INVALID_LDT_SIZE (0x231) | |
563 | Indicates that the starting value for the LDT information was not an integral multiple of the selector size. |
ERROR_INVALID_LDT_OFFSET (0x233) | |
564 | Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. |
ERROR_INVALID_LDT_DESCRIPTOR (0x234) | |
565 | Indicates a process has too many threads to perform the requested action. For example |
ERROR_TOO_MANY_THREADS (0x235) | |
566 | An attempt was made to operate on a thread within a specific process |
ERROR_THREAD_NOT_IN_PROCESS (0x236) | |
567 | Page file quota was exceeded. |
ERROR_PAGEFILE_QUOTA_EXCEEDED (0x237) | |
568 | The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. |
ERROR_LOGON_SERVER_CONFLICT (0x238) | |
569 | The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. |
ERROR_SYNCHRONIZATION_REQUIRED (0x239) | |
570 | The NtCreateFile API failed. This error should never be returned to an application |
ERROR_NET_OPEN_FAILED (0x23A) | |
571 | {Privilege Failed} The I/O permissions for the process could not be changed. |
ERROR_IO_PRIVILEGE_FAILED (0x23B) | |
572 | {Application Exit by CTRL+C} The application terminated as a result of a CTRL+C. |
ERROR_CONTROL_C_EXIT (0x23C) | |
573 | {Missing System File} The required system file %hs is bad or missing. |
ERROR_MISSING_SYSTEMFILE (0x23D) | |
574 | {Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx. |
ERROR_UNHANDLED_EXCEPTION (0x23E) | |
575 | {Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application. |
ERROR_APP_INIT_FAILURE (0x23F) | |
576 | {Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld. |
ERROR_PAGEFILE_CREATE_FAILED (0x240) | |
577 | Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged |
ERROR_INVALID_IMAGE_HASH (0x241) | |
578 | {No Paging File Specified} No paging file was specified in the system configuration. |
ERROR_NO_PAGEFILE (0x242) | |
579 | {EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present. |
ERROR_ILLEGAL_FLOAT_CONTEXT (0x243) | |
580 | An event pair synchronization operation was performed using the thread specific client/server event pair object |
ERROR_NO_EVENT_PAIR (0x244) | |
581 | A Windows Server has an incorrect configuration. |
ERROR_DOMAIN_CTRLR_CONFIG_ERROR (0x245) | |
582 | An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE. |
ERROR_ILLEGAL_CHARACTER (0x246) | |
583 | The Unicode character is not defined in the Unicode character set installed on the system. |
ERROR_UNDEFINED_CHARACTER (0x247) | |
584 | The paging file cannot be created on a floppy diskette. |
ERROR_FLOPPY_VOLUME (0x248) | |
585 | The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected. |
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT (0x249) | |
586 | This operation is only allowed for the Primary Domain Controller of the domain. |
ERROR_BACKUP_CONTROLLER (0x24A) | |
587 | An attempt was made to acquire a mutant such that its maximum count would have been exceeded. |
ERROR_MUTANT_LIMIT_EXCEEDED (0x24B) | |
588 | A volume has been accessed for which a file system driver is required that has not yet been loaded. |
ERROR_FS_DRIVER_REQUIRED (0x24C) | |
589 | {Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt |
ERROR_CANNOT_LOAD_REGISTRY_FILE (0x24D) | |
590 | {Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process |
ERROR_DEBUG_ATTACH_FAILED (0x24E) | |
591 | {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. |
ERROR_SYSTEM_PROCESS_TERMINATED (0x24F) | |
592 | {Data Not Accepted} The TDI client could not handle the data received during an indication. |
ERROR_DATA_NOT_ACCEPTED (0x250) | |
593 | NTVDM encountered a hard error. |
ERROR_VDM_HARD_ERROR (0x251) | |
594 | {Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time. |
ERROR_DRIVER_CANCEL_TIMEOUT (0x252) | |
595 | {Reply Message Mismatch} An attempt was made to reply to an LPC message |
ERROR_REPLY_MESSAGE_MISMATCH (0x253) | |
596 | {Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. |
ERROR_LOST_WRITEBEHIND_DATA (0x254) | |
597 | The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window. |
ERROR_CLIENT_SERVER_PARAMETERS_INVALID (0x255) | |
598 | The stream is not a tiny stream. |
ERROR_NOT_TINY_STREAM (0x256) | |
599 | The request must be handled by the stack overflow code. |
ERROR_STACK_OVERFLOW_READ (0x257) | |
600 | 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. |
ERROR_CONVERT_TO_LARGE (0x258) | |
601 | 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. |
ERROR_FOUND_OUT_OF_SCOPE (0x259) | |
602 | The bucket array must be grown. Retry transaction after doing so. |
ERROR_ALLOCATE_BUCKET (0x25A) | |
603 | The user/kernel marshalling buffer has overflowed. |
ERROR_MARSHALL_OVERFLOW (0x25B) | |
604 | The supplied variant structure contains invalid data. |
ERROR_INVALID_VARIANT (0x25C) | |
605 | The specified buffer contains ill-formed data. |
ERROR_BAD_COMPRESSION_BUFFER (0x25D) | |
606 | {Audit Failed} An attempt to generate a security audit failed. |
ERROR_AUDIT_FAILED (0x25E) | |
607 | The timer resolution was not previously set by the current process. |
ERROR_TIMER_RESOLUTION_NOT_SET (0x25F) | |
608 | There is insufficient account information to log you on. |
ERROR_INSUFFICIENT_LOGON_INFO (0x260) | |
609 | {Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly. |
ERROR_BAD_DLL_ENTRYPOINT (0x261) | |
610 | {Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However |
ERROR_BAD_SERVICE_ENTRYPOINT (0x262) | |
611 | There is an IP address conflict with another system on the network |
ERROR_IP_ADDRESS_CONFLICT1 (0x263) | |
612 | There is an IP address conflict with another system on the network |
ERROR_IP_ADDRESS_CONFLICT2 (0x264) | |
613 | {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. |
ERROR_REGISTRY_QUOTA_LIMIT (0x265) | |
614 | A callback return system service cannot be executed when no callback is active. |
ERROR_NO_CALLBACK_ACTIVE (0x266) | |
615 | The password provided is too short to meet the policy of your user account. Please choose a longer password. |
ERROR_PWD_TOO_SHORT (0x267) | |
616 | 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 |
ERROR_PWD_TOO_RECENT (0x268) | |
617 | 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. Please select a password that you have not previously used. |
ERROR_PWD_HISTORY_CONFLICT (0x269) | |
618 | The specified compression format is unsupported. |
ERROR_UNSUPPORTED_COMPRESSION (0x26A) | |
619 | The specified hardware profile configuration is invalid. |
ERROR_INVALID_HW_PROFILE (0x26B) | |
620 | The specified Plug and Play registry device path is invalid. |
ERROR_INVALID_PLUGPLAY_DEVICE_PATH (0x26C) | |
621 | The specified quota list is internally inconsistent with its descriptor. |
ERROR_QUOTA_LIST_INCONSISTENT (0x26D) | |
622 | {Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows |
ERROR_EVALUATION_EXPIRATION (0x26E) | |
623 | {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. |
ERROR_ILLEGAL_DLL_RELOCATION (0x26F) | |
624 | {DLL Initialization Failed} The application failed to initialize because the window station is shutting down. |
ERROR_DLL_INIT_FAILED_LOGOFF (0x270) | |
625 | The validation process needs to continue on to the next step. |
ERROR_VALIDATE_CONTINUE (0x271) | |
626 | There are no more matches for the current index enumeration. |
ERROR_NO_MORE_MATCHES (0x272) | |
627 | The range could not be added to the range list because of a conflict. |
ERROR_RANGE_LIST_CONFLICT (0x273) | |
628 | The server process is running under a SID different than that required by client. |
ERROR_SERVER_SID_MISMATCH (0x274) | |
629 | A group marked use for deny only cannot be enabled. |
ERROR_CANT_ENABLE_DENY_ONLY (0x275) | |
630 | {EXCEPTION} Multiple floating point faults. |
ERROR_FLOAT_MULTIPLE_FAULTS (0x276) | |
631 | {EXCEPTION} Multiple floating point traps. |
ERROR_FLOAT_MULTIPLE_TRAPS (0x277) | |
632 | The requested interface is not supported. |
ERROR_NOINTERFACE (0x278) | |
633 | {System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. |
ERROR_DRIVER_FAILED_SLEEP (0x279) | |
634 | The system file %1 has become corrupt and has been replaced. |
ERROR_CORRUPT_SYSTEM_FILE (0x27A) | |
635 | {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 |
ERROR_COMMITMENT_MINIMUM (0x27B) | |
636 | A device was removed so enumeration must be restarted. |
ERROR_PNP_RESTART_ENUMERATION (0x27C) | |
637 | {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. |
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE (0x27D) | |
638 | Device will not start without a reboot. |
ERROR_PNP_REBOOT_REQUIRED (0x27E) | |
639 | There is not enough power to complete the requested operation. |
ERROR_INSUFFICIENT_POWER (0x27F) | |
640 | ERROR_MULTIPLE_FAULT_VIOLATION |
ERROR_MULTIPLE_FAULT_VIOLATION (0x280) | |
641 | The system is in the process of shutting down. |
ERROR_SYSTEM_SHUTDOWN (0x281) | |
642 | An attempt to remove a processes DebugPort was made |
ERROR_PORT_NOT_SET (0x282) | |
643 | This version of Windows is not compatible with the behavior version of directory forest |
ERROR_DS_VERSION_CHECK_FAILURE (0x283) | |
644 | The specified range could not be found in the range list. |
ERROR_RANGE_NOT_FOUND (0x284) | |
646 | The driver was not loaded because the system is booting into safe mode. |
ERROR_NOT_SAFE_MODE_DRIVER (0x286) | |
647 | The driver was not loaded because it failed it's initialization call. |
ERROR_FAILED_DRIVER_ENTRY (0x287) | |
648 | The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection. |
ERROR_DEVICE_ENUMERATION_ERROR (0x288) | |
649 | The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached. |
ERROR_MOUNT_POINT_NOT_RESOLVED (0x289) | |
650 | The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. |
ERROR_INVALID_DEVICE_OBJECT_PARAMETER (0x28A) | |
651 | A Machine Check Error has occurred. Please check the system eventlog for additional information. |
ERROR_MCA_OCCURED (0x28B) | |
652 | There was error [%2] processing the driver database. |
ERROR_DRIVER_DATABASE_ERROR (0x28C) | |
653 | System hive size has exceeded its limit. |
ERROR_SYSTEM_HIVE_TOO_LARGE (0x28D) | |
654 | The driver could not be loaded because a previous version of the driver is still in memory. |
ERROR_DRIVER_FAILED_PRIOR_UNLOAD (0x28E) | |
655 | {Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. |
ERROR_VOLSNAP_PREPARE_HIBERNATE (0x28F) | |
656 | The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. |
ERROR_HIBERNATION_FAILURE (0x290) | |
665 | The requested operation could not be completed due to a file system limitation |
ERROR_FILE_SYSTEM_LIMITATION (0x299) | |
668 | An assertion failure has occurred. |
ERROR_ASSERTION_FAILURE (0x29C) | |
669 | An error occurred in the ACPI subsystem. |
ERROR_ACPI_ERROR (0x29D) | |
670 | WOW Assertion Error. |
ERROR_WOW_ASSERTION (0x29E) | |
671 | A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update. |
ERROR_PNP_BAD_MPS_TABLE (0x29F) | |
672 | A translator failed to translate resources. |
ERROR_PNP_TRANSLATION_FAILED (0x2A0) | |
673 | A IRQ translator failed to translate resources. |
ERROR_PNP_IRQ_TRANSLATION_FAILED (0x2A1) | |
674 | Driver %2 returned invalid ID for a child device (%3). |
ERROR_PNP_INVALID_ID (0x2A2) | |
675 | {Kernel Debugger Awakened} the system debugger was awakened by an interrupt. |
ERROR_WAKE_SYSTEM_DEBUGGER (0x2A3) | |
676 | {Handles Closed} Handles to objects have been automatically closed as a result of the requested operation. |
ERROR_HANDLES_CLOSED (0x2A4) | |
677 | {Too Much Information} The specified access control list (ACL) contained more information than was expected. |
ERROR_EXTRANEOUS_INFORMATION (0x2A5) | |
678 | This warning level status indicates that the transaction state already exists for the registry sub-tree |
ERROR_RXACT_COMMIT_NECESSARY (0x2A6) | |
679 | {Media Changed} The media may have changed. |
ERROR_MEDIA_CHECK (0x2A7) | |
680 | {GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID) |
ERROR_GUID_SUBSTITUTION_MADE (0x2A8) | |
681 | The create operation stopped after reaching a symbolic link |
ERROR_STOPPED_ON_SYMLINK (0x2A9) | |
682 | A long jump has been executed. |
ERROR_LONGJUMP (0x2AA) | |
683 | The Plug and Play query operation was not successful. |
ERROR_PLUGPLAY_QUERY_VETOED (0x2AB) | |
684 | A frame consolidation has been executed. |
ERROR_UNWIND_CONSOLIDATE (0x2AC) | |
685 | {Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost. |
ERROR_REGISTRY_HIVE_RECOVERED (0x2AD) | |
686 | The application is attempting to run executable code from the module %hs. This may be insecure. An alternative |
ERROR_DLL_MIGHT_BE_INSECURE (0x2AE) | |
687 | The application is loading executable code from the module %hs. This is secure |
ERROR_DLL_MIGHT_BE_INCOMPATIBLE (0x2AF) | |
688 | Debugger did not handle the exception. |
ERROR_DBG_EXCEPTION_NOT_HANDLED (0x2B0) | |
689 | Debugger will reply later. |
ERROR_DBG_REPLY_LATER (0x2B1) | |
690 | Debugger cannot provide handle. |
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE (0x2B2) | |
691 | Debugger terminated thread. |
ERROR_DBG_TERMINATE_THREAD (0x2B3) | |
692 | Debugger terminated process. |
ERROR_DBG_TERMINATE_PROCESS (0x2B4) | |
693 | Debugger got control C. |
ERROR_DBG_CONTROL_C (0x2B5) | |
694 | Debugger printed exception on control C. |
ERROR_DBG_PRINTEXCEPTION_C (0x2B6) | |
695 | Debugger received RIP exception. |
ERROR_DBG_RIPEXCEPTION (0x2B7) | |
696 | Debugger received control break. |
ERROR_DBG_CONTROL_BREAK (0x2B8) | |
697 | Debugger command communication exception. |
ERROR_DBG_COMMAND_EXCEPTION (0x2B9) | |
698 | {Object Exists} An attempt was made to create an object and the object name already existed. |
ERROR_OBJECT_NAME_EXISTS (0x2BA) | |
699 | {Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed |
ERROR_THREAD_WAS_SUSPENDED (0x2BB) | |
700 | {Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. |
ERROR_IMAGE_NOT_AT_BASE (0x2BC) | |
701 | This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. |
ERROR_RXACT_STATE_CREATED (0x2BD) | |
702 | {Segment Load} A virtual DOS machine (VDM) is loading |
ERROR_SEGMENT_NOTIFICATION (0x2BE) | |
703 | {Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs |
ERROR_BAD_CURRENT_DIRECTORY (0x2BF) | |
704 | {Redundant Read} To satisfy a read request |
ERROR_FT_READ_RECOVERY_FROM_BACKUP (0x2C0) | |
705 | {Redundant Write} To satisfy a write request |
ERROR_FT_WRITE_RECOVERY (0x2C1) | |
706 | {Machine Type Mismatch} The image file %hs is valid |
ERROR_IMAGE_MACHINE_TYPE_MISMATCH (0x2C2) | |
707 | {Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later. |
ERROR_RECEIVE_PARTIAL (0x2C3) | |
708 | {Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system. |
ERROR_RECEIVE_EXPEDITED (0x2C4) | |
709 | {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. |
ERROR_RECEIVE_PARTIAL_EXPEDITED (0x2C5) | |
710 | {TDI Event Done} The TDI indication has completed successfully. |
ERROR_EVENT_DONE (0x2C6) | |
711 | {TDI Event Pending} The TDI indication has entered the pending state. |
ERROR_EVENT_PENDING (0x2C7) | |
712 | Checking file system on %wZ |
ERROR_CHECKING_FILE_SYSTEM (0x2C8) | |
713 | {Fatal Application Exit} %hs |
ERROR_FATAL_APP_EXIT (0x2C9) | |
714 | The specified registry key is referenced by a predefined handle. |
ERROR_PREDEFINED_HANDLE (0x2CA) | |
715 | {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. |
ERROR_WAS_UNLOCKED (0x2CB) | |
716 | %hs |
ERROR_SERVICE_NOTIFICATION (0x2CC) | |
717 | {Page Locked} One of the pages to lock was already locked. |
ERROR_WAS_LOCKED (0x2CD) | |
718 | Application popup: %1 : %2 |
ERROR_LOG_HARD_ERROR (0x2CE) | |
719 | ERROR_ALREADY_WIN32 |
ERROR_ALREADY_WIN32 (0x2CF) | |
720 | {Machine Type Mismatch} The image file %hs is valid |
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE (0x2D0) | |
721 | A yield execution was performed and no thread was available to run. |
ERROR_NO_YIELD_PERFORMED (0x2D1) | |
722 | The resumable flag to a timer API was ignored. |
ERROR_TIMER_RESUME_IGNORED (0x2D2) | |
723 | The arbiter has deferred arbitration of these resources to its parent |
ERROR_ARBITRATION_UNHANDLED (0x2D3) | |
724 | The inserted CardBus device cannot be started because of a configuration error on "%hs". |
ERROR_CARDBUS_NOT_SUPPORTED (0x2D4) | |
725 | The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system |
ERROR_MP_PROCESSOR_MISMATCH (0x2D5) | |
726 | The system was put into hibernation. |
ERROR_HIBERNATED (0x2D6) | |
727 | The system was resumed from hibernation. |
ERROR_RESUME_HIBERNATION (0x2D7) | |
728 | Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2 |
ERROR_FIRMWARE_UPDATED (0x2D8) | |
729 | A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. |
ERROR_DRIVERS_LEAKING_LOCKED_PAGES (0x2D9) | |
730 | The system has awoken |
ERROR_WAKE_SYSTEM (0x2DA) | |
731 | ERROR_WAIT_1 |
ERROR_WAIT_1 (0x2DB) | |
732 | ERROR_WAIT_2 |
ERROR_WAIT_2 (0x2DC) | |
733 | ERROR_WAIT_3 |
ERROR_WAIT_3 (0x2DD) | |
734 | ERROR_WAIT_63 |
ERROR_WAIT_63 (0x2DE) | |
735 | ERROR_ABANDONED_WAIT_0 |
ERROR_ABANDONED_WAIT_0 (0x2DF) | |
736 | ERROR_ABANDONED_WAIT_63 |
ERROR_ABANDONED_WAIT_63 (0x2E0) | |
737 | ERROR_USER_APC |
ERROR_USER_APC (0x2E1) | |
738 | ERROR_KERNEL_APC |
ERROR_KERNEL_APC (0x2E2) | |
739 | ERROR_ALERTED |
ERROR_ALERTED (0x2E3) | |
740 | The requested operation requires elevation. |
ERROR_ELEVATION_REQUIRED (0x2E4) | |
741 | A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. |
ERROR_REPARSE (0x2E5) | |
742 | An open/create operation completed while an oplock break is underway. |
ERROR_OPLOCK_BREAK_IN_PROGRESS (0x2E6) | |
743 | A new volume has been mounted by a file system. |
ERROR_VOLUME_MOUNTED (0x2E7) | |
744 | This success level status indicates that the transaction state already exists for the registry sub-tree |
ERROR_RXACT_COMMITTED (0x2E8) | |
745 | This indicates that a notify change request has been completed due to closing the handle which made the notify change request. |
ERROR_NOTIFY_CLEANUP (0x2E9) | |
746 | {Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport |
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED (0x2EA) | |
747 | Page fault was a transition fault. |
ERROR_PAGE_FAULT_TRANSITION (0x2EB) | |
748 | Page fault was a demand zero fault. |
ERROR_PAGE_FAULT_DEMAND_ZERO (0x2EC) | |
749 | Page fault was a demand zero fault. |
ERROR_PAGE_FAULT_COPY_ON_WRITE (0x2ED) | |
750 | Page fault was a demand zero fault. |
ERROR_PAGE_FAULT_GUARD_PAGE (0x2EE) | |
751 | Page fault was satisfied by reading from a secondary storage device. |
ERROR_PAGE_FAULT_PAGING_FILE (0x2EF) | |
752 | Cached page was locked during operation. |
ERROR_CACHE_PAGE_LOCKED (0x2F0) | |
753 | Crash dump exists in paging file. |
ERROR_CRASH_DUMP (0x2F1) | |
754 | Specified buffer contains all zeros. |
ERROR_BUFFER_ALL_ZEROS (0x2F2) | |
755 | A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. |
ERROR_REPARSE_OBJECT (0x2F3) | |
756 | The device has succeeded a query-stop and its resource requirements have changed. |
ERROR_RESOURCE_REQUIREMENTS_CHANGED (0x2F4) | |
757 | The translator has translated these resources into the global space and no further translations should be performed. |
ERROR_TRANSLATION_COMPLETE (0x2F5) | |
758 | A process being terminated has no threads to terminate. |
ERROR_NOTHING_TO_TERMINATE (0x2F6) | |
759 | The specified process is not part of a job. |
ERROR_PROCESS_NOT_IN_JOB (0x2F7) | |
760 | The specified process is part of a job. |
ERROR_PROCESS_IN_JOB (0x2F8) | |
761 | {Volume Shadow Copy Service} The system is now ready for hibernation. |
ERROR_VOLSNAP_HIBERNATE_READY (0x2F9) | |
762 | A file system or file system filter driver has successfully completed an FsFilter operation. |
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY (0x2FA) | |
763 | The specified interrupt vector was already connected. |
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED (0x2FB) | |
764 | The specified interrupt vector is still connected. |
ERROR_INTERRUPT_STILL_CONNECTED (0x2FC) | |
765 | An operation is blocked waiting for an oplock. |
ERROR_WAIT_FOR_OPLOCK (0x2FD) | |
766 | Debugger handled exception |
ERROR_DBG_EXCEPTION_HANDLED (0x2FE) | |
767 | Debugger continued |
ERROR_DBG_CONTINUE (0x2FF) | |
768 | An exception occurred in a user mode callback and the kernel callback frame should be removed. |
ERROR_CALLBACK_POP_STACK (0x300) | |
769 | Compression is disabled for this volume. |
ERROR_COMPRESSION_DISABLED (0x301) | |
770 | The data provider cannot fetch backwards through a result set. |
ERROR_CANTFETCHBACKWARDS (0x302) | |
771 | The data provider cannot scroll backwards through a result set. |
ERROR_CANTSCROLLBACKWARDS (0x303) | |
772 | The data provider requires that previously fetched data is released before asking for more data. |
ERROR_ROWSNOTRELEASED (0x304) | |
773 | The data provider was not able to interpret the flags set for a column binding in an accessor. |
ERROR_BAD_ACCESSOR_FLAGS (0x305) | |
774 | One or more errors occurred while processing the request. |
ERROR_ERRORS_ENCOUNTERED (0x306) | |
775 | The implementation is not capable of performing the request. |
ERROR_NOT_CAPABLE (0x307) | |
776 | The client of a component requested an operation which is not valid given the state of the component instance. |
ERROR_REQUEST_OUT_OF_SEQUENCE (0x308) | |
777 | A version number could not be parsed. |
ERROR_VERSION_PARSE_ERROR (0x309) | |
778 | The iterator's start position is invalid. |
ERROR_BADSTARTPOSITION (0x30A) | |
779 | The hardware has reported an uncorrectable memory error. |
ERROR_MEMORY_HARDWARE (0x30B) | |
780 | The attempted operation required self healing to be enabled. |
ERROR_DISK_REPAIR_DISABLED (0x30C) | |
781 | The Desktop heap encountered an error while allocating session memory. There is more information in the system event log. |
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE (0x30D) | |
782 | The system power state is transitioning from %2 to %3. |
ERROR_SYSTEM_POWERSTATE_TRANSITION (0x30E) | |
783 | The system power state is transitioning from %2 to %3 but could enter %4. |
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION (0x30F) | |
784 | A thread is getting dispatched with MCA EXCEPTION because of MCA. |
ERROR_MCA_EXCEPTION (0x310) | |
785 | Access to %1 is monitored by policy rule %2. |
ERROR_ACCESS_AUDIT_BY_POLICY (0x311) | |
786 | Access to %1 has been restricted by your Administrator by policy rule %2. |
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY (0x312) | |
787 | A valid hibernation file has been invalidated and should be abandoned. |
ERROR_ABANDON_HIBERFILE (0x313) | |
788 | {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere. |
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED (0x314) | |
789 | {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. Please try to save this file elsewhere. |
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR (0x315) | |
790 | {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected. |
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR (0x316) | |
791 | The resources required for this device conflict with the MCFG table. |
ERROR_BAD_MCFG_TABLE (0x317) | |
994 | Access to the extended attribute was denied. |
ERROR_EA_ACCESS_DENIED (0x3E2) | |
995 | The I/O operation has been aborted because of either a thread exit or an application request. |
ERROR_OPERATION_ABORTED (0x3E3) | |
996 | Overlapped I/O event is not in a signaled state. |
ERROR_IO_INCOMPLETE (0x3E4) | |
997 | Overlapped I/O operation is in progress. |
ERROR_IO_PENDING (0x3E5) | |
998 | Invalid access to memory location. |
ERROR_NOACCESS (0x3E6) | |
999 | Error performing inpage operation. |
ERROR_SWAPERROR (0x3E7) | |
1001 | Recursion too deep; the stack overflowed. |
ERROR_STACK_OVERFLOW (0x3E9) | |
1002 | The window cannot act on the sent message. |
ERROR_INVALID_MESSAGE (0x3EA) | |
1003 | Cannot complete this function. |
ERROR_CAN_NOT_COMPLETE (0x3EB) | |
1004 | Invalid flags. |
ERROR_INVALID_FLAGS (0x3EC) | |
1005 | The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted. |
ERROR_UNRECOGNIZED_VOLUME (0x3ED) | |
1006 | The volume for a file has been externally altered so that the opened file is no longer valid. |
ERROR_FILE_INVALID (0x3EE) | |
1007 | The requested operation cannot be performed in full-screen mode. |
ERROR_FULLSCREEN_MODE (0x3EF) | |
1008 | An attempt was made to reference a token that does not exist. |
ERROR_NO_TOKEN (0x3F0) | |
1009 | The configuration registry database is corrupt. |
ERROR_BADDB (0x3F1) | |
1010 | The configuration registry key is invalid. |
ERROR_BADKEY (0x3F2) | |
1011 | The configuration registry key could not be opened. |
ERROR_CANTOPEN (0x3F3) | |
1012 | The configuration registry key could not be read. |
ERROR_CANTREAD (0x3F4) | |
1013 | The configuration registry key could not be written. |
ERROR_CANTWRITE (0x3F5) | |
1014 | One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. |
ERROR_REGISTRY_RECOVERED (0x3F6) | |
1015 | 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. |
ERROR_REGISTRY_CORRUPT (0x3F7) | |
1016 | An I/O operation initiated by the registry failed unrecoverably. The registry could not read in or write out or flush one of the files that contain the system's image of the registry. |
ERROR_REGISTRY_IO_FAILED (0x3F8) | |
1017 | The system has attempted to load or restore a file into the registry but the specified file is not in a registry file format. |
ERROR_NOT_REGISTRY_FILE (0x3F9) | |
1018 | Illegal operation attempted on a registry key that has been marked for deletion. |
ERROR_KEY_DELETED (0x3FA) | |
1019 | System could not allocate the required space in a registry log. |
ERROR_NO_LOG_SPACE (0x3FB) | |
1020 | Cannot create a symbolic link in a registry key that already has subkeys or values. |
ERROR_KEY_HAS_CHILDREN (0x3FC) | |
1021 | Cannot create a stable subkey under a volatile parent key. |
ERROR_CHILD_MUST_BE_VOLATILE (0x3FD) | |
1022 | 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. |
ERROR_NOTIFY_ENUM_DIR (0x3FE) | |
1051 | A stop control has been sent to a service that other running services are dependent on. |
ERROR_DEPENDENT_SERVICES_RUNNING (0x41B) | |
1052 | The requested control is not valid for this service. |
ERROR_INVALID_SERVICE_CONTROL (0x41C) | |
1053 | The service did not respond to the start or control request in a timely fashion. |
ERROR_SERVICE_REQUEST_TIMEOUT (0x41D) | |
1054 | A thread could not be created for the service. |
ERROR_SERVICE_NO_THREAD (0x41E) | |
1055 | The service database is locked. |
ERROR_SERVICE_DATABASE_LOCKED (0x41F) | |
1056 | An instance of the service is already running. |
ERROR_SERVICE_ALREADY_RUNNING (0x420) | |
1057 | The account name is invalid or does not exist or the password is invalid for the account name specified. |
ERROR_INVALID_SERVICE_ACCOUNT (0x421) | |
1058 | The service cannot be started either because it is disabled or because it has no enabled devices associated with it. |
ERROR_SERVICE_DISABLED (0x422) | |
1059 | Circular service dependency was specified. |
ERROR_CIRCULAR_DEPENDENCY (0x423) | |
1060 | The specified service does not exist as an installed service. |
ERROR_SERVICE_DOES_NOT_EXIST (0x424) | |
1061 | The service cannot accept control messages at this time. |
ERROR_SERVICE_CANNOT_ACCEPT_CTRL (0x425) | |
1062 | The service has not been started. |
ERROR_SERVICE_NOT_ACTIVE (0x426) | |
1063 | The service process could not connect to the service controller. |
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT (0x427) | |
1064 | An exception occurred in the service when handling the control request. |
ERROR_EXCEPTION_IN_SERVICE (0x428) | |
1065 | The database specified does not exist. |
ERROR_DATABASE_DOES_NOT_EXIST (0x429) | |
1066 | The service has returned a service-specific error code. |
ERROR_SERVICE_SPECIFIC_ERROR (0x42A) | |
1067 | The process terminated unexpectedly. |
ERROR_PROCESS_ABORTED (0x42B) | |
1068 | The dependency service or group failed to start. |
ERROR_SERVICE_DEPENDENCY_FAIL (0x42C) | |
1069 | The service did not start due to a logon failure. |
ERROR_SERVICE_LOGON_FAILED (0x42D) | |
1070 | After starting the service hung in a start-pending state. |
ERROR_SERVICE_START_HANG (0x42E) | |
1071 | The specified service database lock is invalid. |
ERROR_INVALID_SERVICE_LOCK (0x42F) | |
1072 | The specified service has been marked for deletion. |
ERROR_SERVICE_MARKED_FOR_DELETE (0x430) | |
1073 | The specified service already exists. |
ERROR_SERVICE_EXISTS (0x431) | |
1074 | The system is currently running with the last-known-good configuration. |
ERROR_ALREADY_RUNNING_LKG (0x432) | |
1075 | The dependency service does not exist or has been marked for deletion. |
ERROR_SERVICE_DEPENDENCY_DELETED (0x433) | |
1076 | The current boot has already been accepted for use as the last-known-good control set. |
ERROR_BOOT_ALREADY_ACCEPTED (0x434) | |
1077 | No attempts to start the service have been made since the last boot. |
ERROR_SERVICE_NEVER_STARTED (0x435) | |
1078 | The name is already in use as either a service name or a service display name. |
ERROR_DUPLICATE_SERVICE_NAME (0x436) | |
1079 | The account specified for this service is different from the account specified for other services running in the same process. |
ERROR_DIFFERENT_SERVICE_ACCOUNT (0x437) | |
1080 | Failure actions can only be set for Win32 services not for drivers. |
ERROR_CANNOT_DETECT_DRIVER_FAILURE (0x438) | |
1081 | 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. |
ERROR_CANNOT_DETECT_PROCESS_ABORT (0x439) | |
1082 | No recovery program has been configured for this service. |
ERROR_NO_RECOVERY_PROGRAM (0x43A) | |
1083 | The executable program that this service is configured to run in does not implement the service. |
ERROR_SERVICE_NOT_IN_EXE (0x43B) | |
1084 | This service cannot be started in Safe Mode |
ERROR_NOT_SAFEBOOT_SERVICE (0x43C) | |
1100 | The physical end of the tape has been reached. |
ERROR_END_OF_MEDIA (0x44C) | |
1101 | A tape access reached a filemark. |
ERROR_FILEMARK_DETECTED (0x44D) | |
1102 | The beginning of the tape or a partition was encountered. |
ERROR_BEGINNING_OF_MEDIA (0x44E) | |
1103 | A tape access reached the end of a set of files. |
ERROR_SETMARK_DETECTED (0x44F) | |
1104 | No more data is on the tape. |
ERROR_NO_DATA_DETECTED (0x450) | |
1105 | Tape could not be partitioned. |
ERROR_PARTITION_FAILURE (0x451) | |
1106 | When accessing a new tape of a multivolume partition the current block size is incorrect. |
ERROR_INVALID_BLOCK_LENGTH (0x452) | |
1107 | Tape partition information could not be found when loading a tape. |
ERROR_DEVICE_NOT_PARTITIONED (0x453) | |
1108 | Unable to lock the media eject mechanism. |
ERROR_UNABLE_TO_LOCK_MEDIA (0x454) | |
1109 | Unable to unload the media. |
ERROR_UNABLE_TO_UNLOAD_MEDIA (0x455) | |
1110 | The media in the drive may have changed. |
ERROR_MEDIA_CHANGED (0x456) | |
1111 | The I/O bus was reset. |
ERROR_BUS_RESET (0x457) | |
1112 | No media in drive. |
ERROR_NO_MEDIA_IN_DRIVE (0x458) | |
1113 | No mapping for the Unicode character exists in the target multi-byte code page. |
ERROR_NO_UNICODE_TRANSLATION (0x459) | |
1114 | A dynamic link library (DLL) initialization routine failed. |
ERROR_DLL_INIT_FAILED (0x45A) | |
1115 | A system shutdown is in progress. |
ERROR_SHUTDOWN_IN_PROGRESS (0x45B) | |
1116 | Unable to abort the system shutdown because no shutdown was in progress. |
ERROR_NO_SHUTDOWN_IN_PROGRESS (0x45C) | |
1117 | The request could not be performed because of an I/O device error. |
ERROR_IO_DEVICE (0x45D) | |
1118 | No serial device was successfully initialized. The serial driver will unload. |
ERROR_SERIAL_NO_DEVICE (0x45E) |
1119 | Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. |
ERROR_IRQ_BUSY (0x45F) | |
1120 | A serial I/O operation was completed by another write to the serial port. The IOCTL_SERIAL_XOFF_COUNTER reached zero.) |
ERROR_MORE_WRITES (0x460) | |
1121 | A serial I/O operation completed because the timeout period expired. The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) |
ERROR_COUNTER_TIMEOUT (0x461) | |
1122 | No ID address mark was found on the floppy disk. |
ERROR_FLOPPY_ID_MARK_NOT_FOUND (0x462) | |
1123 | Mismatch between the floppy disk sector ID field and the floppy disk controller track address. |
ERROR_FLOPPY_WRONG_CYLINDER (0x463) | |
1124 | The floppy disk controller reported an error that is not recognized by the floppy disk driver. |
ERROR_FLOPPY_UNKNOWN_ERROR (0x464) | |
1125 | The floppy disk controller returned inconsistent results in its registers. |
ERROR_FLOPPY_BAD_REGISTERS (0x465) | |
1126 | While accessing the hard disk a recalibrate operation failed even after retries. |
ERROR_DISK_RECALIBRATE_FAILED (0x466) | |
1127 | While accessing the hard disk a disk operation failed even after retries. |
ERROR_DISK_OPERATION_FAILED (0x467) | |
1128 | While accessing the hard disk a disk controller reset was needed but even that failed. |
ERROR_DISK_RESET_FAILED (0x468) | |
1129 | Physical end of tape encountered. |
ERROR_EOM_OVERFLOW (0x469) | |
1130 | Not enough server storage is available to process this command. |
ERROR_NOT_ENOUGH_SERVER_MEMORY (0x46A) | |
1131 | A potential deadlock condition has been detected. |
ERROR_POSSIBLE_DEADLOCK (0x46B) | |
1132 | The base address or the file offset specified does not have the proper alignment. |
ERROR_MAPPED_ALIGNMENT (0x46C) | |
1140 | An attempt to change the system power state was vetoed by another application or driver. |
ERROR_SET_POWER_STATE_VETOED (0x474) | |
1141 | The system BIOS failed an attempt to change the system power state. |
ERROR_SET_POWER_STATE_FAILED (0x475) | |
1142 | An attempt was made to create more links on a file than the file system supports. |
ERROR_TOO_MANY_LINKS (0x476) | |
1150 | The specified program requires a newer version of Windows. |
ERROR_OLD_WIN_VERSION (0x47E) | |
1151 | The specified program is not a Windows or MS-DOS program. |
ERROR_APP_WRONG_OS (0x47F) | |
1152 | Cannot start more than one instance of the specified program. |
ERROR_SINGLE_INSTANCE_APP (0x480) | |
1153 | The specified program was written for an earlier version of Windows. |
ERROR_RMODE_APP (0x481) | |
1154 | One of the library files needed to run this application is damaged. |
ERROR_INVALID_DLL (0x482) | |
1155 | No application is associated with the specified file for this operation. |
ERROR_NO_ASSOCIATION (0x483) | |
1156 | An error occurred in sending the command to the application. |
ERROR_DDE_FAIL (0x484) | |
1157 | One of the library files needed to run this application cannot be found. |
ERROR_DLL_NOT_FOUND (0x485) | |
1158 | The current process has used all of its system allowance of handles for Window Manager objects. |
ERROR_NO_MORE_USER_HANDLES (0x486) | |
1159 | The message can be used only with synchronous operations. |
ERROR_MESSAGE_SYNC_ONLY (0x487) | |
1160 | The indicated source element has no media. |
ERROR_SOURCE_ELEMENT_EMPTY (0x488) | |
1161 | The indicated destination element already contains media. |
ERROR_DESTINATION_ELEMENT_FULL (0x489) | |
1162 | The indicated element does not exist. |
ERROR_ILLEGAL_ELEMENT_ADDRESS (0x48A) | |
1163 | The indicated element is part of a magazine that is not present. |
ERROR_MAGAZINE_NOT_PRESENT (0x48B) | |
1164 | The indicated device requires reinitialization due to hardware errors. |
ERROR_DEVICE_REINITIALIZATION_NEEDED (0x48C) | |
1165 | The device has indicated that cleaning is required before further operations are attempted. |
ERROR_DEVICE_REQUIRES_CLEANING (0x48D) | |
1166 | The device has indicated that its door is open. |
ERROR_DEVICE_DOOR_OPEN (0x48E) | |
1167 | The device is not connected. |
ERROR_DEVICE_NOT_CONNECTED (0x48F) | |
1168 | Element not found. |
ERROR_NOT_FOUND (0x490) | |
1169 | There was no match for the specified key in the index. |
ERROR_NO_MATCH (0x491) | |
1170 | The property set specified does not exist on the object. |
ERROR_SET_NOT_FOUND (0x492) | |
1171 | The point passed to GetMouseMovePoints is not in the buffer. |
ERROR_POINT_NOT_FOUND (0x493) | |
1172 | The tracking (workstation) service is not running. |
ERROR_NO_TRACKING_SERVICE (0x494) | |
1173 | The Volume ID could not be found. |
ERROR_NO_VOLUME_ID (0x495) | |
1175 | Unable to remove the file to be replaced. |
ERROR_UNABLE_TO_REMOVE_REPLACED (0x497) | |
1176 | Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name. |
ERROR_UNABLE_TO_MOVE_REPLACEMENT (0x498) | |
1177 | Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name. |
ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 (0x499) | |
1178 | The volume change journal is being deleted. |
ERROR_JOURNAL_DELETE_IN_PROGRESS (0x49A) | |
1179 | The volume change journal is not active. |
ERROR_JOURNAL_NOT_ACTIVE (0x49B) | |
1180 | A file was found but it may not be the correct file. |
ERROR_POTENTIAL_FILE_FOUND (0x49C) | |
1181 | The journal entry has been deleted from the journal. |
ERROR_JOURNAL_ENTRY_DELETED (0x49D) | |
1190 | A system shutdown has already been scheduled. |
ERROR_SHUTDOWN_IS_SCHEDULED (0x4A6) | |
1191 | The system shutdown cannot be initiated because there are other users logged on to the computer. |
ERROR_SHUTDOWN_USERS_LOGGED_ON (0x4A7) | |
1200 | The specified device name is invalid. |
ERROR_BAD_DEVICE (0x4B0) | |
1201 | The device is not currently connected but it is a remembered connection. |
ERROR_CONNECTION_UNAVAIL (0x4B1) | |
1202 | The local device name has a remembered connection to another network resource. |
ERROR_DEVICE_ALREADY_REMEMBERED (0x4B2) | |
1203 | The network path was either typed incorrectly does not exist or the network provider is not currently available. Please try retyping the path or contact your network administrator. |
ERROR_NO_NET_OR_BAD_PATH (0x4B3) | |
1204 | The specified network provider name is invalid. |
ERROR_BAD_PROVIDER (0x4B4) | |
1205 | Unable to open the network connection profile. |
ERROR_CANNOT_OPEN_PROFILE (0x4B5) | |
1206 | The network connection profile is corrupted. |
ERROR_BAD_PROFILE (0x4B6) | |
1207 | Cannot enumerate a noncontainer. |
ERROR_NOT_CONTAINER (0x4B7) | |
1208 | An extended error has occurred. |
ERROR_EXTENDED_ERROR (0x4B8) | |
1209 | The format of the specified group name is invalid. |
ERROR_INVALID_GROUPNAME (0x4B9) | |
1210 | The format of the specified computer name is invalid. |
ERROR_INVALID_COMPUTERNAME (0x4BA) | |
1211 | The format of the specified event name is invalid. |
ERROR_INVALID_EVENTNAME (0x4BB) | |
1212 | The format of the specified domain name is invalid. |
ERROR_INVALID_DOMAINNAME (0x4BC) | |
1213 | The format of the specified service name is invalid. |
ERROR_INVALID_SERVICENAME (0x4BD) | |
1214 | The format of the specified network name is invalid. |
ERROR_INVALID_NETNAME (0x4BE) | |
1215 | The format of the specified share name is invalid. |
ERROR_INVALID_SHARENAME (0x4BF) | |
1216 | The format of the specified password is invalid. |
ERROR_INVALID_PASSWORDNAME (0x4C0) | |
1217 | The format of the specified message name is invalid. |
ERROR_INVALID_MESSAGENAME (0x4C1) | |
1218 | The format of the specified message destination is invalid. |
ERROR_INVALID_MESSAGEDEST (0x4C2) | |
1219 | 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. |
ERROR_SESSION_CREDENTIAL_CONFLICT (0x4C3) | |
1220 | An attempt was made to establish a session to a network server but there are already too many sessions established to that server. |
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED (0x4C4) | |
1221 | The workgroup or domain name is already in use by another computer on the network. |
ERROR_DUP_DOMAINNAME (0x4C5) | |
1222 | The network is not present or not started. |
ERROR_NO_NETWORK (0x4C6) | |
1223 | The operation was canceled by the user. |
ERROR_CANCELLED (0x4C7) | |
1224 | The requested operation cannot be performed on a file with a user-mapped section open. |
ERROR_USER_MAPPED_FILE (0x4C8) | |
1225 | The remote computer refused the network connection. |
ERROR_CONNECTION_REFUSED (0x4C9) | |
1226 | The network connection was gracefully closed. |
ERROR_GRACEFUL_DISCONNECT (0x4CA) | |
1227 | The network transport endpoint already has an address associated with it. |
ERROR_ADDRESS_ALREADY_ASSOCIATED (0x4CB) | |
1228 | An address has not yet been associated with the network endpoint. |
ERROR_ADDRESS_NOT_ASSOCIATED (0x4CC) | |
1229 | An operation was attempted on a nonexistent network connection. |
ERROR_CONNECTION_INVALID (0x4CD) | |
1230 | An invalid operation was attempted on an active network connection. |
ERROR_CONNECTION_ACTIVE (0x4CE) | |
1231 | The network location cannot be reached. For information about network troubleshooting see Windows Help. |
ERROR_NETWORK_UNREACHABLE (0x4CF) | |
1232 | The network location cannot be reached. For information about network troubleshooting see Windows Help. |
ERROR_HOST_UNREACHABLE (0x4D0) | |
1233 | The network location cannot be reached. For information about network troubleshooting see Windows Help. |
ERROR_PROTOCOL_UNREACHABLE (0x4D1) | |
1234 | No service is operating at the destination network endpoint on the remote system. |
ERROR_PORT_UNREACHABLE (0x4D2) | |
1235 | The request was aborted. |
ERROR_REQUEST_ABORTED (0x4D3) | |
1236 | The network connection was aborted by the local system. |
ERROR_CONNECTION_ABORTED (0x4D4) | |
1237 | The operation could not be completed. A retry should be performed. |
ERROR_RETRY (0x4D5) | |
1238 | A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached. |
ERROR_CONNECTION_COUNT_LIMIT (0x4D6) | |
1239 | Attempting to log in during an unauthorized time of day for this account. |
ERROR_LOGIN_TIME_RESTRICTION (0x4D7) | |
1240 | The account is not authorized to log in from this station. |
ERROR_LOGIN_WKSTA_RESTRICTION (0x4D8) | |
1241 | The network address could not be used for the operation requested. |
ERROR_INCORRECT_ADDRESS (0x4D9) | |
1242 | The service is already registered. |
ERROR_ALREADY_REGISTERED (0x4DA) | |
1243 | The specified service does not exist. |
ERROR_SERVICE_NOT_FOUND (0x4DB) | |
1244 | The operation being requested was not performed because the user has not been authenticated. |
ERROR_NOT_AUTHENTICATED (0x4DC) | |
1245 | The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist. |
ERROR_NOT_LOGGED_ON (0x4DD) | |
1246 | Continue with work in progress. |
ERROR_CONTINUE (0x4DE) | |
1247 | An attempt was made to perform an initialization operation when initialization has already been completed. |
ERROR_ALREADY_INITIALIZED (0x4DF) | |
1248 | No more local devices. |
ERROR_NO_MORE_DEVICES (0x4E0) | |
1249 | The specified site does not exist. |
ERROR_NO_SUCH_SITE (0x4E1) | |
1250 | A domain controller with the specified name already exists. |
ERROR_DOMAIN_CONTROLLER_EXISTS (0x4E2) | |
1251 | This operation is supported only when you are connected to the server. |
ERROR_ONLY_IF_CONNECTED (0x4E3) | |
1252 | The group policy framework should call the extension even if there are no changes. |
ERROR_OVERRIDE_NOCHANGES (0x4E4) | |
1253 | The specified user does not have a valid profile. |
ERROR_BAD_USER_PROFILE (0x4E5) | |
1254 | This operation is not supported on a computer running Windows Server 2003 for Small Business Server |
ERROR_NOT_SUPPORTED_ON_SBS (0x4E6) | |
1255 | The server machine is shutting down. |
ERROR_SERVER_SHUTDOWN_IN_PROGRESS (0x4E7) | |
1256 | The remote system is not available. For information about network troubleshooting see Windows Help. |
ERROR_HOST_DOWN (0x4E8) | |
1257 | The security identifier provided is not from an account domain. |
ERROR_NON_ACCOUNT_SID (0x4E9) | |
1258 | The security identifier provided does not have a domain component. |
ERROR_NON_DOMAIN_SID (0x4EA) | |
1259 | AppHelp dialog canceled thus preventing the application from starting. |
ERROR_APPHELP_BLOCK (0x4EB) | |
1260 | This program is blocked by group policy. For more information contact your system administrator. |
ERROR_ACCESS_DISABLED_BY_POLICY (0x4EC) | |
1261 | A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific. |
ERROR_REG_NAT_CONSUMPTION (0x4ED) | |
1262 | The share is currently offline or does not exist. |
ERROR_CSCSHARE_OFFLINE (0x4EE) | |
1263 | The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log. |
ERROR_PKINIT_FAILURE (0x4EF) | |
1264 | The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. |
ERROR_SMARTCARD_SUBSYSTEM_FAILURE (0x4F0) | |
1265 | The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. |
ERROR_DOWNGRADE_DETECTED (0x4F1) | |
1271 | The machine is locked and cannot be shut down without the force option. |
ERROR_MACHINE_LOCKED (0x4F7) | |
1273 | An application-defined callback gave invalid data when called. |
ERROR_CALLBACK_SUPPLIED_INVALID_DATA (0x4F9) | |
1274 | The group policy framework should call the extension in the synchronous foreground policy refresh. |
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED (0x4FA) | |
1275 | This driver has been blocked from loading |
ERROR_DRIVER_BLOCKED (0x4FB) | |
1276 | A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. |
ERROR_INVALID_IMPORT_OF_NON_DLL (0x4FC) | |
1277 | Windows cannot open this program since it has been disabled. |
ERROR_ACCESS_DISABLED_WEBBLADE (0x4FD) | |
1278 | Windows cannot open this program because the license enforcement system has been tampered with or become corrupted. |
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER (0x4FE) | |
1279 | A transaction recover failed. |
ERROR_RECOVERY_FAILURE (0x4FF) | |
1280 | The current thread has already been converted to a fiber. |
ERROR_ALREADY_FIBER (0x500) | |
1281 | The current thread has already been converted from a fiber. |
ERROR_ALREADY_THREAD (0x501) | |
1282 | 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. |
ERROR_STACK_BUFFER_OVERRUN (0x502) | |
1283 | Data present in one of the parameters is more than the function can operate on. |
ERROR_PARAMETER_QUOTA_EXCEEDED (0x503) | |
1284 | An attempt to do an operation on a debug object failed because the object is in the process of being deleted. |
ERROR_DEBUGGER_INACTIVE (0x504) | |
1285 | An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. |
ERROR_DELAY_LOAD_FAILED (0x505) | |
1286 | %1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. |
ERROR_VDM_DISALLOWED (0x506) | |
1287 | Insufficient information exists to identify the cause of failure. |
ERROR_UNIDENTIFIED_ERROR (0x507) | |
1288 | The parameter passed to a C runtime function is incorrect. |
ERROR_INVALID_CRUNTIME_PARAMETER (0x508) | |
1289 | The operation occurred beyond the valid data length of the file. |
ERROR_BEYOND_VDL (0x509) | |
1290 | The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured the hosting process must be restarted in order to start this service. |
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE (0x50A) | |
1291 | The process hosting the driver for this device has been terminated. |
ERROR_DRIVER_PROCESS_TERMINATED (0x50B) | |
1292 | An operation attempted to exceed an implementation-defined limit. |
ERROR_IMPLEMENTATION_LIMIT (0x50C) | |
1293 | Either the target process or the target thread's containing process is a protected process. |
ERROR_PROCESS_IS_PROTECTED (0x50D) | |
1294 | The service notification client is lagging too far behind the current state of services in the machine. |
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING (0x50E) | |
1295 | The requested file operation failed because the storage quota was exceeded. To free up disk space move files to a different location or delete unnecessary files. For more information contact your system administrator. |
ERROR_DISK_QUOTA_EXCEEDED (0x50F) | |
1296 | The requested files operation failed because the storage policy blocks that type of file. For more information contact your system administrator. |
ERROR_CONTENT_BLOCKED (0x510) | |
1297 | A privilege that the service requires to function properly does not exist in the service account configuration. You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration. |
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE (0x511) | |
1299 | Indicates a particular Security ID may not be assigned as the label of an object. |
ERROR_INVALID_LABEL (0x513) | |
1300 | Not all privileges or groups referenced are assigned to the caller. |
ERROR_NOT_ALL_ASSIGNED (0x514) | |
1301 | Some mapping between account names and security IDs was not done. |
ERROR_SOME_NOT_MAPPED (0x515) | |
1302 | No system quota limits are specifically set for this account. |
ERROR_NO_QUOTAS_FOR_ACCOUNT (0x516) | |
1303 | No encryption key is available. A well-known encryption key was returned. |
ERROR_LOCAL_USER_SESSION_KEY (0x517) | |
1304 | The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string. |
ERROR_NULL_LM_PASSWORD (0x518) | |
1305 | The revision level is unknown. |
ERROR_UNKNOWN_REVISION (0x519) | |
1306 | Indicates two revision levels are incompatible. |
ERROR_REVISION_MISMATCH (0x51A) | |
1307 | This security ID may not be assigned as the owner of this object. |
ERROR_INVALID_OWNER (0x51B) | |
1308 | This security ID may not be assigned as the primary group of an object. |
ERROR_INVALID_PRIMARY_GROUP (0x51C) | |
1309 | An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client. |
ERROR_NO_IMPERSONATION_TOKEN (0x51D) | |
1310 | The group may not be disabled. |
ERROR_CANT_DISABLE_MANDATORY (0x51E) | |
1311 | There are currently no logon servers available to service the logon request. |
ERROR_NO_LOGON_SERVERS (0x51F) | |
1312 | A specified logon session does not exist. It may already have been terminated. |
ERROR_NO_SUCH_LOGON_SESSION (0x520) | |
1313 | A specified privilege does not exist. |
ERROR_NO_SUCH_PRIVILEGE (0x521) | |
1314 | A required privilege is not held by the client. |
ERROR_PRIVILEGE_NOT_HELD (0x522) | |
1315 | The name provided is not a properly formed account name. |
ERROR_INVALID_ACCOUNT_NAME (0x523) | |
1316 | The specified account already exists. |
ERROR_USER_EXISTS (0x524) | |
1317 | The specified account does not exist. |
ERROR_NO_SUCH_USER (0x525) | |
1318 | The specified group already exists. |
ERROR_GROUP_EXISTS (0x526) | |
1319 | The specified group does not exist. |
ERROR_NO_SUCH_GROUP (0x527) | |
1320 | 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. |
ERROR_MEMBER_IN_GROUP (0x528) | |
1321 | The specified user account is not a member of the specified group account. |
ERROR_MEMBER_NOT_IN_GROUP (0x529) | |
1322 | The last remaining administration account cannot be disabled or deleted. |
ERROR_LAST_ADMIN (0x52A) | |
1323 | Unable to update the password. The value provided as the current password is incorrect. |
ERROR_WRONG_PASSWORD (0x52B) | |
1324 | Unable to update the password. The value provided for the new password contains values that are not allowed in passwords. |
ERROR_ILL_FORMED_PASSWORD (0x52C) | |
1325 | Unable to update the password. The value provided for the new password does not meet the length complexity or history requirements of the domain. |
ERROR_PASSWORD_RESTRICTION (0x52D) | |
1326 | Logon failure: unknown user name or bad password. |
ERROR_LOGON_FAILURE (0x52E) | |
1327 | Logon failure: user account restriction. Possible reasons are blank passwords not allowed logon hour restrictions or a policy restriction has been enforced. |
ERROR_ACCOUNT_RESTRICTION (0x52F) | |
1328 | Logon failure: account logon time restriction violation. |
ERROR_INVALID_LOGON_HOURS (0x530) | |
1329 | Logon failure: user not allowed to log on to this computer. |
ERROR_INVALID_WORKSTATION (0x531) | |
1330 | Logon failure: the specified account password has expired. |
ERROR_PASSWORD_EXPIRED (0x532) | |
1331 | Logon failure: account currently disabled. |
ERROR_ACCOUNT_DISABLED (0x533) | |
1332 | No mapping between account names and security IDs was done. |
ERROR_NONE_MAPPED (0x534) | |
1333 | Too many local user identifiers (LUIDs) were requested at one time. |
ERROR_TOO_MANY_LUIDS_REQUESTED (0x535) | |
1334 | No more local user identifiers (LUIDs) are available. |
ERROR_LUIDS_EXHAUSTED (0x536) | |
1335 | The subauthority part of a security ID is invalid for this particular use. |
ERROR_INVALID_SUB_AUTHORITY (0x537) | |
1336 | The access control list (ACL) structure is invalid. |
ERROR_INVALID_ACL (0x538) | |
1337 | The security ID structure is invalid. |
ERROR_INVALID_SID (0x539) | |
1338 | The security descriptor structure is invalid. |
ERROR_INVALID_SECURITY_DESCR (0x53A) | |
1340 | The inherited access control list (ACL) or access control entry (ACE) could not be built. |
ERROR_BAD_INHERITANCE_ACL (0x53C) | |
1341 | The server is currently disabled. |
ERROR_SERVER_DISABLED (0x53D) | |
1342 | The server is currently enabled. |
ERROR_SERVER_NOT_DISABLED (0x53E) | |
1343 | The value provided was an invalid value for an identifier authority. |
ERROR_INVALID_ID_AUTHORITY (0x53F) | |
1344 | No more memory is available for security information updates. |
ERROR_ALLOTTED_SPACE_EXCEEDED (0x540) | |
1345 | The specified attributes are invalid or incompatible with the attributes for the group as a whole. |
ERROR_INVALID_GROUP_ATTRIBUTES (0x541) | |
1346 | Either a required impersonation level was not provided or the provided impersonation level is invalid. |
ERROR_BAD_IMPERSONATION_LEVEL (0x542) | |
1347 | Cannot open an anonymous level security token. |
ERROR_CANT_OPEN_ANONYMOUS (0x543) | |
1348 | The validation information class requested was invalid. |
ERROR_BAD_VALIDATION_CLASS (0x544) | |
1349 | The type of the token is inappropriate for its attempted use. |
ERROR_BAD_TOKEN_TYPE (0x545) | |
1350 | Unable to perform a security operation on an object that has no associated security. |
ERROR_NO_SECURITY_ON_OBJECT (0x546) | |
1351 | Configuration information could not be read from the domain controller either because the machine is unavailable or access has been denied. |
ERROR_CANT_ACCESS_DOMAIN_INFO (0x547) | |
1352 | The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation. |
ERROR_INVALID_SERVER_STATE (0x548) | |
1353 | The domain was in the wrong state to perform the security operation. |
ERROR_INVALID_DOMAIN_STATE (0x549) | |
1354 | This operation is only allowed for the Primary Domain Controller of the domain. |
ERROR_INVALID_DOMAIN_ROLE (0x54A) | |
1355 | The specified domain either does not exist or could not be contacted. |
ERROR_NO_SUCH_DOMAIN (0x54B) | |
1356 | The specified domain already exists. |
ERROR_DOMAIN_EXISTS (0x54C) | |
1357 | An attempt was made to exceed the limit on the number of domains per server. |
ERROR_DOMAIN_LIMIT_EXCEEDED (0x54D) | |
1358 | Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk. |
ERROR_INTERNAL_DB_CORRUPTION (0x54E) | |
1359 | An internal error occurred. |
ERROR_INTERNAL_ERROR (0x54F) | |
1360 | Generic access types were contained in an access mask which should already be mapped to nongeneric types. |
ERROR_GENERIC_NOT_MAPPED (0x550) | |
1361 | A security descriptor is not in the left format (absolute or self-relative). |
ERROR_BAD_DESCRIPTOR_FORMAT (0x551) | |
1362 | The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process. |
ERROR_NOT_LOGON_PROCESS (0x552) | |
1363 | Cannot start a new logon session with an ID that is already in use. |
ERROR_LOGON_SESSION_EXISTS (0x553) | |
1364 | A specified authentication package is unknown. |
ERROR_NO_SUCH_PACKAGE (0x554) | |
1365 | The logon session is not in a state that is consistent with the requested operation. |
ERROR_BAD_LOGON_SESSION_STATE (0x555) | |
1366 | The logon session ID is already in use. |
ERROR_LOGON_SESSION_COLLISION (0x556) | |
1367 | A logon request contained an invalid logon type value. |
ERROR_INVALID_LOGON_TYPE (0x557) | |
1368 | Unable to impersonate using a named pipe until data has been read from that pipe. |
ERROR_CANNOT_IMPERSONATE (0x558) | |
1369 | The transaction state of a registry subtree is incompatible with the requested operation. |
ERROR_RXACT_INVALID_STATE (0x559) | |
1370 | An internal security database corruption has been encountered. |
ERROR_RXACT_COMMIT_FAILURE (0x55A) | |
1371 | Cannot perform this operation on built-in accounts. |
ERROR_SPECIAL_ACCOUNT (0x55B) | |
1372 | Cannot perform this operation on this built-in special group. |
ERROR_SPECIAL_GROUP (0x55C) | |
1373 | Cannot perform this operation on this built-in special user. |
ERROR_SPECIAL_USER (0x55D) | |
1374 | The user cannot be removed from a group because the group is currently the user's primary group. |
ERROR_MEMBERS_PRIMARY_GROUP (0x55E) | |
1375 | The token is already in use as a primary token. |
ERROR_TOKEN_ALREADY_IN_USE (0x55F) | |
1376 | The specified local group does not exist. |
ERROR_NO_SUCH_ALIAS (0x560) | |
1377 | The specified account name is not a member of the group. |
ERROR_MEMBER_NOT_IN_ALIAS (0x561) | |
1378 | The specified account name is already a member of the group. |
ERROR_MEMBER_IN_ALIAS (0x562) | |
1379 | The specified local group already exists. |
ERROR_ALIAS_EXISTS (0x563) | |
1380 | Logon failure: the user has not been granted the requested logon type at this computer. |
ERROR_LOGON_NOT_GRANTED (0x564) | |
1381 | The maximum number of secrets that may be stored in a single system has been exceeded. |
ERROR_TOO_MANY_SECRETS (0x565) | |
1382 | The length of a secret exceeds the maximum length allowed. |
ERROR_SECRET_TOO_LONG (0x566) | |
1383 | The local security authority database contains an internal inconsistency. |
ERROR_INTERNAL_DB_ERROR (0x567) | |
1384 | During a logon attempt the user's security context accumulated too many security IDs. |
ERROR_TOO_MANY_CONTEXT_IDS (0x568) | |
1385 | Logon failure: the user has not been granted the requested logon type at this computer. |
ERROR_LOGON_TYPE_NOT_GRANTED (0x569) | |
1386 | A cross-encrypted password is necessary to change a user password. |
ERROR_NT_CROSS_ENCRYPTION_REQUIRED (0x56A) | |
1387 | A member could not be added to or removed from the local group because the member does not exist. |
ERROR_NO_SUCH_MEMBER (0x56B) | |
1388 | A new member could not be added to a local group because the member has the wrong account type. |
ERROR_INVALID_MEMBER (0x56C) | |
1389 | Too many security IDs have been specified. |
ERROR_TOO_MANY_SIDS (0x56D) | |
1390 | A cross-encrypted password is necessary to change this user password. |
ERROR_LM_CROSS_ENCRYPTION_REQUIRED (0x56E) | |
1391 | Indicates an ACL contains no inheritable components. |
ERROR_NO_INHERITANCE (0x56F) | |
1392 | The file or directory is corrupted and unreadable. |
ERROR_FILE_CORRUPT (0x570) | |
1393 | The disk structure is corrupted and unreadable. |
ERROR_DISK_CORRUPT (0x571) | |
1394 | There is no user session key for the specified logon session. |
ERROR_NO_USER_SESSION_KEY (0x572) | |
1395 | 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 there are already as many connections as the service can accept. |
ERROR_LICENSE_QUOTA_EXCEEDED (0x573) | |
1396 | Logon Failure: The target account name is incorrect. |
ERROR_WRONG_TARGET_NAME (0x574) | |
1397 | Mutual Authentication failed. The server's password is out of date at the domain controller. |
ERROR_MUTUAL_AUTH_FAILED (0x575) | |
1398 | There is a time and/or date difference between the client and server. |
ERROR_TIME_SKEW (0x576) | |
1399 | This operation cannot be performed on the current domain. |
ERROR_CURRENT_DOMAIN_NOT_ALLOWED (0x577) | |
1400 | Invalid window handle. |
ERROR_INVALID_WINDOW_HANDLE (0x578) | |
1401 | Invalid menu handle. |
ERROR_INVALID_MENU_HANDLE (0x579) | |
1402 | Invalid cursor handle. |
ERROR_INVALID_CURSOR_HANDLE (0x57A) | |
1403 | Invalid accelerator table handle. |
ERROR_INVALID_ACCEL_HANDLE (0x57B) | |
1404 | Invalid hook handle. |
ERROR_INVALID_HOOK_HANDLE (0x57C) | |
1405 | Invalid handle to a multiple-window position structure. |
ERROR_INVALID_DWP_HANDLE (0x57D) | |
1406 | Cannot create a top-level child window. |
ERROR_TLW_WITH_WSCHILD (0x57E) | |
1407 | Cannot find window class. |
ERROR_CANNOT_FIND_WND_CLASS (0x57F) | |
1408 | Invalid window; it belongs to other thread. |
ERROR_WINDOW_OF_OTHER_THREAD (0x580) | |
1409 | Hot key is already registered. |
ERROR_HOTKEY_ALREADY_REGISTERED (0x581) | |
1410 | Class already exists. |
ERROR_CLASS_ALREADY_EXISTS (0x582) | |
1411 | Class does not exist. |
ERROR_CLASS_DOES_NOT_EXIST (0x583) | |
1412 | Class still has open windows. |
ERROR_CLASS_HAS_WINDOWS (0x584) | |
1413 | Invalid index. |
ERROR_INVALID_INDEX (0x585) | |
1414 | Invalid icon handle. |
ERROR_INVALID_ICON_HANDLE (0x586) | |
1415 | Using private DIALOG window words. |
ERROR_PRIVATE_DIALOG_INDEX (0x587) | |
1416 | The list box identifier was not found. |
ERROR_LISTBOX_ID_NOT_FOUND (0x588) | |
1417 | No wildcards were found. |
ERROR_NO_WILDCARD_CHARACTERS (0x589) | |
1418 | Thread does not have a clipboard open. |
ERROR_CLIPBOARD_NOT_OPEN (0x58A) | |
1419 | Hot key is not registered. |
ERROR_HOTKEY_NOT_REGISTERED (0x58B) | |
1420 | The window is not a valid dialog window. |
ERROR_WINDOW_NOT_DIALOG (0x58C) | |
1421 | Control ID not found. |
ERROR_CONTROL_ID_NOT_FOUND (0x58D) | |
1422 | Invalid message for a combo box because it does not have an edit control. |
ERROR_INVALID_COMBOBOX_MESSAGE (0x58E) | |
1423 | The window is not a combo box. |
ERROR_WINDOW_NOT_COMBOBOX (0x58F) | |
1424 | Height must be less than 256. |
ERROR_INVALID_EDIT_HEIGHT (0x590) | |
1425 | Invalid device context (DC) handle. |
ERROR_DC_NOT_FOUND (0x591) | |
1426 | Invalid hook procedure type. |
ERROR_INVALID_HOOK_FILTER (0x592) | |
1427 | Invalid hook procedure. |
ERROR_INVALID_FILTER_PROC (0x593) | |
1428 | Cannot set nonlocal hook without a module handle. |
ERROR_HOOK_NEEDS_HMOD (0x594) | |
1429 | This hook procedure can only be set globally. |
ERROR_GLOBAL_ONLY_HOOK (0x595) | |
1430 | The journal hook procedure is already installed. |
ERROR_JOURNAL_HOOK_SET (0x596) | |
1431 | The hook procedure is not installed. |
ERROR_HOOK_NOT_INSTALLED (0x597) | |
1432 | Invalid message for single-selection list box. |
ERROR_INVALID_LB_MESSAGE (0x598) | |
1433 | LB_SETCOUNT sent to non-lazy list box. |
ERROR_SETCOUNT_ON_BAD_LB (0x599) | |
1434 | This list box does not support tab stops. |
ERROR_LB_WITHOUT_TABSTOPS (0x59A) | |
1435 | Cannot destroy object created by another thread. |
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD (0x59B) | |
1436 | Child windows cannot have menus. |
ERROR_CHILD_WINDOW_MENU (0x59C) | |
1437 | The window does not have a system menu. |
ERROR_NO_SYSTEM_MENU (0x59D) | |
1438 | Invalid message box style. |
ERROR_INVALID_MSGBOX_STYLE (0x59E) | |
1439 | Invalid system-wide (SPI_*) parameter. |
ERROR_INVALID_SPI_VALUE (0x59F) | |
1440 | Screen already locked. |
ERROR_SCREEN_ALREADY_LOCKED (0x5A0) | |
1441 | All handles to windows in a multiple-window position structure must have the same parent. |
ERROR_HWNDS_HAVE_DIFF_PARENT (0x5A1) | |
1442 | The window is not a child window. |
ERROR_NOT_CHILD_WINDOW (0x5A2) | |
1443 | Invalid GW_* command. |
ERROR_INVALID_GW_COMMAND (0x5A3) | |
1444 | Invalid thread identifier. |
ERROR_INVALID_THREAD_ID (0x5A4) | |
1445 | Cannot process a message from a window that is not a multiple document interface (MDI) window. |
ERROR_NON_MDICHILD_WINDOW (0x5A5) | |
1446 | Popup menu already active. |
ERROR_POPUP_ALREADY_ACTIVE (0x5A6) | |
1447 | The window does not have scroll bars. |
ERROR_NO_SCROLLBARS (0x5A7) | |
1448 | Scroll bar range cannot be greater than MAXLONG. |
ERROR_INVALID_SCROLLBAR_RANGE (0x5A8) | |
1449 | Cannot show or remove the window in the way specified. |
ERROR_INVALID_SHOWWIN_COMMAND (0x5A9) | |
1450 | Insufficient system resources exist to complete the requested service. |
ERROR_NO_SYSTEM_RESOURCES (0x5AA) | |
1451 | Insufficient system resources exist to complete the requested service. |
ERROR_NONPAGED_SYSTEM_RESOURCES (0x5AB) | |
1452 | Insufficient system resources exist to complete the requested service. |
ERROR_PAGED_SYSTEM_RESOURCES (0x5AC) | |
1453 | Insufficient quota to complete the requested service. |
ERROR_WORKING_SET_QUOTA (0x5AD) | |
1454 | Insufficient quota to complete the requested service. |
ERROR_PAGEFILE_QUOTA (0x5AE) | |
1455 | The paging file is too small for this operation to complete. |
ERROR_COMMITMENT_LIMIT (0x5AF) | |
1456 | A menu item was not found. |
ERROR_MENU_ITEM_NOT_FOUND (0x5B0) | |
1457 | Invalid keyboard layout handle. |
ERROR_INVALID_KEYBOARD_HANDLE (0x5B1) | |
1458 | Hook type not allowed. |
ERROR_HOOK_TYPE_NOT_ALLOWED (0x5B2) | |
1459 | This operation requires an interactive window station. |
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION (0x5B3) | |
1460 | This operation returned because the timeout period expired. |
ERROR_TIMEOUT (0x5B4) | |
1461 | Invalid monitor handle. |
ERROR_INVALID_MONITOR_HANDLE (0x5B5) | |
1462 | Incorrect size argument. |
ERROR_INCORRECT_SIZE (0x5B6) | |
1463 | The symbolic link cannot be followed because its type is disabled. |
ERROR_SYMLINK_CLASS_DISABLED (0x5B7) | |
1464 | This application does not support the current operation on symbolic links. |
ERROR_SYMLINK_NOT_SUPPORTED (0x5B8) | |
1465 | Windows was unable to parse the requested XML data. |
ERROR_XML_PARSE_ERROR (0x5B9) | |
1466 | An error was encountered while processing an XML digital signature. |
ERROR_XMLDSIG_ERROR (0x5BA) | |
1467 | This application must be restarted. |
ERROR_RESTART_APPLICATION (0x5BB) | |
1468 | The caller made the connection request in the wrong routing compartment. |
ERROR_WRONG_COMPARTMENT (0x5BC) | |
1469 | There was an AuthIP failure when attempting to connect to the remote host. |
ERROR_AUTHIP_FAILURE (0x5BD) | |
1500 | The event log file is corrupted. |
ERROR_EVENTLOG_FILE_CORRUPT (0x5DC) | |
1501 | No event log file could be opened so the event logging service did not start. |
ERROR_EVENTLOG_CANT_START (0x5DD) | |
1502 | The event log file is full. |
ERROR_LOG_FILE_FULL (0x5DE) | |
1503 | The event log file has changed between read operations. |
ERROR_EVENTLOG_FILE_CHANGED (0x5DF) | |
1550 | The specified task name is invalid. |
ERROR_INVALID_TASK_NAME (0x60E) | |
1551 | The specified task index is invalid. |
ERROR_INVALID_TASK_INDEX (0x60F) | |
1552 | The specified thread is already joining a task. |
ERROR_THREAD_ALREADY_IN_TASK (0x610) | |
1601 | 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. |
ERROR_INSTALL_SERVICE_FAILURE (0x641) | |
1602 | User canceled installation. |
ERROR_INSTALL_USEREXIT (0x642) | |
1603 | Fatal error during installation. |
ERROR_INSTALL_FAILURE (0x643) | |
1604 | Installation suspended incomplete. |
ERROR_INSTALL_SUSPEND (0x644) | |
1605 | This action is only valid for products that are currently installed. |
ERROR_UNKNOWN_PRODUCT (0x645) | |
1606 | Feature ID not registered. |
ERROR_UNKNOWN_FEATURE (0x646) | |
1607 | Component ID not registered. |
ERROR_UNKNOWN_COMPONENT (0x647) | |
1608 | Unknown property. |
ERROR_UNKNOWN_PROPERTY (0x648) | |
1609 | A handle is in an invalid state. |
ERROR_INVALID_HANDLE_STATE (0x649) | |
1610 | The configuration data for this product is corrupt. Contact your support personnel. |
ERROR_BAD_CONFIGURATION (0x64A) | |
1611 | Component qualifier not present. |
ERROR_INDEX_ABSENT (0x64B) | |
1612 | The installation source for this product is not available. Verify that the source exists and that you can access it. |
ERROR_INSTALL_SOURCE_ABSENT (0x64C) | |
1613 | 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. |
ERROR_INSTALL_PACKAGE_VERSION (0x64D) | |
1614 | Product is uninstalled. |
ERROR_PRODUCT_UNINSTALLED (0x64E) | |
1615 | SQL query syntax invalid or unsupported. |
ERROR_BAD_QUERY_SYNTAX (0x64F) | |
1616 | Record field does not exist. |
ERROR_INVALID_FIELD (0x650) | |
1617 | The device has been removed. |
ERROR_DEVICE_REMOVED (0x651) | |
1618 | Another installation is already in progress. Complete that installation before proceeding with this install. |
ERROR_INSTALL_ALREADY_RUNNING (0x652) | |
1619 | 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. |
ERROR_INSTALL_PACKAGE_OPEN_FAILED (0x653) | |
1620 | This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. |
ERROR_INSTALL_PACKAGE_INVALID (0x654) | |
1621 | There was an error starting the Windows Installer service user interface. Contact your support personnel. |
ERROR_INSTALL_UI_FAILURE (0x655) | |
1622 | Error opening installation log file. Verify that the specified log file location exists and that you can write to it. |
ERROR_INSTALL_LOG_FAILURE (0x656) | |
1623 | The language of this installation package is not supported by your system. |
ERROR_INSTALL_LANGUAGE_UNSUPPORTED (0x657) | |
1624 | Error applying transforms. Verify that the specified transform paths are valid. |
ERROR_INSTALL_TRANSFORM_FAILURE (0x658) | |
1625 | This installation is forbidden by system policy. Contact your system administrator. |
ERROR_INSTALL_PACKAGE_REJECTED (0x659) | |
1626 | Function could not be executed. |
ERROR_FUNCTION_NOT_CALLED (0x65A) | |
1627 | Function failed during execution. |
ERROR_FUNCTION_FAILED (0x65B) | |
1628 | Invalid or unknown table specified. |
ERROR_INVALID_TABLE (0x65C) | |
1629 | Data supplied is of wrong type. |
ERROR_DATATYPE_MISMATCH (0x65D) | |
1630 | Data of this type is not supported. |
ERROR_UNSUPPORTED_TYPE (0x65E) | |
1631 | The Windows Installer service failed to start. Contact your support personnel. |
ERROR_CREATE_FAILED (0x65F) | |
1632 | 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. |
ERROR_INSTALL_TEMP_UNWRITABLE (0x660) | |
1633 | This installation package is not supported by this processor type. Contact your product vendor. |
ERROR_INSTALL_PLATFORM_UNSUPPORTED (0x661) | |
1634 | Component not used on this computer. |
ERROR_INSTALL_NOTUSED (0x662) | |
1635 | 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. |
ERROR_PATCH_PACKAGE_OPEN_FAILED (0x663) | |
1636 | This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package. |
ERROR_PATCH_PACKAGE_INVALID (0x664) | |
1637 | 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. |
ERROR_PATCH_PACKAGE_UNSUPPORTED (0x665) | |
1638 | 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 on the Control Panel. |
ERROR_PRODUCT_VERSION (0x666) | |
1639 | Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. |
ERROR_INVALID_COMMAND_LINE (0x667) | |
1640 | 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. |
ERROR_INSTALL_REMOTE_DISALLOWED (0x668) | |
1641 | The requested operation completed successfully. The system will be restarted so the changes can take effect. |
ERROR_SUCCESS_REBOOT_INITIATED (0x669) | |
1642 | The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing or the upgrade may 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. |
ERROR_PATCH_TARGET_NOT_FOUND (0x66A) | |
1643 | The update package is not permitted by software restriction policy. |
ERROR_PATCH_PACKAGE_REJECTED (0x66B) | |
1644 | One or more customizations are not permitted by software restriction policy. |
ERROR_INSTALL_TRANSFORM_REJECTED (0x66C) | |
1645 | The Windows Installer does not permit installation from a Remote Desktop Connection. |
ERROR_INSTALL_REMOTE_PROHIBITED (0x66D) | |
1646 | Uninstallation of the update package is not supported. |
ERROR_PATCH_REMOVAL_UNSUPPORTED (0x66E) | |
1647 | The update is not applied to this product. |
ERROR_UNKNOWN_PATCH (0x66F) | |
1648 | No valid sequence could be found for the set of updates. |
ERROR_PATCH_NO_SEQUENCE (0x670) | |
1649 | Update removal was disallowed by policy. |
ERROR_PATCH_REMOVAL_DISALLOWED (0x671) | |
1650 | The XML update data is invalid. |
ERROR_INVALID_PATCH_XML (0x672) | |
1651 | Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update. |
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT (0x673) | |
1652 | The Windows Installer service is not accessible in Safe Mode. Please 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. |
ERROR_INSTALL_SERVICE_SAFEBOOT (0x674) | |
1700 | The string binding is invalid. |
RPC_S_INVALID_STRING_BINDING (0x6A4) | |
1701 | The binding handle is not the correct type. |
RPC_S_WRONG_KIND_OF_BINDING (0x6A5) | |
1702 | The binding handle is invalid. |
RPC_S_INVALID_BINDING (0x6A6) | |
1703 | The RPC protocol sequence is not supported. |
RPC_S_PROTSEQ_NOT_SUPPORTED (0x6A7) | |
1704 | The RPC protocol sequence is invalid. |
RPC_S_INVALID_RPC_PROTSEQ (0x6A8) | |
1705 | The string universal unique identifier (UUID) is invalid. |
RPC_S_INVALID_STRING_UUID (0x6A9) | |
1706 | The endpoint format is invalid. |
RPC_S_INVALID_ENDPOINT_FORMAT (0x6AA) | |
1707 | The network address is invalid. |
RPC_S_INVALID_NET_ADDR (0x6AB) | |
1708 | No endpoint was found. |
RPC_S_NO_ENDPOINT_FOUND (0x6AC) | |
1709 | The timeout value is invalid. |
RPC_S_INVALID_TIMEOUT (0x6AD) | |
1710 | The object universal unique identifier (UUID) was not found. |
RPC_S_OBJECT_NOT_FOUND (0x6AE) | |
1711 | The object universal unique identifier (UUID) has already been registered. |
RPC_S_ALREADY_REGISTERED (0x6AF) | |
1712 | The type universal unique identifier (UUID) has already been registered. |
RPC_S_TYPE_ALREADY_REGISTERED (0x6B0) | |
1713 | The RPC server is already listening. |
RPC_S_ALREADY_LISTENING (0x6B1) | |
1714 | No protocol sequences have been registered. |
RPC_S_NO_PROTSEQS_REGISTERED (0x6B2) | |
1715 | The RPC server is not listening. |
RPC_S_NOT_LISTENING (0x6B3) | |
1716 | The manager type is unknown. |
RPC_S_UNKNOWN_MGR_TYPE (0x6B4) | |
1717 | The interface is unknown. |
RPC_S_UNKNOWN_IF (0x6B5) | |
1718 | There are no bindings. |
RPC_S_NO_BINDINGS (0x6B6) | |
1719 | There are no protocol sequences. |
RPC_S_NO_PROTSEQS (0x6B7) | |
1720 | The endpoint cannot be created. |
RPC_S_CANT_CREATE_ENDPOINT (0x6B8) | |
1721 | Not enough resources are available to complete this operation. |
RPC_S_OUT_OF_RESOURCES (0x6B9) | |
1722 | The RPC server is unavailable. |
RPC_S_SERVER_UNAVAILABLE (0x6BA) | |
1723 | The RPC server is too busy to complete this operation. |
RPC_S_SERVER_TOO_BUSY (0x6BB) | |
1724 | The network options are invalid. |
RPC_S_INVALID_NETWORK_OPTIONS (0x6BC) | |
1725 | There are no remote procedure calls active on this thread. |
RPC_S_NO_CALL_ACTIVE (0x6BD) | |
1726 | The remote procedure call failed. |
RPC_S_CALL_FAILED (0x6BE) | |
1727 | The remote procedure call failed and did not execute. |
RPC_S_CALL_FAILED_DNE (0x6BF) | |
1728 | A remote procedure call (RPC) protocol error occurred. |
RPC_S_PROTOCOL_ERROR (0x6C0) | |
1729 | Access to the HTTP proxy is denied. |
RPC_S_PROXY_ACCESS_DENIED (0x6C1) | |
1730 | The transfer syntax is not supported by the RPC server. |
RPC_S_UNSUPPORTED_TRANS_SYN (0x6C2) | |
1732 | The universal unique identifier (UUID) type is not supported. |
RPC_S_UNSUPPORTED_TYPE (0x6C4) | |
1733 | The tag is invalid. |
RPC_S_INVALID_TAG (0x6C5) | |
1734 | The array bounds are invalid. |
RPC_S_INVALID_BOUND (0x6C6) | |
1735 | The binding does not contain an entry name. |
RPC_S_NO_ENTRY_NAME (0x6C7) | |
1736 | The name syntax is invalid. |
RPC_S_INVALID_NAME_SYNTAX (0x6C8) | |
1737 | The name syntax is not supported. |
RPC_S_UNSUPPORTED_NAME_SYNTAX (0x6C9) | |
1739 | No network address is available to use to construct a universal unique identifier (UUID). |
RPC_S_UUID_NO_ADDRESS (0x6CB) | |
1740 | The endpoint is a duplicate. |
RPC_S_DUPLICATE_ENDPOINT (0x6CC) | |
1741 | The authentication type is unknown. |
RPC_S_UNKNOWN_AUTHN_TYPE (0x6CD) | |
1742 | The maximum number of calls is too small. |
RPC_S_MAX_CALLS_TOO_SMALL (0x6CE) | |
1743 | The string is too long. |
RPC_S_STRING_TOO_LONG (0x6CF) | |
1744 | The RPC protocol sequence was not found. |
RPC_S_PROTSEQ_NOT_FOUND (0x6D0) | |
1745 | The procedure number is out of range. |
RPC_S_PROCNUM_OUT_OF_RANGE (0x6D1) | |
1746 | The binding does not contain any authentication information. |
RPC_S_BINDING_HAS_NO_AUTH (0x6D2) | |
1747 | The authentication service is unknown. |
RPC_S_UNKNOWN_AUTHN_SERVICE (0x6D3) | |
1748 | The authentication level is unknown. |
RPC_S_UNKNOWN_AUTHN_LEVEL (0x6D4) | |
1749 | The security context is invalid. |
RPC_S_INVALID_AUTH_IDENTITY (0x6D5) | |
1750 | The authorization service is unknown. |
RPC_S_UNKNOWN_AUTHZ_SERVICE (0x6D6) | |
1751 | The entry is invalid. |
EPT_S_INVALID_ENTRY (0x6D7) | |
1752 | The server endpoint cannot perform the operation. |
EPT_S_CANT_PERFORM_OP (0x6D8) | |
1753 | There are no more endpoints available from the endpoint mapper. |
EPT_S_NOT_REGISTERED (0x6D9) | |
1754 | No interfaces have been exported. |
RPC_S_NOTHING_TO_EXPORT (0x6DA) | |
1755 | The entry name is incomplete. |
RPC_S_INCOMPLETE_NAME (0x6DB) | |
1756 | The version option is invalid. |
RPC_S_INVALID_VERS_OPTION (0x6DC) | |
1757 | There are no more members. |
RPC_S_NO_MORE_MEMBERS (0x6DD) | |
1758 | There is nothing to unexport. |
RPC_S_NOT_ALL_OBJS_UNEXPORTED (0x6DE) | |
1759 | The interface was not found. |
RPC_S_INTERFACE_NOT_FOUND (0x6DF) | |
1760 | The entry already exists. |
RPC_S_ENTRY_ALREADY_EXISTS (0x6E0) | |
1761 | The entry is not found. |
RPC_S_ENTRY_NOT_FOUND (0x6E1) | |
1762 | The name service is unavailable. |
RPC_S_NAME_SERVICE_UNAVAILABLE (0x6E2) | |
1763 | The network address family is invalid. |
RPC_S_INVALID_NAF_ID (0x6E3) | |
1764 | The requested operation is not supported. |
RPC_S_CANNOT_SUPPORT (0x6E4) | |
1765 | No security context is available to allow impersonation. |
RPC_S_NO_CONTEXT_AVAILABLE (0x6E5) | |
1766 | An internal error occurred in a remote procedure call (RPC). |
RPC_S_INTERNAL_ERROR (0x6E6) | |
1767 | The RPC server attempted an integer division by zero. |
RPC_S_ZERO_DIVIDE (0x6E7) | |
1768 | An addressing error occurred in the RPC server. |
RPC_S_ADDRESS_ERROR (0x6E8) | |
1769 | A floating-point operation at the RPC server caused a division by zero. |
RPC_S_FP_DIV_ZERO (0x6E9) | |
1770 | A floating-point underflow occurred at the RPC server. |
RPC_S_FP_UNDERFLOW (0x6EA) | |
1771 | A floating-point overflow occurred at the RPC server. |
RPC_S_FP_OVERFLOW (0x6EB) | |
1772 | The list of RPC servers available for the binding of auto handles has been exhausted. |
RPC_X_NO_MORE_ENTRIES (0x6EC) | |
1773 | Unable to open the character translation table file. |
RPC_X_SS_CHAR_TRANS_OPEN_FAIL (0x6ED) | |
1774 | The file containing the character translation table has fewer than 512 bytes. |
RPC_X_SS_CHAR_TRANS_SHORT_FILE (0x6EE) | |
1775 | A null context handle was passed from the client to the host during a remote procedure call. |
RPC_X_SS_IN_NULL_CONTEXT (0x6EF) | |
1777 | The context handle changed during a remote procedure call. |
RPC_X_SS_CONTEXT_DAMAGED (0x6F1) | |
1778 | The binding handles passed to a remote procedure call do not match. |
RPC_X_SS_HANDLES_MISMATCH (0x6F2) | |
1779 | The stub is unable to get the remote procedure call handle. |
RPC_X_SS_CANNOT_GET_CALL_HANDLE (0x6F3) | |
1780 | A null reference pointer was passed to the stub. |
RPC_X_NULL_REF_POINTER (0x6F4) | |
1781 | The enumeration value is out of range. |
RPC_X_ENUM_VALUE_OUT_OF_RANGE (0x6F5) | |
1782 | The byte count is too small. |
RPC_X_BYTE_COUNT_TOO_SMALL (0x6F6) | |
1783 | The stub received bad data. |
RPC_X_BAD_STUB_DATA (0x6F7) | |
1784 | The supplied user buffer is not valid for the requested operation. |
ERROR_INVALID_USER_BUFFER (0x6F8) | |
1785 | The disk media is not recognized. It may not be formatted. |
ERROR_UNRECOGNIZED_MEDIA (0x6F9) | |
1786 | The workstation does not have a trust secret. |
ERROR_NO_TRUST_LSA_SECRET (0x6FA) | |
1787 | The security database on the server does not have a computer account for this workstation trust relationship. |
ERROR_NO_TRUST_SAM_ACCOUNT (0x6FB) | |
1788 | The trust relationship between the primary domain and the trusted domain failed. |
ERROR_TRUSTED_DOMAIN_FAILURE (0x6FC) | |
1789 | The trust relationship between this workstation and the primary domain failed. |
ERROR_TRUSTED_RELATIONSHIP_FAILURE (0x6FD) | |
1790 | The network logon failed. |
ERROR_TRUST_FAILURE (0x6FE) | |
1791 | A remote procedure call is already in progress for this thread. |
RPC_S_CALL_IN_PROGRESS (0x6FF) | |
1792 | An attempt was made to logon but the network logon service was not started. |
ERROR_NETLOGON_NOT_STARTED (0x700) | |
1793 | The user's account has expired. |
ERROR_ACCOUNT_EXPIRED (0x701) | |
1794 | The redirector is in use and cannot be unloaded. |
ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702) | |
1795 | The specified printer driver is already installed. |
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED (0x703) | |
1796 | The specified port is unknown. |
ERROR_UNKNOWN_PORT (0x704) | |
1797 | The printer driver is unknown. |
ERROR_UNKNOWN_PRINTER_DRIVER (0x705) | |
1798 | The print processor is unknown. |
ERROR_UNKNOWN_PRINTPROCESSOR (0x706) | |
1799 | The specified separator file is invalid. |
ERROR_INVALID_SEPARATOR_FILE (0x707) | |
1800 | The specified priority is invalid. |
ERROR_INVALID_PRIORITY (0x708) | |
1801 | The printer name is invalid. |
ERROR_INVALID_PRINTER_NAME (0x709) | |
1802 | The printer already exists. |
ERROR_PRINTER_ALREADY_EXISTS (0x70A) | |
1803 | The printer command is invalid. |
ERROR_INVALID_PRINTER_COMMAND (0x70B) | |
1804 | The specified datatype is invalid. |
ERROR_INVALID_DATATYPE (0x70C) | |
1805 | The environment specified is invalid. |
ERROR_INVALID_ENVIRONMENT (0x70D) | |
1806 | There are no more bindings. |
RPC_S_NO_MORE_BINDINGS (0x70E) | |
1807 | The account used is an interdomain trust account. Use your global user account or local user account to access this server. |
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT (0x70F) | |
1808 | The account used is a computer account. Use your global user account or local user account to access this server. |
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT (0x710) | |
1809 | The account used is a server trust account. Use your global user account or local user account to access this server. |
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT (0x711) | |
1810 | The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. |
ERROR_DOMAIN_TRUST_INCONSISTENT (0x712) | |
1811 | The server is in use and cannot be unloaded. |
ERROR_SERVER_HAS_OPEN_HANDLES (0x713) | |
1812 | The specified image file did not contain a resource section. |
ERROR_RESOURCE_DATA_NOT_FOUND (0x714) | |
1813 | The specified resource type cannot be found in the image file. |
ERROR_RESOURCE_TYPE_NOT_FOUND (0x715) | |
1814 | The specified resource name cannot be found in the image file. |
ERROR_RESOURCE_NAME_NOT_FOUND (0x716) | |
1815 | The specified resource language ID cannot be found in the image file. |
ERROR_RESOURCE_LANG_NOT_FOUND (0x717) | |
1816 | Not enough quota is available to process this command. |
ERROR_NOT_ENOUGH_QUOTA (0x718) | |
1817 | No interfaces have been registered. |
RPC_S_NO_INTERFACES (0x719) | |
1818 | The remote procedure call was canceled. |
RPC_S_CALL_CANCELLED (0x71A) | |
1819 | The binding handle does not contain all required information. |
RPC_S_BINDING_INCOMPLETE (0x71B) | |
1820 | A communications failure occurred during a remote procedure call. |
RPC_S_COMM_FAILURE (0x71C) | |
1821 | The requested authentication level is not supported. |
RPC_S_UNSUPPORTED_AUTHN_LEVEL (0x71D) | |
1822 | No principal name registered. |
RPC_S_NO_PRINC_NAME (0x71E) | |
1823 | The error specified is not a valid Windows RPC error code. |
RPC_S_NOT_RPC_ERROR (0x71F) | |
1824 | A UUID that is valid only on this computer has been allocated. |
RPC_S_UUID_LOCAL_ONLY (0x720) | |
1825 | A security package specific error occurred. |
RPC_S_SEC_PKG_ERROR (0x721) | |
1826 | Thread is not canceled. |
RPC_S_NOT_CANCELLED (0x722) | |
1827 | Invalid operation on the encoding/decoding handle. |
RPC_X_INVALID_ES_ACTION (0x723) | |
1828 | Incompatible version of the serializing package. |
RPC_X_WRONG_ES_VERSION (0x724) | |
1829 | Incompatible version of the RPC stub. |
RPC_X_WRONG_STUB_VERSION (0x725) | |
1830 | The RPC pipe object is invalid or corrupted. |
RPC_X_INVALID_PIPE_OBJECT (0x726) | |
1831 | An invalid operation was attempted on an RPC pipe object. |
RPC_X_WRONG_PIPE_ORDER (0x727) | |
1832 | Unsupported RPC pipe version. |
RPC_X_WRONG_PIPE_VERSION (0x728) | |
1833 | HTTP proxy server rejected the connection because the cookie authentication failed. |
RPC_S_COOKIE_AUTH_FAILED (0x729) | |
1898 | The group member was not found. |
RPC_S_GROUP_MEMBER_NOT_FOUND (0x76A) | |
1899 | The endpoint mapper database entry could not be created. |
EPT_S_CANT_CREATE (0x76B) | |
1900 | The object universal unique identifier (UUID) is the nil UUID. |
RPC_S_INVALID_OBJECT (0x76C) | |
1901 | The specified time is invalid. |
ERROR_INVALID_TIME (0x76D) | |
1902 | The specified form name is invalid. |
ERROR_INVALID_FORM_NAME (0x76E) | |
1903 | The specified form size is invalid. |
ERROR_INVALID_FORM_SIZE (0x76F) | |
1904 | The specified printer handle is already being waited on |
ERROR_ALREADY_WAITING (0x770) | |
1905 | The specified printer has been deleted. |
ERROR_PRINTER_DELETED (0x771) | |
1906 | The state of the printer is invalid. |
ERROR_INVALID_PRINTER_STATE (0x772) | |
1907 | The user's password must be changed before logging on the first time. |
ERROR_PASSWORD_MUST_CHANGE (0x773) | |
1908 | Could not find the domain controller for this domain. |
ERROR_DOMAIN_CONTROLLER_NOT_FOUND (0x774) | |
1909 | The referenced account is currently locked out and may not be logged on to. |
ERROR_ACCOUNT_LOCKED_OUT (0x775) | |
1910 | The object exporter specified was not found. |
OR_INVALID_OXID (0x776) | |
1911 | The object specified was not found. |
OR_INVALID_OID (0x777) | |
1912 | The object resolver set specified was not found. |
OR_INVALID_SET (0x778) | |
1913 | Some data remains to be sent in the request buffer. |
RPC_S_SEND_INCOMPLETE (0x779) | |
1914 | Invalid asynchronous remote procedure call handle. |
RPC_S_INVALID_ASYNC_HANDLE (0x77A) | |
1915 | Invalid asynchronous RPC call handle for this operation. |
RPC_S_INVALID_ASYNC_CALL (0x77B) | |
1916 | The RPC pipe object has already been closed. |
RPC_X_PIPE_CLOSED (0x77C) | |
1917 | The RPC call completed before all pipes were processed. |
RPC_X_PIPE_DISCIPLINE_ERROR (0x77D) | |
1918 | No more data is available from the RPC pipe. |
RPC_X_PIPE_EMPTY (0x77E) | |
1919 | No site name is available for this machine. |
ERROR_NO_SITENAME (0x77F) | |
1920 | The file cannot be accessed by the system. |
ERROR_CANT_ACCESS_FILE (0x780) | |
1921 | The name of the file cannot be resolved by the system. |
ERROR_CANT_RESOLVE_FILENAME (0x781) | |
1922 | The entry is not of the expected type. |
RPC_S_ENTRY_TYPE_MISMATCH (0x782) | |
1923 | Not all object UUIDs could be exported to the specified entry. |
RPC_S_NOT_ALL_OBJS_EXPORTED (0x783) | |
1924 | Interface could not be exported to the specified entry. |
RPC_S_INTERFACE_NOT_EXPORTED (0x784) | |
1925 | The specified profile entry could not be added. |
RPC_S_PROFILE_NOT_ADDED (0x785) | |
1926 | The specified profile element could not be added. |
RPC_S_PRF_ELT_NOT_ADDED (0x786) | |
1927 | The specified profile element could not be removed. |
RPC_S_PRF_ELT_NOT_REMOVED (0x787) | |
1928 | The group element could not be added. |
RPC_S_GRP_ELT_NOT_ADDED (0x788) | |
1929 | The group element could not be removed. |
RPC_S_GRP_ELT_NOT_REMOVED (0x789) | |
1930 | The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. |
ERROR_KM_DRIVER_BLOCKED (0x78A) | |
1931 | The context has expired and can no longer be used. |
ERROR_CONTEXT_EXPIRED (0x78B) | |
1932 | The current user's delegated trust creation quota has been exceeded. |
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED (0x78C) | |
1933 | The total delegated trust creation quota has been exceeded. |
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED (0x78D) | |
1934 | The current user's delegated trust deletion quota has been exceeded. |
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED (0x78E) | |
1935 | Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. |
ERROR_AUTHENTICATION_FIREWALL_FAILED (0x78F) |
here you go to some more-----------1936 to 12008
Comments
Post a Comment