본문 바로가기

Programming/MFC

System Error Codes

System Error Codes

The following table provides a list of system error codes. The values are defined in the WinError.h header file. They are returned by theGetLastErrorfunction when many functions fail. To retrieve the description text for the error in your application, use theFormatMessagefunction with the FORMAT_MESSAGE_FROM_SYSTEM flag.

CodeDescriptionName
0The operation completed successfully.ERROR_SUCCESS
1Incorrect function.ERROR_INVALID_FUNCTION
2The system cannot find the file specified.ERROR_FILE_NOT_FOUND
3The system cannot find the path specified.ERROR_PATH_NOT_FOUND
4The system cannot open the file.ERROR_TOO_MANY_OPEN_FILES
5Access is denied.ERROR_ACCESS_DENIED
6The handle is invalid.ERROR_INVALID_HANDLE
7The storage control blocks were destroyed.ERROR_ARENA_TRASHED
8Not enough storage is available to process this command.ERROR_NOT_ENOUGH_MEMORY
9The storage control block address is invalid.ERROR_INVALID_BLOCK
10The environment is incorrect.ERROR_BAD_ENVIRONMENT
11An attempt was made to load a program with an incorrect format.ERROR_BAD_FORMAT
12The access code is invalid.ERROR_INVALID_ACCESS
13The data is invalid.ERROR_INVALID_DATA
14Not enough storage is available to complete this operation.ERROR_OUTOFMEMORY
15The system cannot find the drive specified.ERROR_INVALID_DRIVE
16The directory cannot be removed.ERROR_CURRENT_DIRECTORY
17The system cannot move the file to a different disk drive.ERROR_NOT_SAME_DEVICE
18There are no more files.ERROR_NO_MORE_FILES
19The media is write protected.ERROR_WRITE_PROTECT
20The system cannot find the device specified.ERROR_BAD_UNIT
21The device is not ready.ERROR_NOT_READY
22The device does not recognize the command.ERROR_BAD_COMMAND
23Data error (cyclic redundancy check).ERROR_CRC
24The program issued a command but the command length is incorrect.ERROR_BAD_LENGTH
25The drive cannot locate a specific area or track on the disk.ERROR_SEEK
26The specified disk or diskette cannot be accessed.ERROR_NOT_DOS_DISK
27The drive cannot find the sector requested.ERROR_SECTOR_NOT_FOUND
28The printer is out of paper.ERROR_OUT_OF_PAPER
29The system cannot write to the specified device.ERROR_WRITE_FAULT
30The system cannot read from the specified device.ERROR_READ_FAULT
31A device attached to the system is not functioning.ERROR_GEN_FAILURE
32The process cannot access the file because it is being used by another process.ERROR_SHARING_VIOLATION
33The process cannot access the file because another process has locked a portion of the file.ERROR_LOCK_VIOLATION
34The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.ERROR_WRONG_DISK
36Too many files opened for sharing.ERROR_SHARING_BUFFER_EXCEEDED
38Reached the end of the file.ERROR_HANDLE_EOF
39The disk is full.ERROR_HANDLE_DISK_FULL
50The request is not supported.ERROR_NOT_SUPPORTED
51Windows 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
52You were not connected because a duplicate name exists on the network. Go to System in the Control Panel to change the computer name and try again.ERROR_DUP_NAME
53The network path was not found.ERROR_BAD_NETPATH
54The network is busy.ERROR_NETWORK_BUSY
55The specified network resource or device is no longer available.ERROR_DEV_NOT_EXIST
56The network BIOS command limit has been reached.ERROR_TOO_MANY_CMDS
57A network adapter hardware error occurred.ERROR_ADAP_HDW_ERR
58The specified server cannot perform the requested operation.ERROR_BAD_NET_RESP
59An unexpected network error occurred.ERROR_UNEXP_NET_ERR
60The remote adapter is not compatible.ERROR_BAD_REM_ADAP
61The printer queue is full.ERROR_PRINTQ_FULL
62Space to store the file waiting to be printed is not available on the server.ERROR_NO_SPOOL_SPACE
63Your file waiting to be printed was deleted.ERROR_PRINT_CANCELLED
64The specified network name is no longer available.ERROR_NETNAME_DELETED
65Network access is denied.ERROR_NETWORK_ACCESS_DENIED
66The network resource type is not correct.ERROR_BAD_DEV_TYPE
67The network name cannot be found.ERROR_BAD_NET_NAME
68The name limit for the local computer network adapter card was exceeded.ERROR_TOO_MANY_NAMES
69The network BIOS session limit was exceeded.ERROR_TOO_MANY_SESS
70The remote server has been paused or is in the process of being started.ERROR_SHARING_PAUSED
71No 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
72The specified printer or disk device has been paused.ERROR_REDIR_PAUSED
80The file exists.ERROR_FILE_EXISTS
82The directory or file cannot be created.ERROR_CANNOT_MAKE
83Fail on INT 24.ERROR_FAIL_I24
84Storage to process this request is not available.ERROR_OUT_OF_STRUCTURES
85The local device name is already in use.ERROR_ALREADY_ASSIGNED
86The specified network password is not correct.ERROR_INVALID_PASSWORD
87The parameter is incorrect.ERROR_INVALID_PARAMETER
88A write fault occurred on the network.ERROR_NET_WRITE_FAULT
89The system cannot start another process at this time.ERROR_NO_PROC_SLOTS
100Cannot create another system semaphore.ERROR_TOO_MANY_SEMAPHORES
101The exclusive semaphore is owned by another process.ERROR_EXCL_SEM_ALREADY_OWNED
102The semaphore is set and cannot be closed.ERROR_SEM_IS_SET
103The semaphore cannot be set again.ERROR_TOO_MANY_SEM_REQUESTS
104Cannot request exclusive semaphores at interrupt time.ERROR_INVALID_AT_INTERRUPT_TIME
105The previous ownership of this semaphore has ended.ERROR_SEM_OWNER_DIED
106Insert the diskette for drive %1.ERROR_SEM_USER_LIMIT
107The program stopped because an alternate diskette was not inserted.ERROR_DISK_CHANGE
108The disk is in use or locked by another process.ERROR_DRIVE_LOCKED
109The pipe has been ended.ERROR_BROKEN_PIPE
110The system cannot open the device or file specified.ERROR_OPEN_FAILED
111The file name is too long.ERROR_BUFFER_OVERFLOW
112There is not enough space on the disk.ERROR_DISK_FULL
113No more internal file identifiers available.ERROR_NO_MORE_SEARCH_HANDLES
114The target internal file identifier is incorrect.ERROR_INVALID_TARGET_HANDLE
117The IOCTL call made by the application program is not correct.ERROR_INVALID_CATEGORY
118The verify-on-write switch parameter value is not correct.ERROR_INVALID_VERIFY_SWITCH
119The system does not support the command requested.ERROR_BAD_DRIVER_LEVEL
120This function is not supported on this system.ERROR_CALL_NOT_IMPLEMENTED
121The semaphore timeout period has expired.ERROR_SEM_TIMEOUT
122The data area passed to a system call is too small.ERROR_INSUFFICIENT_BUFFER
123The filename, directory name, or volume label syntax is incorrect.ERROR_INVALID_NAME
124The system call level is not correct.ERROR_INVALID_LEVEL
125The disk has no volume label.ERROR_NO_VOLUME_LABEL
126The specified module could not be found.ERROR_MOD_NOT_FOUND
127The specified procedure could not be found.ERROR_PROC_NOT_FOUND
128There are no child processes to wait for.ERROR_WAIT_NO_CHILDREN
129The %1 application cannot be run in Win32 mode.ERROR_CHILD_NOT_COMPLETE
130Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.ERROR_DIRECT_ACCESS_HANDLE
131An attempt was made to move the file pointer before the beginning of the file.ERROR_NEGATIVE_SEEK
132The file pointer cannot be set on the specified device or file.ERROR_SEEK_ON_DEVICE
133A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.ERROR_IS_JOIN_TARGET
134An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.ERROR_IS_JOINED
135An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.ERROR_IS_SUBSTED
136The system tried to delete the JOIN of a drive that is not joined.ERROR_NOT_JOINED
137The system tried to delete the substitution of a drive that is not substituted.ERROR_NOT_SUBSTED
138The system tried to join a drive to a directory on a joined drive.ERROR_JOIN_TO_JOIN
139The system tried to substitute a drive to a directory on a substituted drive.ERROR_SUBST_TO_SUBST
140The system tried to join a drive to a directory on a substituted drive.ERROR_JOIN_TO_SUBST
141The system tried to SUBST a drive to a directory on a joined drive.ERROR_SUBST_TO_JOIN
142The system cannot perform a JOIN or SUBST at this time.ERROR_BUSY_DRIVE
143The system cannot join or substitute a drive to or for a directory on the same drive.ERROR_SAME_DRIVE
144The directory is not a subdirectory of the root directory.ERROR_DIR_NOT_ROOT
145The directory is not empty.ERROR_DIR_NOT_EMPTY
146The path specified is being used in a substitute.ERROR_IS_SUBST_PATH
147Not enough resources are available to process this command.ERROR_IS_JOIN_PATH
148The path specified cannot be used at this time.ERROR_PATH_BUSY
149An 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
150System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.ERROR_SYSTEM_TRACE
151The number of specified semaphore events for DosMuxSemWait is not correct.ERROR_INVALID_EVENT_COUNT
152DosMuxSemWait did not execute; too many semaphores are already set.ERROR_TOO_MANY_MUXWAITERS
153The DosMuxSemWait list is not correct.ERROR_INVALID_LIST_FORMAT
154The volume label you entered exceeds the label character limit of the target file system.ERROR_LABEL_TOO_LONG
155Cannot create another thread.ERROR_TOO_MANY_TCBS
156The recipient process has refused the signal.ERROR_SIGNAL_REFUSED
157The segment is already discarded and cannot be locked.ERROR_DISCARDED
158The segment is already unlocked.ERROR_NOT_LOCKED
159The address for the thread ID is not correct.ERROR_BAD_THREADID_ADDR
160The argument string passed to DosExecPgm is not correct.ERROR_BAD_ARGUMENTS
161The specified path is invalid.ERROR_BAD_PATHNAME
162A signal is already pending.ERROR_SIGNAL_PENDING
164No more threads can be created in the system.ERROR_MAX_THRDS_REACHED
167Unable to lock a region of a file.ERROR_LOCK_FAILED
170The requested resource is in use.ERROR_BUSY
173A lock request was not outstanding for the supplied cancel region.ERROR_CANCEL_VIOLATION
174The file system does not support atomic changes to the lock type.ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
180The system detected a segment number that was not correct.ERROR_INVALID_SEGMENT_NUMBER
182The operating system cannot run %1.ERROR_INVALID_ORDINAL
183Cannot create a file when that file already exists.ERROR_ALREADY_EXISTS
186The flag passed is not correct.ERROR_INVALID_FLAG_NUMBER
187The specified system semaphore name was not found.ERROR_SEM_NOT_FOUND
188The operating system cannot run %1.ERROR_INVALID_STARTING_CODESEG
189The operating system cannot run %1.ERROR_INVALID_STACKSEG
190The operating system cannot run %1.ERROR_INVALID_MODULETYPE
191Cannot run %1 in Win32 mode.ERROR_INVALID_EXE_SIGNATURE
192The operating system cannot run %1.ERROR_EXE_MARKED_INVALID
193%1 is not a valid Win32 application.ERROR_BAD_EXE_FORMAT
194The operating system cannot run %1.ERROR_ITERATED_DATA_EXCEEDS_64k
195The operating system cannot run %1.ERROR_INVALID_MINALLOCSIZE
196The operating system cannot run this application program.ERROR_DYNLINK_FROM_INVALID_RING
197The operating system is not presently configured to run this application.ERROR_IOPL_NOT_ENABLED
198The operating system cannot run %1.ERROR_INVALID_SEGDPL
199The operating system cannot run this application program.ERROR_AUTODATASEG_EXCEEDS_64k
200The code segment cannot be greater than or equal to 64K.ERROR_RING2SEG_MUST_BE_MOVABLE
201The operating system cannot run %1.ERROR_RELOC_CHAIN_XEEDS_SEGLIM
202The operating system cannot run %1.ERROR_INFLOOP_IN_RELOC_CHAIN
203The system could not find the environment option that was entered.ERROR_ENVVAR_NOT_FOUND
205No process in the command subtree has a signal handler.ERROR_NO_SIGNAL_SENT
206The filename or extension is too long.ERROR_FILENAME_EXCED_RANGE
207The ring 2 stack is in use.ERROR_RING2_STACK_IN_USE
208The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.ERROR_META_EXPANSION_TOO_LONG
209The signal being posted is not correct.ERROR_INVALID_SIGNAL_NUMBER
210The signal handler cannot be set.ERROR_THREAD_1_INACTIVE
212The segment is locked and cannot be reallocated.ERROR_LOCKED
214Too many dynamic-link modules are attached to this program or dynamic-link module.ERROR_TOO_MANY_MODULES
215Cannot nest calls to LoadModule.ERROR_NESTING_NOT_ALLOWED
216The image file %1 is valid, but is for a machine type other than the current machine.ERROR_EXE_MACHINE_TYPE_MISMATCH
217The image file %1 is signed, unable to modify.ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
218The image file %1 is strong signed, unable to modify.ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
230The pipe state is invalid.ERROR_BAD_PIPE
231All pipe instances are busy.ERROR_PIPE_BUSY
232The pipe is being closed.ERROR_NO_DATA
233No process is on the other end of the pipe.ERROR_PIPE_NOT_CONNECTED
234More data is available.ERROR_MORE_DATA
240The session was canceled.ERROR_VC_DISCONNECTED
254The specified extended attribute name was invalid.ERROR_INVALID_EA_NAME
255The extended attributes are inconsistent.ERROR_EA_LIST_INCONSISTENT
258The wait operation timed out.WAIT_TIMEOUT
259No more data is available.ERROR_NO_MORE_ITEMS
266The copy functions cannot be used.ERROR_CANNOT_COPY
267The directory name is invalid.ERROR_DIRECTORY
275The extended attributes did not fit in the buffer.ERROR_EAS_DIDNT_FIT
276The extended attribute file on the mounted file system is corrupt.ERROR_EA_FILE_CORRUPT
277The extended attribute table file is full.ERROR_EA_TABLE_FULL
278The specified extended attribute handle is invalid.ERROR_INVALID_EA_HANDLE
282The mounted file system does not support extended attributes.ERROR_EAS_NOT_SUPPORTED
288Attempt to release mutex not owned by caller.ERROR_NOT_OWNER
298Too many posts were made to a semaphore.ERROR_TOO_MANY_POSTS
299Only part of a ReadProcessMemory or WriteProcessMemory request was completed.ERROR_PARTIAL_COPY
300The oplock request is denied.ERROR_OPLOCK_NOT_GRANTED
301An invalid oplock acknowledgment was received by the system.ERROR_INVALID_OPLOCK_PROTOCOL
302The volume is too fragmented to complete this operation.ERROR_DISK_TOO_FRAGMENTED
303The file cannot be opened because it is in the process of being deleted.ERROR_DELETE_PENDING
317The system cannot find message text for message number 0x%1 in the message file for %2.ERROR_MR_MID_NOT_FOUND
318The scope specified was not found.ERROR_SCOPE_NOT_FOUND
487Attempt to access invalid address.ERROR_INVALID_ADDRESS
534Arithmetic result exceeded 32 bits.ERROR_ARITHMETIC_OVERFLOW
535There is a process on other end of the pipe.ERROR_PIPE_CONNECTED
536Waiting for a process to open the other end of the pipe.ERROR_PIPE_LISTENING
994Access to the extended attribute was denied.ERROR_EA_ACCESS_DENIED
995The I/O operation has been aborted because of either a thread exit or an application request.ERROR_OPERATION_ABORTED
996Overlapped I/O event is not in a signaled state.ERROR_IO_INCOMPLETE
997Overlapped I/O operation is in progress.ERROR_IO_PENDING
998Invalid access to memory location.ERROR_NOACCESS
999Error performing inpage operation.ERROR_SWAPERROR
1001Recursion too deep; the stack overflowed.ERROR_STACK_OVERFLOW
1002The window cannot act on the sent message.ERROR_INVALID_MESSAGE
1003Cannot complete this function.ERROR_CAN_NOT_COMPLETE
1004Invalid flags.ERROR_INVALID_FLAGS
1005The 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
1006The volume for a file has been externally altered so that the opened file is no longer valid.ERROR_FILE_INVALID
1007The requested operation cannot be performed in full-screen mode.ERROR_FULLSCREEN_MODE
1008An attempt was made to reference a token that does not exist.ERROR_NO_TOKEN
1009The configuration registry database is corrupt.ERROR_BADDB
1010The configuration registry key is invalid.ERROR_BADKEY
1011The configuration registry key could not be opened.ERROR_CANTOPEN
1012The configuration registry key could not be read.ERROR_CANTREAD
1013The configuration registry key could not be written.ERROR_CANTWRITE
1014One 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
1015The 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
1016An 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
1017The 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
1018Illegal operation attempted on a registry key that has been marked for deletion.ERROR_KEY_DELETED
1019System could not allocate the required space in a registry log.ERROR_NO_LOG_SPACE
1020Cannot create a symbolic link in a registry key that already has subkeys or values.ERROR_KEY_HAS_CHILDREN
1021Cannot create a stable subkey under a volatile parent key.ERROR_CHILD_MUST_BE_VOLATILE
1022A 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
1051A stop control has been sent to a service that other running services are dependent on.ERROR_DEPENDENT_SERVICES_RUNNING
1052The requested control is not valid for this service.ERROR_INVALID_SERVICE_CONTROL
1053The service did not respond to the start or control request in a timely fashion.ERROR_SERVICE_REQUEST_TIMEOUT
1054A thread could not be created for the service.ERROR_SERVICE_NO_THREAD
1055The service database is locked.ERROR_SERVICE_DATABASE_LOCKED
1056An instance of the service is already running.ERROR_SERVICE_ALREADY_RUNNING
1057The account name is invalid or does not exist, or the password is invalid for the account name specified.ERROR_INVALID_SERVICE_ACCOUNT
1058The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.ERROR_SERVICE_DISABLED
1059Circular service dependency was specified.ERROR_CIRCULAR_DEPENDENCY
1060The specified service does not exist as an installed service.ERROR_SERVICE_DOES_NOT_EXIST
1061The service cannot accept control messages at this time.ERROR_SERVICE_CANNOT_ACCEPT_CTRL
1062The service has not been started.ERROR_SERVICE_NOT_ACTIVE
1063The service process could not connect to the service controller.ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
1064An exception occurred in the service when handling the control request.ERROR_EXCEPTION_IN_SERVICE
1065The database specified does not exist.ERROR_DATABASE_DOES_NOT_EXIST
1066The service has returned a service-specific error code.ERROR_SERVICE_SPECIFIC_ERROR
1067The process terminated unexpectedly.ERROR_PROCESS_ABORTED
1068The dependency service or group failed to start.ERROR_SERVICE_DEPENDENCY_FAIL
1069The service did not start due to a logon failure.ERROR_SERVICE_LOGON_FAILED
1070After starting, the service hung in a start-pending state.ERROR_SERVICE_START_HANG
1071The specified service database lock is invalid.ERROR_INVALID_SERVICE_LOCK
1072The specified service has been marked for deletion.ERROR_SERVICE_MARKED_FOR_DELETE
1073The specified service already exists.ERROR_SERVICE_EXISTS
1074The system is currently running with the last-known-good configuration.ERROR_ALREADY_RUNNING_LKG
1075The dependency service does not exist or has been marked for deletion.ERROR_SERVICE_DEPENDENCY_DELETED
1076The current boot has already been accepted for use as the last-known-good control set.ERROR_BOOT_ALREADY_ACCEPTED
1077No attempts to start the service have been made since the last boot.ERROR_SERVICE_NEVER_STARTED
1078The name is already in use as either a service name or a service display name.ERROR_DUPLICATE_SERVICE_NAME
1079The account specified for this service is different from the account specified for other services running in the same process.ERROR_DIFFERENT_SERVICE_ACCOUNT
1080Failure actions can only be set for Win32 services, not for drivers.ERROR_CANNOT_DETECT_DRIVER_FAILURE
1081This 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
1082No recovery program has been configured for this service.ERROR_NO_RECOVERY_PROGRAM
1083The executable program that this service is configured to run in does not implement the service.ERROR_SERVICE_NOT_IN_EXE
1084This service cannot be started in Safe Mode.ERROR_NOT_SAFEBOOT_SERVICE
1100The physical end of the tape has been reached.ERROR_END_OF_MEDIA
1101A tape access reached a filemark.ERROR_FILEMARK_DETECTED
1102The beginning of the tape or a partition was encountered.ERROR_BEGINNING_OF_MEDIA
1103A tape access reached the end of a set of files.ERROR_SETMARK_DETECTED
1104No more data is on the tape.ERROR_NO_DATA_DETECTED
1105Tape could not be partitioned.ERROR_PARTITION_FAILURE
1106When accessing a new tape of a multivolume partition, the current block size is incorrect.ERROR_INVALID_BLOCK_LENGTH
1107Tape partition information could not be found when loading a tape.ERROR_DEVICE_NOT_PARTITIONED
1108Unable to lock the media eject mechanism.ERROR_UNABLE_TO_LOCK_MEDIA
1109Unable to unload the media.ERROR_UNABLE_TO_UNLOAD_MEDIA
1110The media in the drive may have changed.ERROR_MEDIA_CHANGED
1111The I/O bus was reset.ERROR_BUS_RESET
1112No media in drive.ERROR_NO_MEDIA_IN_DRIVE
1113No mapping for the Unicode character exists in the target multi-byte code page.ERROR_NO_UNICODE_TRANSLATION
1114A dynamic link library (DLL) initialization routine failed.ERROR_DLL_INIT_FAILED
1115A system shutdown is in progress.ERROR_SHUTDOWN_IN_PROGRESS
1116Unable to abort the system shutdown because no shutdown was in progress.ERROR_NO_SHUTDOWN_IN_PROGRESS
1117The request could not be performed because of an I/O device error.ERROR_IO_DEVICE
1118No serial device was successfully initialized. The serial driver will unload.ERROR_SERIAL_NO_DEVICE
1119Unable 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
1120A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)ERROR_MORE_WRITES
1121A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)ERROR_COUNTER_TIMEOUT
1122No ID address mark was found on the floppy disk.ERROR_FLOPPY_ID_MARK_NOT_FOUND
1123Mismatch between the floppy disk sector ID field and the floppy disk controller track address.ERROR_FLOPPY_WRONG_CYLINDER
1124The floppy disk controller reported an error that is not recognized by the floppy disk driver.ERROR_FLOPPY_UNKNOWN_ERROR
1125The floppy disk controller returned inconsistent results in its registers.ERROR_FLOPPY_BAD_REGISTERS
1126While accessing the hard disk, a recalibrate operation failed, even after retries.ERROR_DISK_RECALIBRATE_FAILED
1127While accessing the hard disk, a disk operation failed even after retries.ERROR_DISK_OPERATION_FAILED
1128While accessing the hard disk, a disk controller reset was needed, but even that failed.ERROR_DISK_RESET_FAILED
1129Physical end of tape encountered.ERROR_EOM_OVERFLOW
1130Not enough server storage is available to process this command.ERROR_NOT_ENOUGH_SERVER_MEMORY
1131A potential deadlock condition has been detected.ERROR_POSSIBLE_DEADLOCK
1132The base address or the file offset specified does not have the proper alignment.ERROR_MAPPED_ALIGNMENT
1140An attempt to change the system power state was vetoed by another application or driver.ERROR_SET_POWER_STATE_VETOED
1141The system BIOS failed an attempt to change the system power state.ERROR_SET_POWER_STATE_FAILED
1142An attempt was made to create more links on a file than the file system supports.ERROR_TOO_MANY_LINKS
1150The specified program requires a newer version of Windows.ERROR_OLD_WIN_VERSION
1151The specified program is not a Windows or MS-DOS program.ERROR_APP_WRONG_OS
1152Cannot start more than one instance of the specified program.ERROR_SINGLE_INSTANCE_APP
1153The specified program was written for an earlier version of Windows.ERROR_RMODE_APP
1154One of the library files needed to run this application is damaged.ERROR_INVALID_DLL
1155No application is associated with the specified file for this operation.ERROR_NO_ASSOCIATION
1156An error occurred in sending the command to the application.ERROR_DDE_FAIL
1157One of the library files needed to run this application cannot be found.ERROR_DLL_NOT_FOUND
1158The current process has used all of its system allowance of handles for Window Manager objects.ERROR_NO_MORE_USER_HANDLES
1159The message can be used only with synchronous operations.ERROR_MESSAGE_SYNC_ONLY
1160The indicated source element has no media.ERROR_SOURCE_ELEMENT_EMPTY
1161The indicated destination element already contains media.ERROR_DESTINATION_ELEMENT_FULL
1162The indicated element does not exist.ERROR_ILLEGAL_ELEMENT_ADDRESS
1163The indicated element is part of a magazine that is not present.ERROR_MAGAZINE_NOT_PRESENT
1164The indicated device requires reinitialization due to hardware errors.ERROR_DEVICE_REINITIALIZATION_NEEDED
1165The device has indicated that cleaning is required before further operations are attempted.ERROR_DEVICE_REQUIRES_CLEANING
1166The device has indicated that its door is open.ERROR_DEVICE_DOOR_OPEN
1167The device is not connected.ERROR_DEVICE_NOT_CONNECTED
1168Element not found.ERROR_NOT_FOUND
1169There was no match for the specified key in the index.ERROR_NO_MATCH
1170The property set specified does not exist on the object.ERROR_SET_NOT_FOUND
1171The point passed to GetMouseMovePointsEx is not in the buffer.ERROR_POINT_NOT_FOUND
1172The tracking (workstation) service is not running.ERROR_NO_TRACKING_SERVICE
1173The Volume ID could not be found.ERROR_NO_VOLUME_ID
1175Unable to remove the file to be replaced.ERROR_UNABLE_TO_REMOVE_REPLACED
1176Unable 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
1177Unable 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
1178The volume change journal is being deleted.ERROR_JOURNAL_DELETE_IN_PROGRESS
1179The volume change journal is not active.ERROR_JOURNAL_NOT_ACTIVE
1180A file was found, but it may not be the correct file.ERROR_POTENTIAL_FILE_FOUND
1181The journal entry has been deleted from the journal.ERROR_JOURNAL_ENTRY_DELETED
1200The specified device name is invalid.ERROR_BAD_DEVICE
1201The device is not currently connected but it is a remembered connection.ERROR_CONNECTION_UNAVAIL
1202The local device name has a remembered connection to another network resource.ERROR_DEVICE_ALREADY_REMEMBERED
1203No network provider accepted the given network path.ERROR_NO_NET_OR_BAD_PATH
1204The specified network provider name is invalid.ERROR_BAD_PROVIDER
1205Unable to open the network connection profile.ERROR_CANNOT_OPEN_PROFILE
1206The network connection profile is corrupted.ERROR_BAD_PROFILE
1207Cannot enumerate a noncontainer.ERROR_NOT_CONTAINER
1208An extended error has occurred.ERROR_EXTENDED_ERROR
1209The format of the specified group name is invalid.ERROR_INVALID_GROUPNAME
1210The format of the specified computer name is invalid.ERROR_INVALID_COMPUTERNAME
1211The format of the specified event name is invalid.ERROR_INVALID_EVENTNAME
1212The format of the specified domain name is invalid.ERROR_INVALID_DOMAINNAME
1213The format of the specified service name is invalid.ERROR_INVALID_SERVICENAME
1214The format of the specified network name is invalid.ERROR_INVALID_NETNAME
1215The format of the specified share name is invalid.ERROR_INVALID_SHARENAME
1216The format of the specified password is invalid.ERROR_INVALID_PASSWORDNAME
1217The format of the specified message name is invalid.ERROR_INVALID_MESSAGENAME
1218The format of the specified message destination is invalid.ERROR_INVALID_MESSAGEDEST
1219Multiple 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
1220An 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
1221The workgroup or domain name is already in use by another computer on the network.ERROR_DUP_DOMAINNAME
1222The network is not present or not started.ERROR_NO_NETWORK
1223The operation was canceled by the user.ERROR_CANCELLED
1224The requested operation cannot be performed on a file with a user-mapped section open.ERROR_USER_MAPPED_FILE
1225The remote system refused the network connection.ERROR_CONNECTION_REFUSED
1226The network connection was gracefully closed.ERROR_GRACEFUL_DISCONNECT
1227The network transport endpoint already has an address associated with it.ERROR_ADDRESS_ALREADY_ASSOCIATED
1228An address has not yet been associated with the network endpoint.ERROR_ADDRESS_NOT_ASSOCIATED
1229An operation was attempted on a nonexistent network connection.ERROR_CONNECTION_INVALID
1230An invalid operation was attempted on an active network connection.ERROR_CONNECTION_ACTIVE
1231The network location cannot be reached. For information about network troubleshooting, see Windows Help.ERROR_NETWORK_UNREACHABLE
1232The network location cannot be reached. For information about network troubleshooting, see Windows Help.ERROR_HOST_UNREACHABLE
1233The network location cannot be reached. For information about network troubleshooting, see Windows Help.ERROR_PROTOCOL_UNREACHABLE
1234No service is operating at the destination network endpoint on the remote system.ERROR_PORT_UNREACHABLE
1235The request was aborted.ERROR_REQUEST_ABORTED
1236The network connection was aborted by the local system.ERROR_CONNECTION_ABORTED
1237The operation could not be completed. A retry should be performed.ERROR_RETRY
1238A 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
1239Attempting to log in during an unauthorized time of day for this account.ERROR_LOGIN_TIME_RESTRICTION
1240The account is not authorized to log in from this station.ERROR_LOGIN_WKSTA_RESTRICTION
1241The network address could not be used for the operation requested.ERROR_INCORRECT_ADDRESS
1242The service is already registered.ERROR_ALREADY_REGISTERED
1243The specified service does not exist.ERROR_SERVICE_NOT_FOUND
1244The operation being requested was not performed because the user has not been authenticated.ERROR_NOT_AUTHENTICATED
1245The 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
1246Continue with work in progress.ERROR_CONTINUE
1247An attempt was made to perform an initialization operation when initialization has already been completed.ERROR_ALREADY_INITIALIZED
1248No more local devices.ERROR_NO_MORE_DEVICES
1249The specified site does not exist.ERROR_NO_SUCH_SITE
1250A domain controller with the specified name already exists.ERROR_DOMAIN_CONTROLLER_EXISTS
1251This operation is supported only when you are connected to the server.ERROR_ONLY_IF_CONNECTED
1252The group policy framework should call the extension even if there are no changes.ERROR_OVERRIDE_NOCHANGES
1253The specified user does not have a valid profile.ERROR_BAD_USER_PROFILE
1254This operation is not supported on a Microsoft Small Business Server.ERROR_NOT_SUPPORTED_ON_SBS
1255The server machine is shutting down.ERROR_SERVER_SHUTDOWN_IN_PROGRESS
1256The remote system is not available. For information about network troubleshooting, see Windows Help.ERROR_HOST_DOWN
1257The security identifier provided is not from an account domain.ERROR_NON_ACCOUNT_SID
1258The security identifier provided does not have a domain component.ERROR_NON_DOMAIN_SID
1259AppHelp dialog canceled thus preventing the application from starting.ERROR_APPHELP_BLOCK
1260Windows cannot open this program because it has been prevented by a software restriction policy. For more information, open Event Viewer or contact your system administrator.ERROR_ACCESS_DISABLED_BY_POLICY
1261A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.ERROR_REG_NAT_CONSUMPTION
1262The share is currently offline or does not exist.ERROR_CSCSHARE_OFFLINE
1263The kerberos protocol encountered an error while validating the KDC certificate during smartcard logon.ERROR_PKINIT_FAILURE
1264The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.ERROR_SMARTCARD_SUBSYSTEM_FAILURE
1265The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.ERROR_DOWNGRADE_DETECTED
1266The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.SEC_E_SMARTCARD_CERT_REVOKED
1267An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.SEC_E_ISSUING_CA_UNTRUSTED
1268The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.SEC_E_REVOCATION_OFFLINE_C
1269The smartcard certificate used for authentication was not trusted. Please contact your system administrator.SEC_E_PKINIT_CLIENT_FAILUR
1270The smartcard certificate used for authentication has expired. Please contact your system administrator.SEC_E_SMARTCARD_CERT_EXPIRED
1271The machine is locked and cannot be shut down without the force option.ERROR_MACHINE_LOCKED
1273An application-defined callback gave invalid data when called.ERROR_CALLBACK_SUPPLIED_INVALID_DATA
1274The group policy framework should call the extension in the synchronous foreground policy refresh.ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
1275This driver has been blocked from loading.ERROR_DRIVER_BLOCKED
1276A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.ERROR_INVALID_IMPORT_OF_NON_DLL
1277Windows cannot open this program since it has been disabled.ERROR_ACCESS_DISABLED_WEBBLADE
1278Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
1279A transaction recovery failed.ERROR_RECOVERY_FAILURE
1280The current thread has already been converted to a fiber.ERROR_ALREADY_FIBER
1281The current thread has already been converted from a fiber.ERROR_ALREADY_THREAD
1282The 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
1283Data present in one of the parameters is more than the function can operate on.ERROR_PARAMETER_QUOTA_EXCEEDED
1284An attempt to do an operation on a debug object failed because the object is in the process of being deleted.ERROR_DEBUGGER_INACTIVE
1300Not all privileges referenced are assigned to the caller.ERROR_NOT_ALL_ASSIGNED
1301Some mapping between account names and security IDs was not done.ERROR_SOME_NOT_MAPPED
1302No system quota limits are specifically set for this account.ERROR_NO_QUOTAS_FOR_ACCOUNT
1303No encryption key is available. A well-known encryption key was returned.ERROR_LOCAL_USER_SESSION_KEY
1304The 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
1305The revision level is unknown.ERROR_UNKNOWN_REVISION
1306Indicates two revision levels are incompatible.ERROR_REVISION_MISMATCH
1307This security ID may not be assigned as the owner of this object.ERROR_INVALID_OWNER
1308This security ID may not be assigned as the primary group of an object.ERROR_INVALID_PRIMARY_GROUP
1309An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.ERROR_NO_IMPERSONATION_TOKEN
1310The group may not be disabled.ERROR_CANT_DISABLE_MANDATORY
1311There are currently no logon servers available to service the logon request.ERROR_NO_LOGON_SERVERS
1312A specified logon session does not exist. It may already have been terminated.ERROR_NO_SUCH_LOGON_SESSION
1313A specified privilege does not exist.ERROR_NO_SUCH_PRIVILEGE
1314A required privilege is not held by the client.ERROR_PRIVILEGE_NOT_HELD
1315The name provided is not a properly formed account name.ERROR_INVALID_ACCOUNT_NAME
1316The specified user already exists.ERROR_USER_EXISTS
1317The specified user does not exist.ERROR_NO_SUCH_USER
1318The specified group already exists.ERROR_GROUP_EXISTS
1319The specified group does not exist.ERROR_NO_SUCH_GROUP
1320Either 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
1321The specified user account is not a member of the specified group account.ERROR_MEMBER_NOT_IN_GROUP
1322The last remaining administration account cannot be disabled or deleted.ERROR_LAST_ADMIN
1323Unable to update the password. The value provided as the current password is incorrect.ERROR_WRONG_PASSWORD
1324Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.ERROR_ILL_FORMED_PASSWORD
1325Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirement of the domain.ERROR_PASSWORD_RESTRICTION
1326Logon failure: unknown user name or bad password.ERROR_LOGON_FAILURE
1327Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.ERROR_ACCOUNT_RESTRICTION
1328Logon failure: account logon time restriction violation.ERROR_INVALID_LOGON_HOURS
1329Logon failure: user not allowed to log on to this computer.ERROR_INVALID_WORKSTATION
1330Logon failure: the specified account password has expired.ERROR_PASSWORD_EXPIRED
1331Logon failure: account currently disabled.ERROR_ACCOUNT_DISABLED
1332No mapping between account names and security IDs was done.ERROR_NONE_MAPPED
1333Too many local user identifiers (LUIDs) were requested at one time.ERROR_TOO_MANY_LUIDS_REQUESTED
1334No more local user identifiers (LUIDs) are available.ERROR_LUIDS_EXHAUSTED
1335The subauthority part of a security ID is invalid for this particular use.ERROR_INVALID_SUB_AUTHORITY
1336The access control list (ACL) structure is invalid.ERROR_INVALID_ACL
1337The security ID structure is invalid.ERROR_INVALID_SID
1338The security descriptor structure is invalid.ERROR_INVALID_SECURITY_DESCR
1340The inherited access control list (ACL) or access control entry (ACE) could not be built.ERROR_BAD_INHERITANCE_ACL
1341The server is currently disabled.ERROR_SERVER_DISABLED
1342The server is currently enabled.ERROR_SERVER_NOT_DISABLED
1343The value provided was an invalid value for an identifier authority.ERROR_INVALID_ID_AUTHORITY
1344No more memory is available for security information updates.ERROR_ALLOTTED_SPACE_EXCEEDED
1345The specified attributes are invalid, or incompatible with the attributes for the group as a whole.ERROR_INVALID_GROUP_ATTRIBUTES
1346Either a required impersonation level was not provided, or the provided impersonation level is invalid.ERROR_BAD_IMPERSONATION_LEVEL
1347Cannot open an anonymous level security token.ERROR_CANT_OPEN_ANONYMOUS
1348The validation information class requested was invalid.ERROR_BAD_VALIDATION_CLASS
1349The type of the token is inappropriate for its attempted use.ERROR_BAD_TOKEN_TYPE
1350Unable to perform a security operation on an object that has no associated security.ERROR_NO_SECURITY_ON_OBJECT
1351Configuration 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
1352The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.ERROR_INVALID_SERVER_STATE
1353The domain was in the wrong state to perform the security operation.ERROR_INVALID_DOMAIN_STATE
1354This operation is only allowed for the Primary Domain Controller of the domain.ERROR_INVALID_DOMAIN_ROLE
1355The specified domain either does not exist or could not be contacted.ERROR_NO_SUCH_DOMAIN
1356The specified domain already exists.ERROR_DOMAIN_EXISTS
1357An attempt was made to exceed the limit on the number of domains per server.ERROR_DOMAIN_LIMIT_EXCEEDED
1358Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.ERROR_INTERNAL_DB_CORRUPTION
1359An internal error occurred.ERROR_INTERNAL_ERROR
1360Generic access types were contained in an access mask which should already be mapped to nongeneric types.ERROR_GENERIC_NOT_MAPPED
1361A security descriptor is not in the right format (absolute or self-relative).ERROR_BAD_DESCRIPTOR_FORMAT
1362The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.ERROR_NOT_LOGON_PROCESS
1363Cannot start a new logon session with an ID that is already in use.ERROR_LOGON_SESSION_EXISTS
1364A specified authentication package is unknown.ERROR_NO_SUCH_PACKAGE
1365The logon session is not in a state that is consistent with the requested operation.ERROR_BAD_LOGON_SESSION_STATE
1366The logon session ID is already in use.ERROR_LOGON_SESSION_COLLISION
1367A logon request contained an invalid logon type value.ERROR_INVALID_LOGON_TYPE
1368Unable to impersonate using a named pipe until data has been read from that pipe.ERROR_CANNOT_IMPERSONATE
1369The transaction state of a registry subtree is incompatible with the requested operation.ERROR_RXACT_INVALID_STATE
1370An internal security database corruption has been encountered.ERROR_RXACT_COMMIT_FAILURE
1371Cannot perform this operation on built-in accounts.ERROR_SPECIAL_ACCOUNT
1372Cannot perform this operation on this built-in special group.ERROR_SPECIAL_GROUP
1373Cannot perform this operation on this built-in special user.ERROR_SPECIAL_USER
1374The user cannot be removed from a group because the group is currently the user's primary group.ERROR_MEMBERS_PRIMARY_GROUP
1375The token is already in use as a primary token.ERROR_TOKEN_ALREADY_IN_USE
1376The specified local group does not exist.ERROR_NO_SUCH_ALIAS
1377The specified account name is not a member of the local group.ERROR_MEMBER_NOT_IN_ALIAS
1378The specified account name is already a member of the local group.ERROR_MEMBER_IN_ALIAS
1379The specified local group already exists.ERROR_ALIAS_EXISTS
1380Logon failure: the user has not been granted the requested logon type at this computer.ERROR_LOGON_NOT_GRANTED
1381The maximum number of secrets that may be stored in a single system has been exceeded.ERROR_TOO_MANY_SECRETS
1382The length of a secret exceeds the maximum length allowed.ERROR_SECRET_TOO_LONG
1383The local security authority database contains an internal inconsistency.ERROR_INTERNAL_DB_ERROR
1384During a logon attempt, the user's security context accumulated too many security IDs.ERROR_TOO_MANY_CONTEXT_IDS
1385Logon failure: the user has not been granted the requested logon type at this computer.ERROR_LOGON_TYPE_NOT_GRANTED
1386A cross-encrypted password is necessary to change a user password.ERROR_NT_CROSS_ENCRYPTION_REQUIRED
1387A new member could not be added to or removed from the local group because the member does not exist.ERROR_NO_SUCH_MEMBER
1388A new member could not be added to a local group because the member has the wrong account type.ERROR_INVALID_MEMBER
1389Too many security IDs have been specified.ERROR_TOO_MANY_SIDS
1390A cross-encrypted password is necessary to change this user password.ERROR_LM_CROSS_ENCRYPTION_REQUIRED
1391Indicates an ACL contains no inheritable components.ERROR_NO_INHERITANCE
1392The file or directory is corrupted and unreadable.ERROR_FILE_CORRUPT
1393The disk structure is corrupted and unreadable.ERROR_DISK_CORRUPT
1394There is no user session key for the specified logon session.ERROR_NO_USER_SESSION_KEY
1395The 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
1396Logon Failure: The target account name is incorrect.ERROR_WRONG_TARGET_NAME
1397Mutual Authentication failed. The server's password is out of date at the domain controller.ERROR_MUTUAL_AUTH_FAILED
1398There is a time and/or date difference between the client and server.ERROR_TIME_SKEW
1399This operation cannot be performed on the current domain.ERROR_CURRENT_DOMAIN_NOT_ALLOWED
1400Invalid window handle.ERROR_INVALID_WINDOW_HANDLE
1401Invalid menu handle.ERROR_INVALID_MENU_HANDLE
1402Invalid cursor handle.ERROR_INVALID_CURSOR_HANDLE
1403Invalid accelerator table handle.ERROR_INVALID_ACCEL_HANDLE
1404Invalid hook handle.ERROR_INVALID_HOOK_HANDLE
1405Invalid handle to a multiple-window position structure.ERROR_INVALID_DWP_HANDLE
1406Cannot create a top-level child window.ERROR_TLW_WITH_WSCHILD
1407Cannot find window class.ERROR_CANNOT_FIND_WND_CLASS
1408Invalid window; it belongs to other thread.ERROR_WINDOW_OF_OTHER_THREAD
1409Hot key is already registered.ERROR_HOTKEY_ALREADY_REGISTERED
1410Class already exists.ERROR_CLASS_ALREADY_EXISTS
1411Class does not exist.ERROR_CLASS_DOES_NOT_EXIST
1412Class still has open windows.ERROR_CLASS_HAS_WINDOWS
1413Invalid index.ERROR_INVALID_INDEX
1414Invalid icon handle.ERROR_INVALID_ICON_HANDLE
1415Using private DIALOG window words.ERROR_PRIVATE_DIALOG_INDEX
1416The list box identifier was not found.ERROR_LISTBOX_ID_NOT_FOUND
1417No wildcards were found.ERROR_NO_WILDCARD_CHARACTERS
1418Thread does not have a clipboard open.ERROR_CLIPBOARD_NOT_OPEN
1419Hot key is not registered.ERROR_HOTKEY_NOT_REGISTERED
1420The window is not a valid dialog window.ERROR_WINDOW_NOT_DIALOG
1421Control ID not found.ERROR_CONTROL_ID_NOT_FOUND
1422Invalid message for a combo box because it does not have an edit control.ERROR_INVALID_COMBOBOX_MESSAGE
1423The window is not a combo box.ERROR_WINDOW_NOT_COMBOBOX
1424Height must be less than 256.ERROR_INVALID_EDIT_HEIGHT
1425Invalid device context (DC) handle.ERROR_DC_NOT_FOUND
1426Invalid hook procedure type.ERROR_INVALID_HOOK_FILTER
1427Invalid hook procedure.ERROR_INVALID_FILTER_PROC
1428Cannot set nonlocal hook without a module handle.ERROR_HOOK_NEEDS_HMOD
1429This hook procedure can only be set globally.ERROR_GLOBAL_ONLY_HOOK
1430The journal hook procedure is already installed.ERROR_JOURNAL_HOOK_SET
1431The hook procedure is not installed.ERROR_HOOK_NOT_INSTALLED
1432Invalid message for single-selection list box.ERROR_INVALID_LB_MESSAGE
1433LB_SETCOUNT sent to non-lazy list box.ERROR_SETCOUNT_ON_BAD_LB
1434This list box does not support tab stops.ERROR_LB_WITHOUT_TABSTOPS
1435Cannot destroy object created by another thread.ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
1436Child windows cannot have menus.ERROR_CHILD_WINDOW_MENU
1437The window does not have a system menu.ERROR_NO_SYSTEM_MENU
1438Invalid message box style.ERROR_INVALID_MSGBOX_STYLE
1439Invalid system-wide (SPI_*) parameter.ERROR_INVALID_SPI_VALUE
1440Screen already locked.ERROR_SCREEN_ALREADY_LOCKED
1441All handles to windows in a multiple-window position structure must have the same parent.ERROR_HWNDS_HAVE_DIFF_PARENT
1442The window is not a child window.ERROR_NOT_CHILD_WINDOW
1443Invalid GW_* command.ERROR_INVALID_GW_COMMAND
1444Invalid thread identifier.ERROR_INVALID_THREAD_ID
1445Cannot process a message from a window that is not a multiple document interface (MDI) window.ERROR_NON_MDICHILD_WINDOW
1446Popup menu already active.ERROR_POPUP_ALREADY_ACTIVE
1447The window does not have scroll bars.ERROR_NO_SCROLLBARS
1448Scroll bar range cannot be greater than MAXLONG.ERROR_INVALID_SCROLLBAR_RANGE
1449Cannot show or remove the window in the way specified.ERROR_INVALID_SHOWWIN_COMMAND
1450Insufficient system resources exist to complete the requested service.ERROR_NO_SYSTEM_RESOURCES
1451Insufficient system resources exist to complete the requested service.ERROR_NONPAGED_SYSTEM_RESOURCES
1452Insufficient system resources exist to complete the requested service.ERROR_PAGED_SYSTEM_RESOURCES
1453Insufficient quota to complete the requested service.ERROR_WORKING_SET_QUOTA
1454Insufficient quota to complete the requested service.ERROR_PAGEFILE_QUOTA
1455The paging file is too small for this operation to complete.ERROR_COMMITMENT_LIMIT
1456A menu item was not found.ERROR_MENU_ITEM_NOT_FOUND
1457Invalid keyboard layout handle.ERROR_INVALID_KEYBOARD_HANDLE
1458Hook type not allowed.ERROR_HOOK_TYPE_NOT_ALLOWED
1459This operation requires an interactive window station.ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
1460This operation returned because the timeout period expired.ERROR_TIMEOUT
1461Invalid monitor handle.ERROR_INVALID_MONITOR_HANDLE
1500The event log file is corrupted.ERROR_EVENTLOG_FILE_CORRUPT
1501No event log file could be opened, so the event logging service did not start.ERROR_EVENTLOG_CANT_START
1502The event log file is full.ERROR_LOG_FILE_FULL
1503The event log file has changed between read operations.ERROR_EVENTLOG_FILE_CHANGED
1601The Windows Installer service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.ERROR_INSTALL_SERVICE_FAILURE
1602User cancelled installation.ERROR_INSTALL_USEREXIT
1603Fatal error during installation.ERROR_INSTALL_FAILURE
1604Installation suspended, incomplete.ERROR_INSTALL_SUSPEND
1605This action is only valid for products that are currently installed.ERROR_UNKNOWN_PRODUCT
1606Feature ID not registered.ERROR_UNKNOWN_FEATURE
1607Component ID not registered.ERROR_UNKNOWN_COMPONENT
1608Unknown property.ERROR_UNKNOWN_PROPERTY
1609Handle is in an invalid state.ERROR_INVALID_HANDLE_STATE
1610The configuration data for this product is corrupt. Contact your support personnel.ERROR_BAD_CONFIGURATION
1611Component qualifier not present.ERROR_INDEX_ABSENT
1612The installation source for this product is not available. Verify that the source exists and that you can access it.ERROR_INSTALL_SOURCE_ABSENT
1613This 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
1614Product is uninstalled.ERROR_PRODUCT_UNINSTALLED
1615SQL query syntax invalid or unsupported.ERROR_BAD_QUERY_SYNTAX
1616Record field does not exist.ERROR_INVALID_FIELD
1617The device has been removed.ERROR_DEVICE_REMOVED
1618Another installation is already in progress. Complete that installation before proceeding with this install.ERROR_INSTALL_ALREADY_RUNNING
1619This 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
1620This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.ERROR_INSTALL_PACKAGE_INVALID
1621There was an error starting the Windows Installer service user interface. Contact your support personnel.ERROR_INSTALL_UI_FAILURE
1622Error opening installation log file. Verify that the specified log file location exists and that you can write to it.ERROR_INSTALL_LOG_FAILURE
1623The language of this installation package is not supported by your system.ERROR_INSTALL_LANGUAGE_UNSUPPORTED
1624Error applying transforms. Verify that the specified transform paths are valid.ERROR_INSTALL_TRANSFORM_FAILURE
1625This installation is forbidden by system policy. Contact your system administrator.ERROR_INSTALL_PACKAGE_REJECTED
1626Function could not be executed.ERROR_FUNCTION_NOT_CALLED
1627Function failed during execution.ERROR_FUNCTION_FAILED
1628Invalid or unknown table specified.ERROR_INVALID_TABLE
1629Data supplied is of wrong type.ERROR_DATATYPE_MISMATCH
1630Data of this type is not supported.ERROR_UNSUPPORTED_TYPE
1631The Windows Installer service failed to start. Contact your support personnel.ERROR_CREATE_FAILED
1632The Temp folder is on a drive that is full or inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.ERROR_INSTALL_TEMP_UNWRITABLE
1633This installation package is not supported by this processor type. Contact your product vendor.ERROR_INSTALL_PLATFORM_UNSUPPORTED
1634Component not used on this computer.ERROR_INSTALL_NOTUSED
1635This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.ERROR_PATCH_PACKAGE_OPEN_FAILED
1636This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package.ERROR_PATCH_PACKAGE_INVALID
1637This patch 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.
1638Another 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
1639Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.ERROR_INVALID_COMMAND_LINE
1640Only 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
1641The requested operation completed successfully. The system will be restarted so the changes can take effect.ERROR_SUCCESS_REBOOT_INITIATED
1642The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch 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 patch.ERROR_PATCH_TARGET_NOT_FOUND
1643The patch package is not permitted by software restriction policy.ERROR_PATCH_PACKAGE_REJECTED
1644One or more customizations are not permitted by software restriction policy.ERROR_INSTALL_TRANSFORM_REJECTED
1645The Windows Installer does not permit installation from a Remote Desktop Connection.ERROR_INSTALL_REMOTE_PROHIBITED
1700The string binding is invalid.RPC_S_INVALID_STRING_BINDING
1701The binding handle is not the correct type.RPC_S_WRONG_KIND_OF_BINDING
1702The binding handle is invalid.RPC_S_INVALID_BINDING
1703The RPC protocol sequence is not supported.RPC_S_PROTSEQ_NOT_SUPPORTED
1704The RPC protocol sequence is invalid.RPC_S_INVALID_RPC_PROTSEQ
1705The string universal unique identifier (UUID) is invalid.RPC_S_INVALID_STRING_UUID
1706The endpoint format is invalid.RPC_S_INVALID_ENDPOINT_FORMAT
1707The network address is invalid.RPC_S_INVALID_NET_ADDR
1708No endpoint was found.RPC_S_NO_ENDPOINT_FOUND
1709The timeout value is invalid.RPC_S_INVALID_TIMEOUT
1710The object universal unique identifier (UUID) was not found.RPC_S_OBJECT_NOT_FOUND
1711The object universal unique identifier (UUID) has already been registered.RPC_S_ALREADY_REGISTERED
1712The type universal unique identifier (UUID) has already been registered.RPC_S_TYPE_ALREADY_REGISTERED
1713The RPC server is already listening.RPC_S_ALREADY_LISTENING
1714No protocol sequences have been registered.RPC_S_NO_PROTSEQS_REGISTERED
1715The RPC server is not listening.RPC_S_NOT_LISTENING
1716The manager type is unknown.RPC_S_UNKNOWN_MGR_TYPE
1717The interface is unknown.RPC_S_UNKNOWN_IF
1718There are no bindings.RPC_S_NO_BINDINGS
1719There are no protocol sequences.RPC_S_NO_PROTSEQS
1720The endpoint cannot be created.RPC_S_CANT_CREATE_ENDPOINT
1721Not enough resources are available to complete this operation.RPC_S_OUT_OF_RESOURCES
1722The RPC server is unavailable.RPC_S_SERVER_UNAVAILABLE
1723The RPC server is too busy to complete this operation.RPC_S_SERVER_TOO_BUSY
1724The network options are invalid.RPC_S_INVALID_NETWORK_OPTIONS
1725There are no remote procedure calls active on this thread.RPC_S_NO_CALL_ACTIVE
1726The remote procedure call failed.RPC_S_CALL_FAILED
1727The remote procedure call failed and did not execute.RPC_S_CALL_FAILED_DNE
1728A remote procedure call (RPC) protocol error occurred.RPC_S_PROTOCOL_ERROR
1730The transfer syntax is not supported by the RPC server.RPC_S_UNSUPPORTED_TRANS_SYN
1732The universal unique identifier (UUID) type is not supported.RPC_S_UNSUPPORTED_TYPE
1733The tag is invalid.RPC_S_INVALID_TAG
1734The array bounds are invalid.RPC_S_INVALID_BOUND
1735The binding does not contain an entry name.RPC_S_NO_ENTRY_NAME
1736The name syntax is invalid.RPC_S_INVALID_NAME_SYNTAX
1737The name syntax is not supported.RPC_S_UNSUPPORTED_NAME_SYNTAX
1739No network address is available to use to construct a universal unique identifier (UUID).RPC_S_UUID_NO_ADDRESS
1740The endpoint is a duplicate.RPC_S_DUPLICATE_ENDPOINT
1741The authentication type is unknown.RPC_S_UNKNOWN_AUTHN_TYPE
1742The maximum number of calls is too small.RPC_S_MAX_CALLS_TOO_SMALL
1743The string is too long.RPC_S_STRING_TOO_LONG
1744The RPC protocol sequence was not found.RPC_S_PROTSEQ_NOT_FOUND
1745The procedure number is out of range.RPC_S_PROCNUM_OUT_OF_RANGE
1746The binding does not contain any authentication information.RPC_S_BINDING_HAS_NO_AUTH
1747The authentication service is unknown.RPC_S_UNKNOWN_AUTHN_SERVICE
1748The authentication level is unknown.RPC_S_UNKNOWN_AUTHN_LEVEL
1749The security context is invalid.RPC_S_INVALID_AUTH_IDENTITY
1750The authorization service is unknown.RPC_S_UNKNOWN_AUTHZ_SERVICE
1751The entry is invalid.EPT_S_INVALID_ENTRY
1752The server endpoint cannot perform the operation.EPT_S_CANT_PERFORM_OP
1753There are no more endpoints available from the endpoint mapper.EPT_S_NOT_REGISTERED
1754No interfaces have been exported.RPC_S_NOTHING_TO_EXPORT
1755The entry name is incomplete.RPC_S_INCOMPLETE_NAME
1756The version option is invalid.RPC_S_INVALID_VERS_OPTION
1757There are no more members.RPC_S_NO_MORE_MEMBERS
1758There is nothing to unexport.RPC_S_NOT_ALL_OBJS_UNEXPORTED
1759The interface was not found.RPC_S_INTERFACE_NOT_FOUND
1760The entry already exists.RPC_S_ENTRY_ALREADY_EXISTS
1761The entry is not found.RPC_S_ENTRY_NOT_FOUND
1762The name service is unavailable.RPC_S_NAME_SERVICE_UNAVAILABLE
1763The network address family is invalid.RPC_S_INVALID_NAF_ID
1764The requested operation is not supported.RPC_S_CANNOT_SUPPORT
1765No security context is available to allow impersonation.RPC_S_NO_CONTEXT_AVAILABLE
1766An internal error occurred in a remote procedure call (RPC).RPC_S_INTERNAL_ERROR
1767The RPC server attempted an integer division by zero.RPC_S_ZERO_DIVIDE
1768An addressing error occurred in the RPC server.RPC_S_ADDRESS_ERROR
1769A floating-point operation at the RPC server caused a division by zero.RPC_S_FP_DIV_ZERO
1770A floating-point underflow occurred at the RPC server.RPC_S_FP_UNDERFLOW
1771A floating-point overflow occurred at the RPC server.RPC_S_FP_OVERFLOW
1772The list of RPC servers available for the binding of auto handles has been exhausted.RPC_X_NO_MORE_ENTRIES
1773Unable to open the character translation table file.RPC_X_SS_CHAR_TRANS_OPEN_FAIL
1774The file containing the character translation table has fewer than 512 bytes.RPC_X_SS_CHAR_TRANS_SHORT_FILE
1775A null context handle was passed from the client to the host during a remote procedure call.RPC_X_SS_IN_NULL_CONTEXT
1777The context handle changed during a remote procedure call.RPC_X_SS_CONTEXT_DAMAGED
1778The binding handles passed to a remote procedure call do not match.RPC_X_SS_HANDLES_MISMATCH
1779The stub is unable to get the remote procedure call handle.RPC_X_SS_CANNOT_GET_CALL_HANDLE
1780A null reference pointer was passed to the stub.RPC_X_NULL_REF_POINTER
1781The enumeration value is out of range.RPC_X_ENUM_VALUE_OUT_OF_RANGE
1782The byte count is too small.RPC_X_BYTE_COUNT_TOO_SMALL
1783The stub received bad data.RPC_X_BAD_STUB_DATA
1784The supplied user buffer is not valid for the requested operation.ERROR_INVALID_USER_BUFFER
1785The disk media is not recognized. It may not be formatted.ERROR_UNRECOGNIZED_MEDIA
1786The workstation does not have a trust secret.ERROR_NO_TRUST_LSA_SECRET
1787The security database on the server does not have a computer account for this workstation trust relationship.ERROR_NO_TRUST_SAM_ACCOUNT
1788The trust relationship between the primary domain and the trusted domain failed.ERROR_TRUSTED_DOMAIN_FAILURE
1789The trust relationship between this workstation and the primary domain failed.ERROR_TRUSTED_RELATIONSHIP_FAILURE
1790The network logon failed.ERROR_TRUST_FAILURE
1791A remote procedure call is already in progress for this thread.RPC_S_CALL_IN_PROGRESS
1792An attempt was made to logon, but the network logon service was not started.ERROR_NETLOGON_NOT_STARTED
1793The user's account has expired.ERROR_ACCOUNT_EXPIRED
1794The redirector is in use and cannot be unloaded.ERROR_REDIRECTOR_HAS_OPEN_HANDLES
1795The specified printer driver is already installed.ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
1796The specified port is unknown.ERROR_UNKNOWN_PORT
1797The printer driver is unknown.ERROR_UNKNOWN_PRINTER_DRIVER
1798The print processor is unknown.ERROR_UNKNOWN_PRINTPROCESSOR
1799The specified separator file is invalid.ERROR_INVALID_SEPARATOR_FILE
1800The specified priority is invalid.ERROR_INVALID_PRIORITY
1801The printer name is invalid.ERROR_INVALID_PRINTER_NAME
1802The printer already exists.ERROR_PRINTER_ALREADY_EXISTS
1803The printer command is invalid.ERROR_INVALID_PRINTER_COMMAND
1804The specified datatype is invalid.ERROR_INVALID_DATATYPE
1805The environment specified is invalid.ERROR_INVALID_ENVIRONMENT
1806There are no more bindings.RPC_S_NO_MORE_BINDINGS
1807The 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
1808The account used is a computer account. Use your global user account or local user account to access this server.ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
1809The 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
1810The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.ERROR_DOMAIN_TRUST_INCONSISTENT
1811The server is in use and cannot be unloaded.ERROR_SERVER_HAS_OPEN_HANDLES
1812The specified image file did not contain a resource section.ERROR_RESOURCE_DATA_NOT_FOUND
1813The specified resource type cannot be found in the image file.ERROR_RESOURCE_TYPE_NOT_FOUND
1814The specified resource name cannot be found in the image file.ERROR_RESOURCE_NAME_NOT_FOUND
1815The specified resource language ID cannot be found in the image file.ERROR_RESOURCE_LANG_NOT_FOUND
1816Not enough quota is available to process this command.ERROR_NOT_ENOUGH_QUOTA
1817No interfaces have been registered.RPC_S_NO_INTERFACES
1818The remote procedure call was cancelled.RPC_S_CALL_CANCELLED
1819The binding handle does not contain all required information.RPC_S_BINDING_INCOMPLETE
1820A communications failure occurred during a remote procedure call.RPC_S_COMM_FAILURE
1821The requested authentication level is not supported.RPC_S_UNSUPPORTED_AUTHN_LEVEL
1822No principal name registered.RPC_S_NO_PRINC_NAME
1823The error specified is not a valid Windows RPC error code.RPC_S_NOT_RPC_ERROR
1824A UUID that is valid only on this computer has been allocated.RPC_S_UUID_LOCAL_ONLY
1825A security package specific error occurred.RPC_S_SEC_PKG_ERROR
1826Thread is not canceled.RPC_S_NOT_CANCELLED
1827Invalid operation on the encoding/decoding handle.RPC_X_INVALID_ES_ACTION
1828Incompatible version of the serializing package.RPC_X_WRONG_ES_VERSION
1829Incompatible version of the RPC stub.RPC_X_WRONG_STUB_VERSION
1830The RPC pipe object is invalid or corrupted.RPC_X_INVALID_PIPE_OBJECT
1831An invalid operation was attempted on an RPC pipe object.RPC_X_WRONG_PIPE_ORDER
1832Unsupported RPC pipe version.RPC_X_WRONG_PIPE_VERSION
1898The group member was not found.RPC_S_GROUP_MEMBER_NOT_FOUND
1899The endpoint mapper database entry could not be created.EPT_S_CANT_CREATE
1900The object universal unique identifier (UUID) is the nil UUID.RPC_S_INVALID_OBJECT
1901The specified time is invalid.ERROR_INVALID_TIME
1902The specified form name is invalid.ERROR_INVALID_FORM_NAME
1903The specified form size is invalid.ERROR_INVALID_FORM_SIZE
1904The specified printer handle is already being waited onERROR_ALREADY_WAITING
1905The specified printer has been deleted.ERROR_PRINTER_DELETED
1906The state of the printer is invalid.ERROR_INVALID_PRINTER_STATE
1907The user's password must be changed before logging on the first time.ERROR_PASSWORD_MUST_CHANGE
1908Could not find the domain controller for this domain.ERROR_DOMAIN_CONTROLLER_NOT_FOUND
1909The referenced account is currently locked out and may not be logged on to.ERROR_ACCOUNT_LOCKED_OUT
1910The object exporter specified was not found.OR_INVALID_OXID
1911The object specified was not found.OR_INVALID_OID
1912The object resolver set specified was not found.OR_INVALID_SET
1913Some data remains to be sent in the request buffer.RPC_S_SEND_INCOMPLETE
1914Invalid asynchronous remote procedure call handle.RPC_S_INVALID_ASYNC_HANDLE
1915Invalid asynchronous RPC call handle for this operation.RPC_S_INVALID_ASYNC_CALL
1916The RPC pipe object has already been closed.RPC_X_PIPE_CLOSED
1917The RPC call completed before all pipes were processed.RPC_X_PIPE_DISCIPLINE_ERROR
1918No more data is available from the RPC pipe.RPC_X_PIPE_EMPTY
1919No site name is available for this machine.ERROR_NO_SITENAME
1920The file cannot be accessed by the system.ERROR_CANT_ACCESS_FILE
1921The name of the file cannot be resolved by the system.ERROR_CANT_RESOLVE_FILENAME
1922The entry is not of the expected type.RPC_S_ENTRY_TYPE_MISMATCH
1923Not all object UUIDs could be exported to the specified entry.RPC_S_NOT_ALL_OBJS_EXPORTED
1924Interface could not be exported to the specified entry.RPC_S_INTERFACE_NOT_EXPORTED
1925The specified profile entry could not be added.RPC_S_PROFILE_NOT_ADDED
1926The specified profile element could not be added.RPC_S_PRF_ELT_NOT_ADDED
1927The specified profile element could not be removed.RPC_S_PRF_ELT_NOT_REMOVED
1928The group element could not be added.RPC_S_GRP_ELT_NOT_ADDED
1929The group element could not be removed.RPC_S_GRP_ELT_NOT_REMOVED
1930The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.ERROR_KM_DRIVER_BLOCKED
1931The context has expired and can no longer be used.ERROR_CONTEXT_EXPIRED.
1932The current user's delegated trust creation quota has been exceeded.ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
1933The total delegated trust creation quota has been exceeded.ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
1934The current user's delegated trust deletion quota has been exceeded.ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
2000The pixel format is invalid.ERROR_INVALID_PIXEL_FORMAT
2001The specified driver is invalid.ERROR_BAD_DRIVER
2002The window style or class attribute is invalid for this operation.ERROR_INVALID_WINDOW_STYLE
2003The requested metafile operation is not supported.ERROR_METAFILE_NOT_SUPPORTED
2004The requested transformation operation is not supported.ERROR_TRANSFORM_NOT_SUPPORTED
2005The requested clipping operation is not supported.ERROR_CLIPPING_NOT_SUPPORTED
2010The specified color management module is invalid.ERROR_INVALID_CMM
2011The specified color profile is invalid.ERROR_INVALID_PROFILE
2012The specified tag was not found.ERROR_TAG_NOT_FOUND
2013A required tag is not present.ERROR_TAG_NOT_PRESENT
2014The specified tag is already present.ERROR_DUPLICATE_TAG
2015The specified color profile is not associated with any device.ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
2016The specified color profile was not found.ERROR_PROFILE_NOT_FOUND
2017The specified color space is invalid.ERROR_INVALID_COLORSPACE
2018Image Color Management is not enabled.ERROR_ICM_NOT_ENABLED
2019There was an error while deleting the color transform.ERROR_DELETING_ICM_XFORM
2020The specified color transform is invalid.ERROR_INVALID_TRANSFORM
2021The specified transform does not match the bitmap's color space.ERROR_COLORSPACE_MISMATCH
2022The specified named color index is not present in the profile.ERROR_INVALID_COLORINDEX
2108The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.ERROR_CONNECTED_OTHER_PASSWORD
2109The network connection was made successfully using default credentials.ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
2202The specified username is invalid.ERROR_BAD_USERNAME
2250This network connection does not exist.ERROR_NOT_CONNECTED
2401This network connection has files open or requests pending.ERROR_OPEN_FILES
2402Active connections still exist.ERROR_ACTIVE_CONNECTIONS
2404The device is in use by an active process and cannot be disconnected.ERROR_DEVICE_IN_USE
3000The specified print monitor is unknown.ERROR_UNKNOWN_PRINT_MONITOR
3001The specified printer driver is currently in use.ERROR_PRINTER_DRIVER_IN_USE
3002The spool file was not found.ERROR_SPOOL_FILE_NOT_FOUND
3003A StartDocPrinter call was not issued.ERROR_SPL_NO_STARTDOC
3004An AddJob call was not issued.ERROR_SPL_NO_ADDJOB
3005The specified print processor has already been installed.ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
3006The specified print monitor has already been installed.ERROR_PRINT_MONITOR_ALREADY_INSTALLED
3007The specified print monitor does not have the required functions.ERROR_INVALID_PRINT_MONITOR
3008The specified print monitor is currently in use.ERROR_PRINT_MONITOR_IN_USE
3009The requested operation is not allowed when there are jobs queued to the printer.ERROR_PRINTER_HAS_JOBS_QUEUED
3010The requested operation is successful. Changes will not be effective until the system is rebooted.ERROR_SUCCESS_REBOOT_REQUIRED
3011The requested operation is successful. Changes will not be effective until the service is restarted.ERROR_SUCCESS_RESTART_REQUIRED
3012No printers were found.ERROR_PRINTER_NOT_FOUND
3013The printer driver is known to be unreliable.ERROR_PRINTER_DRIVER_WARNED
3014The printer driver is known to harm the system.ERROR_PRINTER_DRIVER_BLOCKED
4000WINS encountered an error while processing the command.ERROR_WINS_INTERNAL
4001The local WINS cannot be deleted.ERROR_CAN_NOT_DEL_LOCAL_WINS
4002The importation from the file failed.ERROR_STATIC_INIT
4003The backup failed. Was a full backup done before?ERROR_INC_BACKUP
4004The backup failed. Check the directory to which you are backing the database.ERROR_FULL_BACKUP
4005The name does not exist in the WINS database.ERROR_REC_NON_EXISTENT
4006Replication with a nonconfigured partner is not allowed.ERROR_RPL_NOT_ALLOWED
4100The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.ERROR_DHCP_ADDRESS_CONFLICT
4200The GUID passed was not recognized as valid by a WMI data provider.ERROR_WMI_GUID_NOT_FOUND
4201The instance name passed was not recognized as valid by a WMI data provider.ERROR_WMI_INSTANCE_NOT_FOUND
4202The data item ID passed was not recognized as valid by a WMI data provider.ERROR_WMI_ITEMID_NOT_FOUND
4203The WMI request could not be completed and should be retried.ERROR_WMI_TRY_AGAIN
4204The WMI data provider could not be located.ERROR_WMI_DP_NOT_FOUND
4205The WMI data provider references an instance set that has not been registered.ERROR_WMI_UNRESOLVED_INSTANCE_REF
4206The WMI data block or event notification has already been enabled.ERROR_WMI_ALREADY_ENABLED
4207The WMI data block is no longer available.ERROR_WMI_GUID_DISCONNECTED
4208The WMI data service is not available.ERROR_WMI_SERVER_UNAVAILABLE
4209The WMI data provider failed to carry out the request.ERROR_WMI_DP_FAILED
4210The WMI MOF information is not valid.ERROR_WMI_INVALID_MOF
4211The WMI registration information is not valid.ERROR_WMI_INVALID_REGINFO
4212The WMI data block or event notification has already been disabled.ERROR_WMI_ALREADY_DISABLED
4213The WMI data item or data block is read only.ERROR_WMI_READ_ONLY
4214The WMI data item or data block could not be changed.ERROR_WMI_SET_FAILURE
4300The media identifier does not represent a valid medium.ERROR_INVALID_MEDIA
4301The library identifier does not represent a valid library.ERROR_INVALID_LIBRARY
4302The media pool identifier does not represent a valid media pool.ERROR_INVALID_MEDIA_POOL
4303The drive and medium are not compatible or exist in different libraries.ERROR_DRIVE_MEDIA_MISMATCH
4304The medium currently exists in an offline library and must be online to perform this operation.ERROR_MEDIA_OFFLINE
4305The operation cannot be performed on an offline library.ERROR_LIBRARY_OFFLINE
4306The library, drive, or media pool is empty.ERROR_EMPTY
4307The library, drive, or media pool must be empty to perform this operation.ERROR_NOT_EMPTY
4308No media is currently available in this media pool or library.ERROR_MEDIA_UNAVAILABLE
4309A resource required for this operation is disabled.ERROR_RESOURCE_DISABLED
4310The media identifier does not represent a valid cleaner.ERROR_INVALID_CLEANER
4311The drive cannot be cleaned or does not support cleaning.ERROR_UNABLE_TO_CLEAN
4312The object identifier does not represent a valid object.ERROR_OBJECT_NOT_FOUND
4313Unable to read from or write to the database.ERROR_DATABASE_FAILURE
4314The database is full.ERROR_DATABASE_FULL
4315The medium is not compatible with the device or media pool.ERROR_MEDIA_INCOMPATIBLE
4316The resource required for this operation does not exist.ERROR_RESOURCE_NOT_PRESENT
4317The operation identifier is not valid.ERROR_INVALID_OPERATION
4318The media is not mounted or ready for use.ERROR_MEDIA_NOT_AVAILABLE
4319The device is not ready for use.ERROR_DEVICE_NOT_AVAILABLE
4320The operator or administrator has refused the request.ERROR_REQUEST_REFUSED
4321The drive identifier does not represent a valid drive.ERROR_INVALID_DRIVE_OBJECT
4322Library is full. No slot is available for use.ERROR_LIBRARY_FULL
4323The transport cannot access the medium.ERROR_MEDIUM_NOT_ACCESSIBLE
4324Unable to load the medium into the drive.ERROR_UNABLE_TO_LOAD_MEDIUM
4325Unable to retrieve status about the drive.ERROR_UNABLE_TO_INVENTORY_DRIVE
4326Unable to retrieve status about the slot.ERROR_UNABLE_TO_INVENTORY_SLOT
4327Unable to retrieve status about the transport.ERROR_UNABLE_TO_INVENTORY_TRANSPORT
4328Cannot use the transport because it is already in use.ERROR_TRANSPORT_FULL
4329Unable to open or close the inject/eject port.ERROR_CONTROLLING_IEPORT
4330Unable to eject the media because it is in a drive.ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
4331A cleaner slot is already reserved.ERROR_CLEANER_SLOT_SET
4332A cleaner slot is not reserved.ERROR_CLEANER_SLOT_NOT_SET
4333The cleaner cartridge has performed the maximum number of drive cleanings.ERROR_CLEANER_CARTRIDGE_SPENT
4334Unexpected on-medium identifier.ERROR_UNEXPECTED_OMID
4335The last remaining item in this group or resource cannot be deleted.ERROR_CANT_DELETE_LAST_ITEM
4336The message provided exceeds the maximum size allowed for this parameter.ERROR_MESSAGE_EXCEEDS_MAX_SIZE
4337The volume contains system or paging files.ERROR_VOLUME_CONTAINS_SYS_FILES
4338The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.ERROR_INDIGENOUS_TYPE
4339This offline media cannot be mounted on this system since no enabled drives are present which can be used.ERROR_NO_SUPPORTING_DRIVES
4340A cleaner cartridge is present in the tape library.ERROR_CLEANER_CARTRIDGE_INSTALLED
4350The remote storage service was not able to recall the file.ERROR_FILE_OFFLINE
4351The remote storage service is not operational at this time.ERROR_REMOTE_STORAGE_NOT_ACTIVE
4352The remote storage service encountered a media error.ERROR_REMOTE_STORAGE_MEDIA_ERROR
4390The file or directory is not a reparse point.ERROR_NOT_A_REPARSE_POINT
4391The reparse point attribute cannot be set because it conflicts with an existing attribute.ERROR_REPARSE_ATTRIBUTE_CONFLICT
4392The data present in the reparse point buffer is invalid.ERROR_INVALID_REPARSE_DATA
4393The tag present in the reparse point buffer is invalid.ERROR_REPARSE_TAG_INVALID
4394There is a mismatch between the tag specified in the request and the tag present in the reparse point.ERROR_REPARSE_TAG_MISMATCH
4500Single Instance Storage is not available on this volume.ERROR_VOLUME_NOT_SIS_ENABLED
5001The cluster resource cannot be moved to another group because other resources are dependent on it.ERROR_DEPENDENT_RESOURCE_EXISTS
5002The cluster resource dependency cannot be found.ERROR_DEPENDENCY_NOT_FOUND
5003The cluster resource cannot be made dependent on the specified resource because it is already dependent.ERROR_DEPENDENCY_ALREADY_EXISTS
5004The cluster resource is not online.ERROR_RESOURCE_NOT_ONLINE
5005A cluster node is not available for this operation.ERROR_HOST_NODE_NOT_AVAILABLE
5006The cluster resource is not available.ERROR_RESOURCE_NOT_AVAILABLE
5007The cluster resource could not be found.ERROR_RESOURCE_NOT_FOUND
5008The cluster is being shut down.ERROR_SHUTDOWN_CLUSTER
5009A cluster node cannot be evicted from the cluster unless the node is down.ERROR_CANT_EVICT_ACTIVE_NODE
5010The object already exists.ERROR_OBJECT_ALREADY_EXISTS
5011The object is already in the list.ERROR_OBJECT_IN_LIST
5012The cluster group is not available for any new requests.ERROR_GROUP_NOT_AVAILABLE
5013The cluster group could not be found.ERROR_GROUP_NOT_FOUND
5014The operation could not be completed because the cluster group is not online.ERROR_GROUP_NOT_ONLINE
5015The cluster node is not the owner of the resource.ERROR_HOST_NODE_NOT_RESOURCE_OWNER
5016The cluster node is not the owner of the group.ERROR_HOST_NODE_NOT_GROUP_OWNER
5017The cluster resource could not be created in the specified resource monitor.ERROR_RESMON_CREATE_FAILED
5018The cluster resource could not be brought online by the resource monitor.ERROR_RESMON_ONLINE_FAILED
5019The operation could not be completed because the cluster resource is online.ERROR_RESOURCE_ONLINE
5020The cluster resource could not be deleted or brought offline because it is the quorum resource.ERROR_QUORUM_RESOURCE
5021The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.ERROR_NOT_QUORUM_CAPABLE
5022The cluster software is shutting down.ERROR_CLUSTER_SHUTTING_DOWN
5023The group or resource is not in the correct state to perform the requested operation.ERROR_INVALID_STATE
5024The properties were stored but not all changes will take effect until the next time the resource is brought online.ERROR_RESOURCE_PROPERTIES_STORED
5025The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.ERROR_NOT_QUORUM_CLASS
5026The cluster resource could not be deleted since it is a core resource.ERROR_CORE_RESOURCE
5027The quorum resource failed to come online.ERROR_QUORUM_RESOURCE_ONLINE_FAILED
5028The quorum log could not be created or mounted successfully.ERROR_QUORUMLOG_OPEN_FAILED
5029The cluster log is corrupt.ERROR_CLUSTERLOG_CORRUPT
5030The record could not be written to the cluster log since it exceeds the maximum size.ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
5031The cluster log exceeds its maximum size.ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
5032No checkpoint record was found in the cluster log.ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
5033The minimum required disk space needed for logging is not available.ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
5034The cluster node failed to take control of the quorum resource because the resource is owned by another active node.ERROR_QUORUM_OWNER_ALIVE
5035A cluster network is not available for this operation.ERROR_NETWORK_NOT_AVAILABLE
5036A cluster node is not available for this operation.ERROR_NODE_NOT_AVAILABLE
5037All cluster nodes must be running to perform this operation.ERROR_ALL_NODES_NOT_AVAILABLE
5038A cluster resource failed.ERROR_RESOURCE_FAILED
5039The cluster node is not valid.ERROR_CLUSTER_INVALID_NODE
5040The cluster node already exists.ERROR_CLUSTER_NODE_EXISTS
5041A node is in the process of joining the cluster.ERROR_CLUSTER_JOIN_IN_PROGRESS
5042The cluster node was not found.ERROR_CLUSTER_NODE_NOT_FOUND
5043The cluster local node information was not found.ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
5044The cluster network already exists.ERROR_CLUSTER_NETWORK_EXISTS
5045The cluster network was not found.ERROR_CLUSTER_NETWORK_NOT_FOUND
5046The cluster network interface already exists.ERROR_CLUSTER_NETINTERFACE_EXISTS
5047The cluster network interface was not found.ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
5048The cluster request is not valid for this object.ERROR_CLUSTER_INVALID_REQUEST
5049The cluster network provider is not valid.ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
5050The cluster node is down.ERROR_CLUSTER_NODE_DOWN
5051The cluster node is not reachable.ERROR_CLUSTER_NODE_UNREACHABLE
5052The cluster node is not a member of the cluster.ERROR_CLUSTER_NODE_NOT_MEMBER
5053A cluster join operation is not in progress.ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
5054The cluster network is not valid.ERROR_CLUSTER_INVALID_NETWORK
5056The cluster node is up.ERROR_CLUSTER_NODE_UP
5057The cluster IP address is already in use.ERROR_CLUSTER_IPADDR_IN_USE
5058The cluster node is not paused.ERROR_CLUSTER_NODE_NOT_PAUSED
5059No cluster security context is available.ERROR_CLUSTER_NO_SECURITY_CONTEXT
5060The cluster network is not configured for internal cluster communication.ERROR_CLUSTER_NETWORK_NOT_INTERNAL
5061The cluster node is already up.ERROR_CLUSTER_NODE_ALREADY_UP
5062The cluster node is already down.ERROR_CLUSTER_NODE_ALREADY_DOWN
5063The cluster network is already online.ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
5064The cluster network is already offline.ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
5065The cluster node is already a member of the cluster.ERROR_CLUSTER_NODE_ALREADY_MEMBER
5066The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.ERROR_CLUSTER_LAST_INTERNAL_NETWORK
5067One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
5068This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list.ERROR_INVALID_OPERATION_ON_QUORUM
5069The cluster quorum resource is not allowed to have any dependencies.ERROR_DEPENDENCY_NOT_ALLOWED
5070The cluster node is paused.ERROR_CLUSTER_NODE_PAUSED
5071The cluster resource cannot be brought online. The owner node cannot run this resource.ERROR_NODE_CANT_HOST_RESOURCE
5072The cluster node is not ready to perform the requested operation.ERROR_CLUSTER_NODE_NOT_READY
5073The cluster node is shutting down.ERROR_CLUSTER_NODE_SHUTTING_DOWN
5074The cluster join operation was aborted.ERROR_CLUSTER_JOIN_ABORTED
5075The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
5076This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
5077The system configuration changed during the cluster join or form operation. The join or form operation was aborted.ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
5078The specified resource type was not found.ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
5079The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
5080The specified resource name is supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.ERROR_CLUSTER_RESNAME_NOT_FOUND
5081No authentication package could be registered with the RPC server.ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
5082You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
5083The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join.ERROR_CLUSTER_DATABASE_SEQMISMATCH
5084The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state.ERROR_RESMON_INVALID_STATE
5085A non locker code got a request to reserve the lock for making global updates.ERROR_CLUSTER_GUM_NOT_LOCKER
5086The quorum disk could not be located by the cluster service.ERROR_QUORUM_DISK_NOT_FOUND
5087The backup up cluster database is possibly corrupt.ERROR_DATABASE_BACKUP_CORRUPT
5088A DFS root already exists in this cluster node.ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
5089An attempt to modify a resource property failed because it conflicts with another existing property.ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
5890An operation was attempted that is incompatible with the current membership state of the node.ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
5891The quorum resource does not contain the quorum log.ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
5892The membership engine requested shutdown of the cluster service on this node.ERROR_CLUSTER_MEMBERSHIP_HALT
5893The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.ERROR_CLUSTER_INSTANCE_ID_MISMATCH
5894A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network.ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
5895The actual data type of the property did not match the expected data type of the property.ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
5896The cluster node was evicted from the cluster successfully, but the node was not cleaned up. Extended status information explaining why the node was not cleaned up is available.ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
5897Two or more parameter values specified for a resource's properties are in conflict.ERROR_CLUSTER_PARAMETER_MISMATCH
5898This computer cannot be made a member of a cluster.ERROR_NODE_CANNOT_BE_CLUSTERED
5899This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.ERROR_CLUSTER_WRONG_OS_VERSION
5900A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
5901The cluster configuration action has already been committed.ERROR_CLUSCFG_ALREADY_COMMITTED
5902The cluster configuration action could not be rolled back.ERROR_CLUSCFG_ROLLBACK_FAILED
5903The drive letter assigned to a system disk on one node conflicted with the driver letter assigned to a disk on another node.ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
5904One or more nodes in the cluster are running a version of Windows that does not support this operation.ERROR_CLUSTER_OLD_VERSION
5905The name of the corresponding computer account doesn't match the Network Name for this resource.ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
6000The specified file could not be encrypted.ERROR_ENCRYPTION_FAILED
6001The specified file could not be decrypted.ERROR_DECRYPTION_FAILED
6002The specified file is encrypted and the user does not have the ability to decrypt it.ERROR_FILE_ENCRYPTED
6003There is no valid encryption recovery policy configured for this system.ERROR_NO_RECOVERY_POLICY
6004The required encryption driver is not loaded for this system.ERROR_NO_EFS
6005The file was encrypted with a different encryption driver than is currently loaded.ERROR_WRONG_EFS
6006There are no EFS keys defined for the user.ERROR_NO_USER_KEYS
6007The specified file is not encrypted.ERROR_FILE_NOT_ENCRYPTED
6008The specified file is not in the defined EFS export format.ERROR_NOT_EXPORT_FORMAT
6009The specified file is read only.ERROR_FILE_READ_ONLY
6010The directory has been disabled for encryption.ERROR_DIR_EFS_DISALLOWED
6011The server is not trusted for remote encryption operation.ERROR_EFS_SERVER_NOT_TRUSTED
6012Recovery policy configured for this system contains invalid recovery certificate.ERROR_BAD_RECOVERY_POLICY
6013The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.ERROR_EFS_ALG_BLOB_TOO_BIG
6014The disk partition does not support file encryption.ERROR_VOLUME_NOT_SUPPORT_EFS
6015This machine is disabled for file encryption.ERROR_EFS_DISABLED
6016A newer system is required to decrypt this encrypted file.ERROR_EFS_VERSION_NOT_SUPPORT
6118The list of servers for this workgroup is not currently available.ERROR_NO_BROWSER_SERVERS_FOUND
6200The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts.SCHED_E_SERVICE_NOT_LOCALSYSTEM
7001The specified session name is invalid.ERROR_CTX_WINSTATION_NAME_INVALID
7002The specified protocol driver is invalid.ERROR_CTX_INVALID_PD
7003The specified protocol driver was not found in the system path.ERROR_CTX_PD_NOT_FOUND
7004The specified terminal connection driver was not found in the system path.ERROR_CTX_WD_NOT_FOUND
7005A registry key for event logging could not be created for this session.ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
7006A service with the same name already exists on the system.ERROR_CTX_SERVICE_NAME_COLLISION
7007A close operation is pending on the session.ERROR_CTX_CLOSE_PENDING
7008There are no free output buffers available.ERROR_CTX_NO_OUTBUF
7009The MODEM.INF file was not found.ERROR_CTX_MODEM_INF_NOT_FOUND
7010The modem name was not found in MODEM.INF.ERROR_CTX_INVALID_MODEMNAME
7011The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.ERROR_CTX_MODEM_RESPONSE_ERROR
7012The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.ERROR_CTX_MODEM_RESPONSE_TIMEOUT
7013Carrier detect has failed or carrier has been dropped due to disconnect.ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
7014Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
7015Busy signal detected at remote site on callback.ERROR_CTX_MODEM_RESPONSE_BUSY
7016Voice detected at remote site on callback.ERROR_CTX_MODEM_RESPONSE_VOICE
7017Transport driver errorERROR_CTX_TD_ERROR
7022The specified session cannot be found.ERROR_CTX_WINSTATION_NOT_FOUND
7023The specified session name is already in use.ERROR_CTX_WINSTATION_ALREADY_EXISTS
7024The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.ERROR_CTX_WINSTATION_BUSY
7025An attempt has been made to connect to a session whose video mode is not supported by the current client.ERROR_CTX_BAD_VIDEO_MODE
7035The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.ERROR_CTX_GRAPHICS_INVALID
7037Your interactive logon privilege has been disabled. Please contact your administrator.ERROR_CTX_LOGON_DISABLED
7038The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.ERROR_CTX_NOT_CONSOLE
7040The client failed to respond to the server connect message.ERROR_CTX_CLIENT_QUERY_TIMEOUT
7041Disconnecting the console session is not supported.ERROR_CTX_CONSOLE_DISCONNECT
7042Reconnecting a disconnected session to the console is not supported.ERROR_CTX_CONSOLE_CONNECT
7044The request to control another session remotely was denied.ERROR_CTX_SHADOW_DENIED
7045The requested session access is denied.ERROR_CTX_WINSTATION_ACCESS_DENIED
7049The specified terminal connection driver is invalid.ERROR_CTX_INVALID_WD
7050The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on.ERROR_CTX_SHADOW_INVALID
7051The requested session is not configured to allow remote control.ERROR_CTX_SHADOW_DISABLED
7052Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. Please call your system administrator to obtain a unique license number.ERROR_CTX_CLIENT_LICENSE_IN_USE
7053Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. Please contact your system administrator.ERROR_CTX_CLIENT_LICENSE_NOT_SET
7054The system has reached its licensed logon limit. Please try again later.ERROR_CTX_LICENSE_NOT_AVAILABLE
7055The client you are using is not licensed to use this system. Your logon request is denied.ERROR_CTX_LICENSE_CLIENT_INVALID
7056The system license has expired. Your logon request is denied.ERROR_CTX_LICENSE_EXPIRED
7057Remote control could not be terminated because the specified session is not currently being remotely controlled.ERROR_CTX_SHADOW_NOT_RUNNING
7058The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
7059Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.ERROR_ACTIVATION_COUNT_EXCEEDED
8001The file replication service API was called incorrectly.FRS_ERR_INVALID_API_SEQUENCE
8002The file replication service cannot be started.FRS_ERR_STARTING_SERVICE
8003The file replication service cannot be stopped.FRS_ERR_STOPPING_SERVICE
8004The file replication service API terminated the request. The event log may have more information.FRS_ERR_INTERNAL_API
8005The file replication service terminated the request. The event log may have more information.FRS_ERR_INTERNAL
8006The file replication service cannot be contacted. The event log may have more information.FRS_ERR_SERVICE_COMM
8007The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.FRS_ERR_INSUFFICIENT_PRIV
8008The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.FRS_ERR_AUTHENTICATION
8009The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. The event log may have more information.FRS_ERR_PARENT_INSUFFICIENT_PRIV
8010The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. The event log may have more information.FRS_ERR_PARENT_AUTHENTICATION
8011The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.FRS_ERR_CHILD_TO_PARENT_COMM
8012The file replication service on the domain controller cannot communicate with the file replication service on this computer. The event log may have more information.FRS_ERR_PARENT_TO_CHILD_COMM
8013The file replication service cannot populate the system volume because of an internal error. The event log may have more information.FRS_ERR_SYSVOL_POPULATE
8014The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.FRS_ERR_SYSVOL_POPULATE_TIMEOUT
8015The file replication service cannot process the request. The system volume is busy with a previous request.FRS_ERR_SYSVOL_IS_BUSY
8016The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.FRS_ERR_SYSVOL_DEMOTE
8017The file replication service detected an invalid parameter.FRS_ERR_INVALID_SERVICE_PARAMETER
8200An error occurred while installing the directory service. For more information, see the event log.ERROR_DS_NOT_INSTALLED
8201The directory service evaluated group memberships locally.ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
8202The specified directory service attribute or value does not exist.ERROR_DS_NO_ATTRIBUTE_OR_VALUE
8203The attribute syntax specified to the directory service is invalid.ERROR_DS_INVALID_ATTRIBUTE_SYNTAX
8204The attribute type specified to the directory service is not defined.ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
8205The specified directory service attribute or value already exists.ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
8206The directory service is busy.ERROR_DS_BUSY
8207The directory service is unavailable.ERROR_DS_UNAVAILABLE
8208The directory service was unable to allocate a relative identifier.ERROR_DS_NO_RIDS_ALLOCATED
8209The directory service has exhausted the pool of relative identifiers.ERROR_DS_NO_MORE_RIDS
8210The requested operation could not be performed because the directory service is not the master for that type of operation.ERROR_DS_INCORRECT_ROLE_OWNER
8211The directory service was unable to initialize the subsystem that allocates relative identifiers.ERROR_DS_RIDMGR_INIT_ERROR
8212The requested operation did not satisfy one or more constraints associated with the class of the object.ERROR_DS_OBJ_CLASS_VIOLATION
8213The directory service can perform the requested operation only on a leaf object.ERROR_DS_CANT_ON_NON_LEAF
8214The directory service cannot perform the requested operation on the RDN attribute of an object.ERROR_DS_CANT_ON_RDN
8215The directory service detected an attempt to modify the object class of an object.ERROR_DS_CANT_MOD_OBJ_CLASS
8216The requested cross-domain move operation could not be performed.ERROR_DS_CROSS_DOM_MOVE_ERROR
8217Unable to contact the global catalog server.ERROR_DS_GC_NOT_AVAILABLE
8218The policy object is shared and can only be modified at the root.ERROR_SHARED_POLICY
8219The policy object does not exist.ERROR_POLICY_OBJECT_NOT_FOUND
8220The requested policy information is only in the directory service.ERROR_POLICY_ONLY_IN_DS
8221A domain controller promotion is currently active.ERROR_PROMOTION_ACTIVE
8222A domain controller promotion is not currently activeERROR_NO_PROMOTION_ACTIVE
8224An operations error occurred.ERROR_DS_OPERATIONS_ERROR
8225A protocol error occurred.ERROR_DS_PROTOCOL_ERROR
8226The time limit for this request was exceeded.ERROR_DS_TIMELIMIT_EXCEEDED
8227The size limit for this request was exceeded.ERROR_DS_SIZELIMIT_EXCEEDED
8228The administrative limit for this request was exceeded.ERROR_DS_ADMIN_LIMIT_EXCEEDED
8229The compare response was false.ERROR_DS_COMPARE_FALSE
8230The compare response was true.ERROR_DS_COMPARE_TRUE
8231The requested authentication method is not supported by the server.ERROR_DS_AUTH_METHOD_NOT_SUPPORTED
8232A more secure authentication method is required for this server.ERROR_DS_STRONG_AUTH_REQUIRED
8233Inappropriate authentication.ERROR_DS_INAPPROPRIATE_AUTH
8234The authentication mechanism is unknown.ERROR_DS_AUTH_UNKNOWN
8235A referral was returned from the server.ERROR_DS_REFERRAL
8236The server does not support the requested critical extension.ERROR_DS_UNAVAILABLE_CRIT_EXTENSION
8237This request requires a secure connection.ERROR_DS_CONFIDENTIALITY_REQUIRED
8238Inappropriate matching.ERROR_DS_INAPPROPRIATE_MATCHING
8239A constraint violation occurred.ERROR_DS_CONSTRAINT_VIOLATION
8240There is no such object on the server.ERROR_DS_NO_SUCH_OBJECT
8241There is an alias problem.ERROR_DS_ALIAS_PROBLEM
8242An invalid dn syntax has been specified.ERROR_DS_INVALID_DN_SYNTAX
8243The object is a leaf object.ERROR_DS_IS_LEAF
8244There is an alias dereferencing problem.ERROR_DS_ALIAS_DEREF_PROBLEM
8245The server is unwilling to process the request.ERROR_DS_UNWILLING_TO_PERFORM
8246A loop has been detected.ERROR_DS_LOOP_DETECT
8247There is a naming violation.ERROR_DS_NAMING_VIOLATION
8248The result set is too large.ERROR_DS_OBJECT_RESULTS_TOO_LARGE
8249The operation affects multiple DSAsERROR_DS_AFFECTS_MULTIPLE_DSAS
8250The server is not operational.ERROR_DS_SERVER_DOWN
8251A local error has occurred.ERROR_DS_LOCAL_ERROR
8252An encoding error has occurred.ERROR_DS_ENCODING_ERROR
8253A decoding error has occurred.ERROR_DS_DECODING_ERROR
8254The search filter cannot be recognized.ERROR_DS_FILTER_UNKNOWN
8255One or more parameters are illegal.ERROR_DS_PARAM_ERROR
8256The specified method is not supported.ERROR_DS_NOT_SUPPORTED
8257No results were returned.ERROR_DS_NO_RESULTS_RETURNED
8258The specified control is not supported by the server.ERROR_DS_CONTROL_NOT_FOUND
8259A referral loop was detected by the client.ERROR_DS_CLIENT_LOOP
8260The preset referral limit was exceeded.ERROR_DS_REFERRAL_LIMIT_EXCEEDED
8261The search requires a SORT control.ERROR_DS_SORT_CONTROL_MISSING
8262The search results exceed the offset range specified.ERROR_DS_OFFSET_RANGE_ERROR
8301The root object must be the head of a naming context. The root object cannot have an instantiated parent.ERROR_DS_ROOT_MUST_BE_NC
8302The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.ERROR_DS_ADD_REPLICA_INHIBITED
8303A reference to an attribute that is not defined in the schema occurred.ERROR_DS_ATT_NOT_DEF_IN_SCHEMA
8304The maximum size of an object has been exceeded.ERROR_DS_MAX_OBJ_SIZE_EXCEEDED
8305An attempt was made to add an object to the directory with a name that is already in use.ERROR_DS_OBJ_STRING_NAME_EXISTS
8306An attempt was made to add an object of a class that does not have an RDN defined in the schema.ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
8307An attempt was made to add an object using an RDN that is not the RDN defined in the schema.ERROR_DS_RDN_DOESNT_MATCH_SCHEMA
8308None of the requested attributes were found on the objects.ERROR_DS_NO_REQUESTED_ATTS_FOUND
8309The user buffer is too small.ERROR_DS_USER_BUFFER_TO_SMALL
8310The attribute specified in the operation is not present on the object.ERROR_DS_ATT_IS_NOT_ON_OBJ
8311Illegal modify operation. Some aspect of the modification is not permitted.ERROR_DS_ILLEGAL_MOD_OPERATION
8312The specified object is too large.ERROR_DS_OBJ_TOO_LARGE
8313The specified instance type is not valid.ERROR_DS_BAD_INSTANCE_TYPE
8314The operation must be performed at a master DSA.ERROR_DS_MASTERDSA_REQUIRED
8315The object class attribute must be specified.ERROR_DS_OBJECT_CLASS_REQUIRED
8316A required attribute is missing.ERROR_DS_MISSING_REQUIRED_ATT
8317An attempt was made to modify an object to include an attribute that is not legal for its classERROR_DS_ATT_NOT_DEF_FOR_CLASS
8318The specified attribute is already present on the object.ERROR_DS_ATT_ALREADY_EXISTS
8320The specified attribute is not present, or has no values.ERROR_DS_CANT_ADD_ATT_VALUES
8321Multiple values were specified for an attribute that can have only one value.ERROR_DS_SINGLE_VALUE_CONSTRAINT
8322A value for the attribute was not in the acceptable range of values.ERROR_DS_RANGE_CONSTRAINT
8323The specified value already exists.ERROR_DS_ATT_VAL_ALREADY_EXISTS
8324The attribute cannot be removed because it is not present on the object.ERROR_DS_CANT_REM_MISSING_ATT
8325The attribute value cannot be removed because it is not present on the object.ERROR_DS_CANT_REM_MISSING_ATT_VAL
8326The specified root object cannot be a subref.ERROR_DS_ROOT_CANT_BE_SUBREF
8327Chaining is not permitted.ERROR_DS_NO_CHAINING
8328Chained evaluation is not permitted.ERROR_DS_NO_CHAINED_EVAL
8329The operation could not be performed because the object's parent is either uninstantiated or deleted.ERROR_DS_NO_PARENT_OBJECT
8330Having a parent that is an alias is not permitted. Aliases are leaf objects.ERROR_DS_PARENT_IS_AN_ALIAS
8331The object and parent must be of the same type, either both masters or both replicas.ERROR_DS_CANT_MIX_MASTER_AND_REPS
8332The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.ERROR_DS_CHILDREN_EXIST
8333Directory object not found.ERROR_DS_OBJ_NOT_FOUND
8334The aliased object is missing.ERROR_DS_ALIASED_OBJ_MISSING
8335The object name has bad syntax.ERROR_DS_BAD_NAME_SYNTAX
8336It is not permitted for an alias to refer to another alias.ERROR_DS_ALIAS_POINTS_TO_ALIAS
8337The alias cannot be dereferenced.ERROR_DS_CANT_DEREF_ALIAS
8338The operation is out of scope.ERROR_DS_OUT_OF_SCOPE
8339The operation cannot continue because the object is in the process of being removed.ERROR_DS_OBJECT_BEING_REMOVED
8340The DSA object cannot be deleted.ERROR_DS_CANT_DELETE_DSA_OBJ
8341A directory service error has occurred.ERROR_DS_GENERIC_ERROR
8342The operation can only be performed on an internal master DSA object.ERROR_DS_DSA_MUST_BE_INT_MASTER
8343The object must be of class DSA.ERROR_DS_CLASS_NOT_DSA
8344Insufficient access rights to perform the operation.ERROR_DS_INSUFF_ACCESS_RIGHTS
8345The object cannot be added because the parent is not on the list of possible superiors.ERROR_DS_ILLEGAL_SUPERIOR
8346Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).ERROR_DS_ATTRIBUTE_OWNED_BY_SAM
8347The name has too many parts.ERROR_DS_NAME_TOO_MANY_PARTS
8348The name is too long.ERROR_DS_NAME_TOO_LONG
8349The name value is too long.ERROR_DS_NAME_VALUE_TOO_LONG
8350The directory service encountered an error parsing a name.ERROR_DS_NAME_UNPARSEABLE
8351The directory service cannot get the attribute type for a name.ERROR_DS_NAME_TYPE_UNKNOWN
8352The name does not identify an object; the name identifies a phantom.ERROR_DS_NOT_AN_OBJECT
8353The security descriptor is too short.ERROR_DS_SEC_DESC_TOO_SHORT
8354The security descriptor is invalid.ERROR_DS_SEC_DESC_INVALID
8355Failed to create name for deleted object.ERROR_DS_NO_DELETED_NAME
8356The parent of a new subref must exist.ERROR_DS_SUBREF_MUST_HAVE_PARENT
8357The object must be a naming context.ERROR_DS_NCNAME_MUST_BE_NC
8358It is not permitted to add an attribute which is owned by the system.ERROR_DS_CANT_ADD_SYSTEM_ONLY
8359The class of the object must be structural; you cannot instantiate an abstract class.ERROR_DS_CLASS_MUST_BE_CONCRETE
8360The schema object could not be found.ERROR_DS_INVALID_DMD
8361A local object with this GUID (dead or alive) already exists.ERROR_DS_OBJ_GUID_EXISTS
8362The operation cannot be performed on a back link.ERROR_DS_NOT_ON_BACKLINK
8363The cross reference for the specified naming context could not be found.ERROR_DS_NO_CROSSREF_FOR_NC
8364The operation could not be performed because the directory service is shutting down.ERROR_DS_SHUTTING_DOWN
8365The directory service request is invalid.ERROR_DS_UNKNOWN_OPERATION
8366The role owner attribute could not be read.ERROR_DS_INVALID_ROLE_OWNER
8367The requested FSMO operation failed. The current FSMO holder could not be reached.ERROR_DS_COULDNT_CONTACT_FSMO
8368Modification of a DN across a naming context is not permitted.ERROR_DS_CROSS_NC_DN_RENAME
8369The attribute cannot be modified because it is owned by the system.ERROR_DS_CANT_MOD_SYSTEM_ONLY
8370Only the replicator can perform this function.ERROR_DS_REPLICATOR_ONLY
8371The specified class is not defined.ERROR_DS_OBJ_CLASS_NOT_DEFINED
8372The specified class is not a subclass.ERROR_DS_OBJ_CLASS_NOT_SUBCLASS
8373The name reference is invalid.ERROR_DS_NAME_REFERENCE_INVALID
8374A cross reference already exists.ERROR_DS_CROSS_REF_EXISTS
8375It is not permitted to delete a master cross reference.ERROR_DS_CANT_DEL_MASTER_CROSSREF
8376Subtree notifications are only supported on NC heads.ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
8377Notification filter is too complex.ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
8378Schema update failed: duplicate RDN.ERROR_DS_DUP_RDN
8379Schema update failed: duplicate OIDERROR_DS_DUP_OID
8380Schema update failed: duplicate MAPI identifier.ERROR_DS_DUP_MAPI_ID
8381Schema update failed: duplicate schema-id GUID.ERROR_DS_DUP_SCHEMA_ID_GUID
8382Schema update failed: duplicate LDAP display name.ERROR_DS_DUP_LDAP_DISPLAY_NAME
8383Schema update failed: range-lower less than range upperERROR_DS_SEMANTIC_ATT_TEST
8384Schema update failed: syntax mismatchERROR_DS_SYNTAX_MISMATCH
8385Schema deletion failed: attribute is used in must-containERROR_DS_EXISTS_IN_MUST_HAVE
8386Schema deletion failed: attribute is used in may-containERROR_DS_EXISTS_IN_MAY_HAVE
8387Schema update failed: attribute in may-contain does not existERROR_DS_NONEXISTENT_MAY_HAVE
8388Schema update failed: attribute in must-contain does not existERROR_DS_NONEXISTENT_MUST_HAVE
8389Schema update failed: class in aux-class list does not exist or is not an auxiliary classERROR_DS_AUX_CLS_TEST_FAIL
8390Schema update failed: class in poss-superiors does not existERROR_DS_NONEXISTENT_POSS_SUP
8391Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rulesERROR_DS_SUB_CLS_TEST_FAIL
8392Schema update failed: Rdn-Att-Id has wrong syntaxERROR_DS_BAD_RDN_ATT_ID_SYNTAX
8393Schema deletion failed: class is used as auxiliary classERROR_DS_EXISTS_IN_AUX_CLS
8394Schema deletion failed: class is used as sub classERROR_DS_EXISTS_IN_SUB_CLS
8395Schema deletion failed: class is used as poss superiorERROR_DS_EXISTS_IN_POSS_SUP
8396Schema update failed in recalculating validation cache.ERROR_DS_RECALCSCHEMA_FAILED
8397The tree deletion is not finished.ERROR_DS_TREE_DELETE_NOT_FINISHED
8398The requested delete operation could not be performed.ERROR_DS_CANT_DELETE
8399Cannot read the governs class identifier for the schema record.ERROR_DS_ATT_SCHEMA_REQ_ID
8400The attribute schema has bad syntax.ERROR_DS_BAD_ATT_SCHEMA_SYNTAX
8401The attribute could not be cached.ERROR_DS_CANT_CACHE_ATT
8402The class could not be cached.ERROR_DS_CANT_CACHE_CLASS
8403The attribute could not be removed from the cache.ERROR_DS_CANT_REMOVE_ATT_CACHE
8404The class could not be removed from the cache.ERROR_DS_CANT_REMOVE_CLASS_CACHE
8405The distinguished name attribute could not be read.ERROR_DS_CANT_RETRIEVE_DN
8406No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.ERROR_DS_MISSING_SUPREF
8407The instance type attribute could not be retrieved.ERROR_DS_CANT_RETRIEVE_INSTANCE
8408An internal error has occurred.ERROR_DS_CODE_INCONSISTENCY
8409A database error has occurred.ERROR_DS_DATABASE_ERROR
8410The attribute GOVERNSID is missing.ERROR_DS_GOVERNSID_MISSING
8411An expected attribute is missing.ERROR_DS_MISSING_EXPECTED_ATT
8412The specified naming context is missing a cross reference.ERROR_DS_NCNAME_MISSING_CR_REF
8413A security checking error has occurred.ERROR_DS_SECURITY_CHECKING_ERROR
8414The schema is not loaded.ERROR_DS_SCHEMA_NOT_LOADED
8415Schema allocation failed. Please check if the machine is running low on memory.ERROR_DS_SCHEMA_ALLOC_FAILED
8416Failed to obtain the required syntax for the attribute schema.ERROR_DS_ATT_SCHEMA_REQ_SYNTAX
8417The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available.ERROR_DS_GCVERIFY_ERROR
8418The replication operation failed because of a schema mismatch between the servers involved.ERROR_DS_DRA_SCHEMA_MISMATCH
8419The DSA object could not be found.ERROR_DS_CANT_FIND_DSA_OBJ
8420The naming context could not be found.ERROR_DS_CANT_FIND_EXPECTED_NC
8421The naming context could not be found in the cache.ERROR_DS_CANT_FIND_NC_IN_CACHE
8422The child object could not be retrieved.ERROR_DS_CANT_RETRIEVE_CHILD
8423The modification was not permitted for security reasons.ERROR_DS_SECURITY_ILLEGAL_MODIFY
8424The operation cannot replace the hidden record.ERROR_DS_CANT_REPLACE_HIDDEN_REC
8425The hierarchy file is invalid.ERROR_DS_BAD_HIERARCHY_FILE
8426The attempt to build the hierarchy table failed.ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
8427The directory configuration parameter is missing from the registry.ERROR_DS_CONFIG_PARAM_MISSING
8428The attempt to count the address book indices failed.ERROR_DS_COUNTING_AB_INDICES_FAILED
8429The allocation of the hierarchy table failed.ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
8430The directory service encountered an internal failure.ERROR_DS_INTERNAL_FAILURE
8431The directory service encountered an unknown failure.ERROR_DS_UNKNOWN_ERROR
8432A root object requires a class of 'top'.ERROR_DS_ROOT_REQUIRES_CLASS_TOP
8433This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.ERROR_DS_REFUSING_FSMO_ROLES
8434The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.ERROR_DS_MISSING_FSMO_SETTINGS
8435The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.ERROR_DS_UNABLE_TO_SURRENDER_ROLES
8436The replication operation failed.ERROR_DS_DRA_GENERIC
8437An invalid parameter was specified for this replication operation.ERROR_DS_DRA_INVALID_PARAMETER
8438The directory service is too busy to complete the replication operation at this time.ERROR_DS_DRA_BUSY
8439The distinguished name specified for this replication operation is invalid.ERROR_DS_DRA_BAD_DN
8440The naming context specified for this replication operation is invalid.ERROR_DS_DRA_BAD_NC
8441The distinguished name specified for this replication operation already exists.ERROR_DS_DRA_DN_EXISTS
8442The replication system encountered an internal error.ERROR_DS_DRA_INTERNAL_ERROR
8443The replication operation encountered a database inconsistency.ERROR_DS_DRA_INCONSISTENT_DIT
8444The server specified for this replication operation could not be contacted.ERROR_DS_DRA_CONNECTION_FAILED
8445The replication operation encountered an object with an invalid instance type.ERROR_DS_DRA_BAD_INSTANCE_TYPE
8446The replication operation failed to allocate memory.ERROR_DS_DRA_OUT_OF_MEM
8447The replication operation encountered an error with the mail system.ERROR_DS_DRA_MAIL_PROBLEM
8448The replication reference information for the target server already exists.ERROR_DS_DRA_REF_ALREADY_EXISTS
8449The replication reference information for the target server does not exist.ERROR_DS_DRA_REF_NOT_FOUND
8450The naming context cannot be removed because it is replicated to another server.ERROR_DS_DRA_OBJ_IS_REP_SOURCE
8451The replication operation encountered a database error.ERROR_DS_DRA_DB_ERROR
8452The naming context is in the process of being removed or is not replicated from the specified server.ERROR_DS_DRA_NO_REPLICA
8453Replication access was denied.ERROR_DS_DRA_ACCESS_DENIED
8454The requested operation is not supported by this version of the directory service.ERROR_DS_DRA_NOT_SUPPORTED
8455The replication remote procedure call was cancelled.ERROR_DS_DRA_RPC_CANCELLED
8456The source server is currently rejecting replication requests.ERROR_DS_DRA_SOURCE_DISABLED
8457The destination server is currently rejecting replication requests.ERROR_DS_DRA_SINK_DISABLED
8458The replication operation failed due to a collision of object names.ERROR_DS_DRA_NAME_COLLISION
8459The replication source has been reinstalled.ERROR_DS_DRA_SOURCE_REINSTALLED
8460The replication operation failed because a required parent object is missing.ERROR_DS_DRA_MISSING_PARENT
8461The replication operation was preempted.ERROR_DS_DRA_PREEMPTED
8462The replication synchronization attempt was abandoned because of a lack of updates.ERROR_DS_DRA_ABANDON_SYNC
8463The replication operation was terminated because the system is shutting down.ERROR_DS_DRA_SHUTDOWN
8464The replication synchronization attempt failed as the destination partial attribute set is not a subset of source partial attribute set.ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
8465The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
8466The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.ERROR_DS_DRA_EXTN_CONNECTION_FAILED
8467The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer.ERROR_DS_INSTALL_SCHEMA_MISMATCH
8468Schema update failed: An attribute with the same link identifier already exists.ERROR_DS_DUP_LINK_ID
8469Name translation: Generic processing error.ERROR_DS_NAME_ERROR_RESOLVING
8470Name translation: Could not find the name or insufficient right to see name.ERROR_DS_NAME_ERROR_NOT_FOUND
8471Name translation: Input name mapped to more than one output name.ERROR_DS_NAME_ERROR_NOT_UNIQUE
8472Name translation: Input name found, but not the associated output format.ERROR_DS_NAME_ERROR_NO_MAPPING
8473Name translation: Unable to resolve completely, only the domain was found.ERROR_DS_NAME_ERROR_DOMAIN_ONLY
8474Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
8475Modification of a constructed attribute is not allowed.ERROR_DS_CONSTRUCTED_ATT_MOD
8476The OM-Object-Class specified is incorrect for an attribute with the specified syntax.ERROR_DS_WRONG_OM_OBJ_CLASS
8477The replication request has been posted; waiting for reply.ERROR_DS_DRA_REPL_PENDING
8478The requested operation requires a directory service, and none was available.ERROR_DS_DS_REQUIRED
8479The LDAP display name of the class or attribute contains non-ASCII characters.ERROR_DS_INVALID_LDAP_DISPLAY_NAME
8480The requested search operation is only supported for base searches.ERROR_DS_NON_BASE_SEARCH
8481The search failed to retrieve attributes from the database.ERROR_DS_CANT_RETRIEVE_ATTS
8482The schema update operation tried to add a backward link attribute that has no corresponding forward link.ERROR_DS_BACKLINK_WITHOUT_LINK
8483Source and destination of a cross domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object.ERROR_DS_EPOCH_MISMATCH
8484Source and destination of a cross domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object.ERROR_DS_SRC_NAME_MISMATCH
8485Source and destination of a cross domain move operation are identical. Caller should use local move operation instead of cross domain move operation.ERROR_DS_SRC_AND_DST_NC_IDENTICAL
8486Source and destination for a cross domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container.ERROR_DS_DST_NC_MISMATCH
8487Destination of a cross domain move is not authoritative for the destination naming context.ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
8488Source and destination of a cross domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.ERROR_DS_SRC_GUID_MISMATCH
8489Object being moved across domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.ERROR_DS_CANT_MOVE_DELETED_OBJECT
8490Another operation which requires exclusive access to the PDC PSMO is already in progress.ERROR_DS_PDC_OPERATION_IN_PROGRESS
8491A cross domain move operation failed such that the two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
8492This object may not be moved across domain boundaries either because cross domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move.ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
8493Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
8494A naming context head must be the immediate child of another naming context head, not of an interior node.ERROR_DS_NC_MUST_HAVE_NC_PARENT
8495The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
8496Destination domain must be in native mode.ERROR_DS_DST_DOMAIN_NOT_NATIVE
8497The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
8498Cross-domain move of non-empty account groups is not allowed.ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
8499Cross-domain move of non-empty resource groups is not allowed.ERROR_DS_CANT_MOVE_RESOURCE_GROUP
8500The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.ERROR_DS_INVALID_SEARCH_FLAG
8501Tree deletions starting at an object which has an NC head as a descendant are not allowed.ERROR_DS_NO_TREE_DELETE_ABOVE_NC
8502The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
8503The directory service failed to identify the list of objects to delete while attempting a tree deletion.ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
8504Security Accounts Manager initialization failed because of the following error: %1.

Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.

ERROR_DS_SAM_INIT_FAILURE
8505Only an administrator can modify the membership list of an administrative group.ERROR_DS_SENSITIVE_GROUP_VIOLATION
8506Cannot change the primary group ID of a domain controller account.ERROR_DS_CANT_MOD_PRIMARYGROUPID
8507An attempt is made to modify the base schema.ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
8508Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.ERROR_DS_NONSAFE_SCHEMA_CHANGE
8509Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.ERROR_DS_SCHEMA_UPDATE_DISALLOWED
8510An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container.ERROR_DS_CANT_CREATE_UNDER_SCHEMA
8511The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.ERROR_DS_INSTALL_NO_SRC_SCH_VERSION
8512The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
8513The specified group type is invalid.ERROR_DS_INVALID_GROUP_TYPE
8514Cannot nest global groups in a mixed domain if the group is security-enabled.ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
8515Cannot nest local groups in a mixed domain if the group is security-enabled.ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
8516A global group cannot have a local group as a member.ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
8517A global group cannot have a universal group as a member.ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
8518A universal group cannot have a local group as a member.ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
8519A global group cannot have a cross-domain member.ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
8520A local group cannot have another cross-domain local group as a member.ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
8521A group with primary members cannot change to a security-disabled group.ERROR_DS_HAVE_PRIMARY_MEMBERS
8522The schema cache load failed to convert the string default SD on a class-schema object.ERROR_DS_STRING_SD_CONVERSION_FAILED
8523Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers)ERROR_DS_NAMING_MASTER_GC
8524The DSA operation is unable to proceed because of a DNS lookup failure.ERROR_DS_LOOKUP_FAILURE
8525While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.ERROR_DS_COULDNT_UPDATE_SPNS
8526The Security Descriptor attribute could not be read.ERROR_DS_CANT_RETRIEVE_SD
8527The object requested was not found, but an object with that key was found.ERROR_DS_KEY_NOT_UNIQUE.
8528The syntax of the linked attributed being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1.ERROR_DS_WRONG_LINKED_ATT_SYNTAX
8529Security Account Manager needs to get the boot password.ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
8530Security Account Manager needs to get the boot key from floppy disk.ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
8531Directory Service cannot start.ERROR_DS_CANT_START
8532Directory Services could not start.ERROR_DS_INIT_FAILURE
8533The connection between client and server requires packet privacy or better.ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
8534The source domain may not be in the same forest as destination.ERROR_DS_SOURCE_DOMAIN_IN_FOREST
8535The destination domain must be in the forest.ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
8536The operation requires that destination domain auditing be enabled.ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
8537The operation couldn't locate a DC for the source domain.ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
8538The source object must be a group or user.ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
8539The source object's SID already exists in destination forest.ERROR_DS_SRC_SID_EXISTS_IN_FOREST
8540The source and destination object must be of the same type.ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
8541Security Accounts Manager initialization failed because of the following error: %1.

Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.

ERROR_SAM_INIT_FAILURE
8542Schema information could not be included in the replication request.ERROR_DS_DRA_SCHEMA_INFO_SHIP
8543The replication operation could not be completed due to a schema incompatibility.ERROR_DS_DRA_SCHEMA_CONFLICT
8544The replication operation could not be completed due to a previous schema incompatibility.ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT
8545The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.ERROR_DS_DRA_OBJ_NC_MISMATCH
8546The requested domain could not be deleted because there exist domain controllers that still host this domain.ERROR_DS_NC_STILL_HAS_DSAS
8547The requested operation can be performed only on a global catalog server.ERROR_DS_GC_REQUIRED
8548A local group can only be a member of other local groups in the same domain.ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
8549Foreign security principals cannot be members of universal groups.ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
8550The attribute is not allowed to be replicated to the GC because of security reasons.ERROR_DS_CANT_ADD_TO_GC
8551The checkpoint with the PDC could not be taken because there are too many modifications being processed currently.ERROR_DS_NO_CHECKPOINT_WITH_PDC
8552The operation requires that source domain auditing be enabled.ERROR_DS_SOURCE_AUDITING_NOT_ENABLED
8553Security principal objects can only be created inside domain naming contexts.ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
8554A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.ERROR_DS_INVALID_NAME_FOR_SPN
8555A Filter was passed that uses constructed attributes.ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
8556The unicodePwd attribute value must be enclosed in double quotes.ERROR_DS_UNICODEPWD_NOT_IN_QUOTES
8557Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
8558For security reasons, the operation must be run on the destination DC.ERROR_DS_MUST_BE_RUN_ON_DST_DC
8559For security reasons, the source DC must be NT4SP4 or greater.ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
8560Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
8561Directory Services could not start because of the following error: %1.

Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.

ERROR_DS_INIT_FAILURE_CONSOLE
8562Security Accounts Manager initialization failed because of the following error: %1.

Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.

ERROR_DS_SAM_INIT_FAILURE_CONSOLE
8563The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.ERROR_DS_FOREST_VERSION_TOO_HIGH
8564The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.ERROR_DS_DOMAIN_VERSION_TOO_HIGH
8565This version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.ERROR_DS_FOREST_VERSION_TOO_LOW
8566This version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.ERROR_DS_DOMAIN_VERSION_TOO_LOW
8567The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.ERROR_DS_INCOMPATIBLE_VERSION
8568The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.ERROR_DS_LOW_DSA_VERSION
8569The forest functional level cannot be raised to the requested level since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode before you can raise the forest functional level.ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
8570The sort order requested is not supported.ERROR_DS_NOT_SUPPORTED_SORT_ORDER
8571The requested name already exists as a unique identifier.ERROR_DS_NAME_NOT_UNIQUE
8572The machine account was created pre-NT4. The account needs to be recreated.ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
8573The database is out of version store.ERROR_DS_OUT_OF_VERSION_STORE
8574Unable to continue operation because multiple conflicting controls were used.ERROR_DS_INCOMPATIBLE_CONTROLS_USED
8575Unable to find a valid security descriptor reference domain for this partition.ERROR_DS_NO_REF_DOMAIN
8576Schema update failed: The link identifier is reserved.ERROR_DS_RESERVED_LINK_ID
8577Schema update failed: There are no link identifiers available.ERROR_DS_LINK_ID_NOT_AVAILABLE
8578An account group cannot have a universal group as a member.ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
8579Rename or move operations on naming context heads or read-only objects are not allowed.ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
8580Move operations on objects in the schema naming context are not allowed.ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
8581A system flag has been set on the object and does not allow the object to be moved or renamed.ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
8582This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.ERROR_DS_MODIFYDN_WRONG_GRANDPARENT
8583Unable to resolve completely, a referral to another forest is generated.ERROR_DS_NAME_ERROR_TRUST_REFERRAL
8584The requested action is not supported on standard server.ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
8585Could not access a partition of the Active Directory located on a remote server. Make sure at least one server is running for the partition in question.ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
8586The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
8587The thread limit for this request was exceeded.ERROR_DS_THREAD_LIMIT_EXCEEDED
8588The Global catalog server is not in the closet site.ERROR_DS_NOT_CLOSEST
8589The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
8590The Directory Service failed to enter single user mode.ERROR_DS_SINGLE_USER_MODE_FAILED
8591The Directory Service cannot parse the script because of a syntax error.ERROR_DS_NTDSCRIPT_SYNTAX_ERROR
8592The Directory Service cannot process the script because of an error.ERROR_DS_NTDSCRIPT_PROCESS_ERROR
8593The directory service cannot perform the requested operation because the servers involved are of different replication epochs (which is usually related to a domain rename that is in progress).ERROR_DS_DIFFERENT_REPL_EPOCHS
8594The directory service binding must be renegotiated due to a change in the server extensions information.ERROR_DS_DRS_EXTENSIONS_CHANGED
8595Operation not allowed on a disabled cross ref.ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
8596Schema update failed: No values for msDS-IntId are available.ERROR_DS_NO_MSDS_INTID
8597Schema update failed: Duplicate msDS-INtId. Retry the operation.ERROR_DS_DUP_MSDS_INTID
8598Schema deletion failed: attribute is used in rDNAttID.ERROR_DS_EXISTS_IN_RDNATTID
8599The directory service failed to authorize the request.ERROR_DS_AUTHORIZATION_FAILED
8600The Directory Service cannot process the script because it is invalid.ERROR_DS_INVALID_SCRIPT
8601The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.ERROR_DS_REMOTE_CROSSREF_OP_FAILED
8602A cross reference is in use locally with the same name.ERROR_DS_CROSS_REF_BUSY
8603The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest.ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN
8604Writeable NCs prevent this DC from demoting.ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC
8605The requested object has a non-unique identifier and cannot be retrieved.ERROR_DS_DUPLICATE_ID_FOUND
8606Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT
8607The group cannot be converted due to attribute restrictions on the requested group type.ERROR_DS_GROUP_CONVERSION_ERROR
8608Cross-domain move of non-empty basic application groups is not allowed.ERROR_DS_CANT_MOVE_APP_BASIC_GROUP
8609Cross-domain move on non-empty query based application groups is not allowed.ERROR_DS_CANT_MOVE_APP_QUERY_GROUP
8610The role owner could not be verified because replication of its partition has not occurred recently.ERROR_DS_ROLE_NOT_VERIFIED
8611The target container for a redirection of a well-known object container cannot already be a special container.ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL
8612The Directory Service cannot perform the requested operation because a domain rename operation is in progress.ERROR_DS_DOMAIN_RENAME_IN_PROGRESS
8613The Active Directory detected an Active Directory child partition below the requested new partition name. The Active Directory's partition hierarchy must be created in a top-down method.ERROR_DS_EXISTING_AD_CHILD_NC
9001DNS server unable to interpret format.DNS_ERROR_RCODE_FORMAT_ERROR
9002DNS server failure.DNS_ERROR_RCODE_SERVER_FAILURE
9003DNS name does not exist.DNS_ERROR_RCODE_NAME_ERROR
9004DNS request not supported by name server.DNS_ERROR_RCODE_NOT_IMPLEMENTED
9005DNS operation refused.DNS_ERROR_RCODE_REFUSED
9006DNS name that ought not exist, does exist.DNS_ERROR_RCODE_YXDOMAIN
9007DNS RR set that ought not exist, does exist.DNS_ERROR_RCODE_YXRRSET
9008DNS RR set that ought to exist, does not exist.DNS_ERROR_RCODE_NXRRSET
9009DNS server not authoritative for zone.DNS_ERROR_RCODE_NOTAUTH
9010DNS name in update or prereq is not in zone.DNS_ERROR_RCODE_NOTZONE
9016DNS signature failed to verify.DNS_ERROR_RCODE_BADSIG
9017DNS bad key.DNS_ERROR_RCODE_BADKEY
9018DNS signature validity expired.DNS_ERROR_RCODE_BADTIME
9501No records found for given DNS query.DNS_INFO_NO_RECORDS
9502Bad DNS packet.DNS_ERROR_BAD_PACKET
9503No DNS packet.DNS_ERROR_NO_PACKET
9504DNS error, check rcode.DNS_ERROR_RCODE
9505Unsecured DNS packet.DNS_ERROR_UNSECURE_PACKET
9551Invalid DNS type.DNS_ERROR_INVALID_TYPE
9552Invalid IP address.DNS_ERROR_INVALID_IP_ADDRESS
9553Invalid property.DNS_ERROR_INVALID_PROPERTY
9554Try DNS operation again later.DNS_ERROR_TRY_AGAIN_LATER
9555Record for given name and type is not unique.DNS_ERROR_NOT_UNIQUE
9556DNS name does not comply with RFC specifications.DNS_ERROR_NON_RFC_NAME
9557DNS name is a fully-qualified DNS name.DNS_STATUS_FQDN
9558DNS name is dotted (multi-label).DNS_STATUS_DOTTED_NAME
9559DNS name is a single-part name.DNS_STATUS_SINGLE_PART_NAME
9560DSN name contains an invalid character.DNS_ERROR_INVALID_NAME_CHAR
9561DNS name is entirely numeric.DNS_ERROR_NUMERIC_NAME
9562The operation requested is not permitted on a DNS root server.DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
9563The record could not be created because this part of the DNS namespace has been delegated to another server.DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
9564The DNS server could not find a set of root hints.DNS_ERROR_CANNOT_FIND_ROOT_HINTS
9565The DNS server found root hints but they were not consistent across all adapters.DNS_ERROR_INCONSISTENT_ROOT_HINTS
9601DNS zone does not exist.DNS_ERROR_ZONE_DOES_NOT_EXIST
9602DNS zone information not available.DNS_ERROR_NO_ZONE_INFO
9603Invalid operation for DNS zone.DNS_ERROR_INVALID_ZONE_OPERATION
9604Invalid DNS zone configuration.DNS_ERROR_ZONE_CONFIGURATION_ERROR
9605DNS zone has no start of authority (SOA) record.DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
9606DNS zone has no name server (NS) record.DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
9607DNS zone is locked.DNS_ERROR_ZONE_LOCKED
9608DNS zone creation failed.DNS_ERROR_ZONE_CREATION_FAILED
9609DNS zone already exists.DNS_ERROR_ZONE_ALREADY_EXISTS
9610DNS automatic zone already exists.DNS_ERROR_AUTOZONE_ALREADY_EXISTS
9611Invalid DNS zone type.DNS_ERROR_INVALID_ZONE_TYPE
9612Secondary DNS zone requires master IP address.DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
9613DNS zone not secondary.DNS_ERROR_ZONE_NOT_SECONDARY
9614Need secondary IP address.DNS_ERROR_NEED_SECONDARY_ADDRESSES
9615WINS initialization failed.DNS_ERROR_WINS_INIT_FAILED
9616Need WINS servers.DNS_ERROR_NEED_WINS_SERVERS
9617NBTSTAT initialization call failed.DNS_ERROR_NBSTAT_INIT_FAILED
9618Invalid delete of start of authority (SOA)DNS_ERROR_SOA_DELETE_INVALID
9619A conditional forwarding zone already exists for that name.DNS_ERROR_FORWARDER_ALREADY_EXISTS
9620This zone must be configured with one or more master DNS server IP addresses.DNS_ERROR_ZONE_REQUIRES_MASTER_IP
9621The operation cannot be performed because this zone is shutdown.DNS_ERROR_ZONE_IS_SHUTDOWN
9651Primary DNS zone requires datafile.DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
9652Invalid datafile name for DNS zone.DNS_ERROR_INVALID_DATAFILE_NAME
9653Failed to open datafile for DNS zone.DNS_ERROR_DATAFILE_OPEN_FAILURE
9654Failed to write datafile for DNS zone.DNS_ERROR_FILE_WRITEBACK_FAILED
9655Failure while reading datafile for DNS zone.DNS_ERROR_DATAFILE_PARSING
9701DNS record does not exist.DNS_ERROR_RECORD_DOES_NOT_EXIST
9702DNS record format error.DNS_ERROR_RECORD_FORMAT
9703Node creation failure in DNS.DNS_ERROR_NODE_CREATION_FAILED
9704Unknown DNS record type.DNS_ERROR_UNKNOWN_RECORD_TYPE
9705DNS record timed out.DNS_ERROR_RECORD_TIMED_OUT
9706Name not in DNS zone.DNS_ERROR_NAME_NOT_IN_ZONE
9707CNAME loop detected.DNS_ERROR_CNAME_LOOP
9708Node is a CNAME DNS record.DNS_ERROR_NODE_IS_CNAME
9709A CNAME record already exists for given name.DNS_ERROR_CNAME_COLLISION
9710Record only at DNS zone root.DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
9711DNS record already exists.DNS_ERROR_RECORD_ALREADY_EXISTS
9712Secondary DNS zone data error.DNS_ERROR_SECONDARY_DATA
9713Could not create DNS cache data.DNS_ERROR_NO_CREATE_CACHE_DATA
9714DNS name does not exist.DNS_ERROR_NAME_DOES_NOT_EXIST
9715Could not create pointer (PTR) record.DNS_WARNING_PTR_CREATE_FAILED
9716DNS domain was undeleted.DNS_WARNING_DOMAIN_UNDELETED
9717The directory service is unavailable.DNS_ERROR_DS_UNAVAILABLE
9718DNS zone already exists in the directory service.DNS_ERROR_DS_ZONE_ALREADY_EXISTS
9719DNS server not creating or reading the boot file for the directory service integrated DNS zone.DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
9751DNS AXFR (zone transfer) complete.DNS_INFO_AXFR_COMPLETE
9752DNS zone transfer failed.DNS_ERROR_AXFR
9753Added local WINS server.DNS_INFO_ADDED_LOCAL_WINS
9801Secure update call needs to continue update request.DNS_STATUS_CONTINUE_NEEDED
9851TCP/IP network protocol not installed.DNS_ERROR_NO_TCPIP
9852No DNS servers configured for local system.DNS_ERROR_NO_DNS_SERVERS
9901The specified directory partition does not exist.DNS_ERROR_DP_DOES_NOT_EXIST
9902The specified directory partition already exists.DNS_ERROR_DP_ALREADY_EXISTS
9903The DNS server is not enlisted in the specified directory partition.DNS_ERROR_DP_NOT_ENLISTED
9904The DNS server is already enlisted in the specified directory partition.DNS_ERROR_DP_ALREADY_ENLISTED
9905The directory partition is not available at this time. Please wait a few minutes and try again.DNS_ERROR_DP_NOT_AVAILABLE.
10004A blocking operation was interrupted by a call to WSACancelBlockingCall.WSAEINTR
10009The file handle supplied is not valid.WSAEBADF
10013An attempt was made to access a socket in a way forbidden by its access permissions.WSAEACCES
10014The system detected an invalid pointer address in attempting to use a pointer argument in a call.WSAEFAULT
10022An invalid argument was supplied.WSAEINVAL
10024Too many open sockets.WSAEMFILE
10035A non-blocking socket operation could not be completed immediately.WSAEWOULDBLOCK
10036A blocking operation is currently executing.WSAEINPROGRESS
10037An operation was attempted on a non-blocking socket that already had an operation in progress.WSAEALREADY
10038An operation was attempted on something that is not a socket.WSAENOTSOCK
10039A required address was omitted from an operation on a socket.WSAEDESTADDRREQ
10040A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.WSAEMSGSIZE
10041A protocol was specified in the socket function call that does not support the semantics of the socket type requested.WSAEPROTOTYPE
10042An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.WSAENOPROTOOPT
10043The requested protocol has not been configured into the system, or no implementation for it exists.WSAEPROTONOSUPPORT
10044The support for the specified socket type does not exist in this address family.WSAESOCKTNOSUPPORT
10045The attempted operation is not supported for the type of object referenced.WSAEOPNOTSUPP
10046The protocol family has not been configured into the system or no implementation for it exists.WSAEPFNOSUPPORT
10047An address incompatible with the requested protocol was used.WSAEAFNOSUPPORT
10048Only one usage of each socket address (protocol/network address/port) is normally permitted.WSAEADDRINUSE
10049The requested address is not valid in its context.WSAEADDRNOTAVAIL
10050A socket operation encountered a dead network.WSAENETDOWN
10051A socket operation was attempted to an unreachable network.WSAENETUNREACH
10052The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.WSAENETRESET
10053An established connection was aborted by the software in your host machine.WSAECONNABORTED
10054An existing connection was forcibly closed by the remote host.WSAECONNRESET
10055An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.WSAENOBUFS
10056A connect request was made on an already connected socket.WSAEISCONN
10057A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.WSAENOTCONN
10058A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.WSAESHUTDOWN
10059Too many references to some kernel object.WSAETOOMANYREFS
10060A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.WSAETIMEDOUT
10061No connection could be made because the target machine actively refused it.WSAECONNREFUSED
10062Cannot translate name.WSAELOOP
10063Name component or name was too long.WSAENAMETOOLONG
10064A socket operation failed because the destination host was down.WSAEHOSTDOWN
10065A socket operation was attempted to an unreachable host.WSAEHOSTUNREACH
10066Cannot remove a directory that is not empty.WSAENOTEMPTY
10067A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.WSAEPROCLIM
10068Ran out of quota.WSAEUSERS
10069Ran out of disk quota.WSAEDQUOT
10070File handle reference is no longer available.WSAESTALE
10071Item is not available locally.WSAEREMOTE
10091WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.WSASYSNOTREADY
10092The Windows Sockets version requested is not supported.WSAVERNOTSUPPORTED
10093Either the application has not called WSAStartup, or WSAStartup failed.WSANOTINITIALISED
10101Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.WSAEDISCON
10102No more results can be returned by WSALookupServiceNext.WSAENOMORE
10103A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.WSAECANCELLED
10104The procedure call table is invalid.WSAEINVALIDPROCTABLE
10105The requested service provider is invalid.WSAEINVALIDPROVIDER
10106The requested service provider could not be loaded or initialized.WSAEPROVIDERFAILEDINIT
10107A system call that should never fail has failed.WSASYSCALLFAILURE
10108No such service is known. The service cannot be found in the specified name space.WSASERVICE_NOT_FOUND
10109The specified class was not found.WSATYPE_NOT_FOUND
10110No more results can be returned by WSALookupServiceNext.WSA_E_NO_MORE
10111A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.WSA_E_CANCELLED
10112A database query failed because it was actively refused.WSAEREFUSED
11001No such host is known.WSAHOST_NOT_FOUND
11002This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.WSATRY_AGAIN
11003A non-recoverable error occurred during a database lookup.WSANO_RECOVERY
11004The requested name is valid, but no data of the requested type was found.WSANO_DATA
11005At least one reserve has arrived.WSA_QOS_RECEIVERS
11006At least one path has arrived.WSA_QOS_SENDERS
11007There are no senders.WSA_QOS_NO_SENDERS
11008There are no receivers.WSA_QOS_NO_RECEIVERS
11009Reserve has been confirmed.WSA_QOS_REQUEST_CONFIRMED
11010Error due to lack of resources.WSA_QOS_ADMISSION_FAILURE
11011Rejected for administrative reasons - bad credentials.WSA_QOS_POLICY_FAILURE
11012Unknown or conflicting style.WSA_QOS_BAD_STYLE
11013Problem with some part of the filterspec or providerspecific buffer in general.WSA_QOS_BAD_OBJECT
11014Problem with some part of the flowspec.WSA_QOS_TRAFFIC_CTRL_ERROR
11015General QOS error.WSA_QOS_GENERIC_ERROR
11016An invalid or unrecognized service type was found in the flowspec.WSA_QOS_ESERVICETYPE
11017An invalid or inconsistent flowspec was found in the QOS structure.WSA_QOS_EFLOWSPEC
11018Invalid QOS provider-specific buffer.WSA_QOS_EPROVSPECBUF
11019An invalid QOS filter style was used.WSA_QOS_EFILTERSTYLE
11020An invalid QOS filter type was used.WSA_QOS_EFILTERTYPE
11021An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.WSA_QOS_EFILTERCOUNT
11022An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.WSA_QOS_EOBJLENGTH
11023An incorrect number of flow descriptors was specified in the QOS structure.WSA_QOS_EFLOWCOUNT
11024An unrecognized object was found in the QOS provider-specific buffer.WSA_QOS_EUNKNOWNPSOBJ
11025An invalid policy object was found in the QOS provider-specific buffer.WSA_QOS_EPOLICYOBJ
11026An invalid QOS flow descriptor was found in the flow descriptor list.WSA_QOS_EFLOWDESC
11027An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.WSA_QOS_EPSFLOWSPEC
11028An invalid FILTERSPEC was found in the QOS provider-specific buffer.WSA_QOS_EPSFILTERSPEC
11029An invalid shape discard mode object was found in the QOS provider-specific buffer.WSA_QOS_ESDMODEOBJ
11030An invalid shaping rate object was found in the QOS provider-specific buffer.WSA_QOS_ESHAPERATEOBJ
11031A reserved policy element was found in the QOS provider-specific buffer.WSA_QOS_RESERVED_PETYPE
13000The specified quick mode policy already exists.ERROR_IPSEC_QM_POLICY_EXISTS
13001The specified quick mode policy was not found.ERROR_IPSEC_QM_POLICY_NOT_FOUND
13002The specified quick mode policy is being used.ERROR_IPSEC_QM_POLICY_IN_USE
13003The specified main mode policy already exists.ERROR_IPSEC_MM_POLICY_EXISTS
13004The specified main mode policy was not found.ERROR_IPSEC_MM_POLICY_NOT_FOUND
13005The specified main mode policy is being used.ERROR_IPSEC_MM_POLICY_IN_USE
13006The specified main mode filter already exists.ERROR_IPSEC_MM_FILTER_EXISTS
13007The specified main mode filter was not found.ERROR_IPSEC_MM_FILTER_NOT_FOUND
13008The specified transport mode filter already exists.ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
13009The specified transport mode filter does not exist.ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
13010The specified main mode authentication list exists.ERROR_IPSEC_MM_AUTH_EXISTS
13011The specified main mode authentication list was not found.ERROR_IPSEC_MM_AUTH_NOT_FOUND
13012The specified quick mode policy is being used.ERROR_IPSEC_MM_AUTH_IN_USE
13013The specified main mode policy was not found.ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
13014The specified quick mode policy was not found.ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
13015The manifest file contains one or more syntax errors.ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
13016The application attempted to activate a disabled activation context.ERROR_IPSEC_TUNNEL_FILTER_EXISTS
13017The requested lookup key was not found in any active activation context.ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
13018The Main Mode filter is pending deletion.ERROR_IPSEC_MM_FILTER_PENDING_DELETION
13019The transport filter is pending deletion.ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
13020The tunnel filter is pending deletion.ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
13021The Main Mode policy is pending deletion.ERROR_IPSEC_MM_POLICY_PENDING_DELETION
13022The Main Mode authentication bundle is pending deletion.ERROR_IPSEC_MM_AUTH_PENDING_DELETION
13023The Quick Mode policy is pending deletion.ERROR_IPSEC_QM_POLICY_PENDING_DELETION
13024The Main Mode policy was successfully added, but some of the requested offers are not supported.WARNING_IPSEC_MM_POLICY_PRUNED
13025The Quick Mode policy was successfully added, but some of the requested offers are not supported.WARNING_IPSEC_QM_POLICY_PRUNED
13801IKE authentication credentials are unacceptable.ERROR_IPSEC_IKE_AUTH_FAIL
13802IKE security attributes are unacceptable.ERROR_IPSEC_IKE_ATTRIB_FAIL
13803IKE Negotiation in progress.ERROR_IPSEC_IKE_NEGOTIATION_PENDING
13804General processing error.ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
13805Negotiation timed out.ERROR_IPSEC_IKE_TIMED_OUT
13806IKE failed to find valid machine certificate.ERROR_IPSEC_IKE_NO_CERT
13807IKE SA deleted by peer before establishment completed.ERROR_IPSEC_IKE_SA_DELETED
13808IKE SA deleted before establishment completed.ERROR_IPSEC_IKE_SA_REAPED
13809Negotiation request sat in Queue too long.ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
13810Negotiation request sat in Queue too long.ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
13811Negotiation request sat in Queue too long.ERROR_IPSEC_IKE_QUEUE_DROP_MM
13812Negotiation request sat in Queue too long.ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
13813No response from peer.ERROR_IPSEC_IKE_DROP_NO_RESPONSE
13814Negotiation took too long.ERROR_IPSEC_IKE_MM_DELAY_DROP
13815Negotiation took too long.ERROR_IPSEC_IKE_QM_DELAY_DROP
13816Unknown error occurred.ERROR_IPSEC_IKE_ERROR
13817Certificate Revocation Check failed.ERROR_IPSEC_IKE_CRL_FAILED
13818Invalid certificate key usage.ERROR_IPSEC_IKE_INVALID_KEY_USAGE
13819Invalid certificate type.ERROR_IPSEC_IKE_INVALID_CERT_TYPE
13820No private key associated with machine certificate.ERROR_IPSEC_IKE_NO_PRIVATE_KEY
13822Failure in Diffie-Helman computation.ERROR_IPSEC_IKE_DH_FAIL
13824Invalid header.ERROR_IPSEC_IKE_INVALID_HEADER
13825No policy configured.ERROR_IPSEC_IKE_NO_POLICY
13826Failed to verify signature.ERROR_IPSEC_IKE_INVALID_SIGNATURE
13827Failed to authenticate using Kerberos.ERROR_IPSEC_IKE_KERBEROS_ERROR
13828Peer's certificate did not have a public key.ERROR_IPSEC_IKE_NO_PUBLIC_KEY
13829Error processing error payload.ERROR_IPSEC_IKE_PROCESS_ERR
13830Error processing SA payload.ERROR_IPSEC_IKE_PROCESS_ERR_SA
13831Error processing Proposal payload.ERROR_IPSEC_IKE_PROCESS_ERR_PROP
13832Error processing Transform payload.ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
13833Error processing KE payload.ERROR_IPSEC_IKE_PROCESS_ERR_KE
13834Error processing ID payload.ERROR_IPSEC_IKE_PROCESS_ERR_ID
13835Error processing Cert payload.ERROR_IPSEC_IKE_PROCESS_ERR_CERT
13836Error processing Certificate Request payload.ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
13837Error processing Hash payload.ERROR_IPSEC_IKE_PROCESS_ERR_HASH
13838Error processing Signature payload.ERROR_IPSEC_IKE_PROCESS_ERR_SIG
13839Error processing Nonce payload.ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
13840Error processing Notify payload.ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
13841Error processing Delete Payload.ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
13842Error processing VendorId payload.ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
13843Invalid payload received.ERROR_IPSEC_IKE_INVALID_PAYLOAD
13844Soft SA loaded.ERROR_IPSEC_IKE_LOAD_SOFT_SA
13845Soft SA torn down.ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
13846Invalid cookie received..ERROR_IPSEC_IKE_INVALID_COOKIE
13847Peer failed to send valid machine certificate.ERROR_IPSEC_IKE_NO_PEER_CERT
13848Certification Revocation check of peer's certificate failed.ERROR_IPSEC_IKE_PEER_CRL_FAILED
13849New policy invalidated SAs formed with old policy.ERROR_IPSEC_IKE_POLICY_CHANGE
13850There is no available Main Mode IKE policy.ERROR_IPSEC_IKE_NO_MM_POLICY
13851Failed to enabled TCB privilege.ERROR_IPSEC_IKE_NOTCBPRIV
13852Failed to load SECURITY.DLL.ERROR_IPSEC_IKE_SECLOADFAIL
13853Failed to obtain security function table dispatch address from SSPI.ERROR_IPSEC_IKE_FAILSSPINIT
13854Failed to query Kerberos package to obtain max token size.ERROR_IPSEC_IKE_FAILQUERYSSP
13855Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.ERROR_IPSEC_IKE_SRVACQFAIL
13856Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).ERROR_IPSEC_IKE_SRVQUERYCRED
13857Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.ERROR_IPSEC_IKE_GETSPIFAIL
13858Given filter is invalid.ERROR_IPSEC_IKE_INVALID_FILTER
13859Memory allocation failed.ERROR_IPSEC_IKE_OUT_OF_MEMORY
13860Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
13861Invalid policy.ERROR_IPSEC_IKE_INVALID_POLICY
13862Invalid DOI.ERROR_IPSEC_IKE_UNKNOWN_DOI
13863Invalid situation.ERROR_IPSEC_IKE_INVALID_SITUATION
13864Diffie-Hellman failure.ERROR_IPSEC_IKE_DH_FAILURE
13865Invalid Diffie-Hellman group.ERROR_IPSEC_IKE_INVALID_GROUP
13866Error encrypting payload.ERROR_IPSEC_IKE_ENCRYPT
13867Error decrypting payload.ERROR_IPSEC_IKE_DECRYPT
13868Policy match error.ERROR_IPSEC_IKE_POLICY_MATCH
13869Unsupported ID.ERROR_IPSEC_IKE_UNSUPPORTED_ID
13870Hash verification failed.ERROR_IPSEC_IKE_INVALID_HASH
13871Invalid hash algorithm.ERROR_IPSEC_IKE_INVALID_HASH_ALG
13872Invalid hash size.ERROR_IPSEC_IKE_INVALID_HASH_SIZE
13873Invalid encryption algorithm.ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
13874Invalid authentication algorithm.ERROR_IPSEC_IKE_INVALID_AUTH_ALG
13875Invalid certificate signature.ERROR_IPSEC_IKE_INVALID_SIG
13876Load failed.ERROR_IPSEC_IKE_LOAD_FAILED
13877Deleted via RPC call.ERROR_IPSEC_IKE_RPC_DELETE
13878Temporary state created to perform reinit. This is not a real failure.ERROR_IPSEC_IKE_BENIGN_REINIT
13879The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine.ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
13881Key length in certificate is too small for configured security requirements.ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
13882Max number of established MM SAs to peer exceeded.ERROR_IPSEC_IKE_MM_LIMIT
13883IKE received a policy that disables negotiation.ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
13884ERROR_IPSEC_IKE_NEG_STATUS_ENDERROR_IPSEC_IKE_NEG_STATUS_END
14000The requested section was not present in the activation context.ERROR_SXS_SECTION_NOT_FOUND
14001This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.ERROR_SXS_CANT_GEN_ACTCTX
14002The application binding data format is invalid.ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
14003The referenced assembly is not installed on your system.ERROR_SXS_ASSEMBLY_NOT_FOUND
14004The manifest file does not begin with the required tag and format information.ERROR_SXS_MANIFEST_FORMAT_ERROR
14005The manifest file contains one or more syntax errors.ERROR_SXS_MANIFEST_PARSE_ERROR
14006The application attempted to activate a disabled activation context.ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
14007The requested lookup key was not found in any active activation context.ERROR_SXS_KEY_NOT_FOUND
14008A component version required by the application conflicts with another component version already active.ERROR_SXS_VERSION_CONFLICT
14009The type requested activation context section does not match the query API used.ERROR_SXS_WRONG_SECTION_TYPE
14010Lack of system resources has required isolated activation to be disabled for the current thread of execution.ERROR_SXS_THREAD_QUERIES_DISABLED
14011An attempt to set the process default activation context failed because the process default activation context was already set.ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
14012The encoding group identifier specified is not recognized.ERROR_SXS_UNKNOWN_ENCODING_GROUP
14013The encoding requested is not recognized.ERROR_SXS_UNKNOWN_ENCODING
14014The manifest contains a reference to an invalid URI.ERROR_SXS_INVALID_XML_NAMESPACE_URI
14015The application manifest contains a reference to a dependent assembly which is not installed.ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
14016The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed.ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
14017The manifest contains an attribute for the assembly identity which is not valid.ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
14018The manifest is missing the required default namespace specification on the assembly element.ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
14019The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1".ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
14020The private manifest probe has crossed the reparse-point-associated path.ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
14021Two or more components referenced directly or indirectly by the application manifest have files by the same name.ERROR_SXS_DUPLICATE_DLL_NAME
14022Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
14023Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.ERROR_SXS_DUPLICATE_CLSID
14024Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.ERROR_SXS_DUPLICATE_IID
14025Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.ERROR_SXS_DUPLICATE_TLBID
14026Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.ERROR_SXS_DUPLICATE_PROGID
14027Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
14028A component's file does not match the verification information present in the component manifest.ERROR_SXS_FILE_HASH_MISMATCH
14029The policy manifest contains one or more syntax errors.ERROR_SXS_POLICY_PARSE_ERROR
14030Manifest Parse Error : A string literal was expected, but no opening quote character was found.ERROR_SXS_XML_E_MISSINGQUOTE
14031Manifest Parse Error : Incorrect syntax was used in a comment.ERROR_SXS_XML_E_COMMENTSYNTAX
14032Manifest Parse Error : A name was started with an invalid character.ERROR_SXS_XML_E_BADSTARTNAMECHAR
14033Manifest Parse Error : A name contained an invalid character.ERROR_SXS_XML_E_BADNAMECHAR
14034Manifest Parse Error : A string literal contained an invalid character.ERROR_SXS_XML_E_BADCHARINSTRING
14035Manifest Parse Error : Invalid syntax for an XML declaration.ERROR_SXS_XML_E_XMLDECLSYNTAX
14036Manifest Parse Error : An invalid character was found in text content.ERROR_SXS_XML_E_BADCHARDATA
14037Manifest Parse Error : Required white space was missing.ERROR_SXS_XML_E_MISSINGWHITESPACE
14038Manifest Parse Error : The character '>' was expected.ERROR_SXS_XML_E_EXPECTINGTAGEND
14039Manifest Parse Error : A semi colon character was expected.ERROR_SXS_XML_E_MISSINGSEMICOLON
14040Manifest Parse Error : Unbalanced parentheses.ERROR_SXS_XML_E_UNBALANCEDPAREN
14041Manifest Parse Error : Internal error.ERROR_SXS_XML_E_INTERNALERROR
14042Manifest Parse Error : White space is not allowed at this location.ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
14043Manifest Parse Error : End of file reached in invalid state for current encoding.ERROR_SXS_XML_E_INCOMPLETE_ENCODING
14044Manifest Parse Error : Missing parenthesis.ERROR_SXS_XML_E_MISSING_PAREN
14045Manifest Parse Error : A single or double closing quote character (\' or \") is missing.ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
14046Manifest Parse Error : Multiple colons are not allowed in a name.ERROR_SXS_XML_E_MULTIPLE_COLONS
14047Manifest Parse Error : Invalid character for decimal digit.ERROR_SXS_XML_E_INVALID_DECIMAL
14048Manifest Parse Error : Invalid character for hexadecimal digit.ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
14049Manifest Parse Error : Invalid Unicode character value for this platform.ERROR_SXS_XML_E_INVALID_UNICODE
14050Manifest Parse Error : Expecting white space or '?'.ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
14051Manifest Parse Error : End tag was not expected at this location.ERROR_SXS_XML_E_UNEXPECTEDENDTAG
14052Manifest Parse Error : The following tags were not closed: %1.ERROR_SXS_XML_E_UNCLOSEDTAG
14053Manifest Parse Error : Duplicate attribute.ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
14054Manifest Parse Error : Only one top level element is allowed in an XML document.ERROR_SXS_XML_E_MULTIPLEROOTS
14055Manifest Parse Error : Invalid at the top level of the document.ERROR_SXS_XML_E_INVALIDATROOTLEVEL
14056Manifest Parse Error : Invalid XML declaration.ERROR_SXS_XML_E_BADXMLDECL
14057Manifest Parse Error : XML document must have a top level element.ERROR_SXS_XML_E_MISSINGROOT
14058Manifest Parse Error : Unexpected end of file.ERROR_SXS_XML_E_UNEXPECTEDEOF
14059Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.ERROR_SXS_XML_E_BADPEREFINSUBSET
14060Manifest Parse Error : Element was not closed.ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
14061Manifest Parse Error : End element was missing the character '>'.ERROR_SXS_XML_E_UNCLOSEDENDTAG
14062Manifest Parse Error : A string literal was not closed.ERROR_SXS_XML_E_UNCLOSEDSTRING
14063Manifest Parse Error : A comment was not closed.ERROR_SXS_XML_E_UNCLOSEDCOMMENT
14064Manifest Parse Error : A declaration was not closed.ERROR_SXS_XML_E_UNCLOSEDDECL
14065Manifest Parse Error : A CDATA section was not closed.ERROR_SXS_XML_E_UNCLOSEDCDATA
14066Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".ERROR_SXS_XML_E_RESERVEDNAMESPACE
14067Manifest Parse Error : System does not support the specified encoding.ERROR_SXS_XML_E_INVALIDENCODING
14068Manifest Parse Error : Switch from current encoding to specified encoding not supported.ERROR_SXS_XML_E_INVALIDSWITCH
14069Manifest Parse Error : The name 'xml' is reserved and must be lower case.ERROR_SXS_XML_E_BADXMLCASE
14070Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.ERROR_SXS_XML_E_INVALID_STANDALONE
14071Manifest Parse Error : The standalone attribute cannot be used in external entities.ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
14072Manifest Parse Error : Invalid version number.ERROR_SXS_XML_E_INVALID_VERSION
14073Manifest Parse Error : Missing equals sign between attribute and attribute value.ERROR_SXS_XML_E_MISSINGEQUALS
14074Assembly Protection Error: Unable to recover the specified assembly.ERROR_SXS_PROTECTION_RECOVERY_FAILED
14075Assembly Protection Error: The public key for an assembly was too short to be allowed.ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
14076Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
14077An HRESULT could not be translated to a corresponding Win32 error code.ERROR_SXS_UNTRANSLATABLE_HRESULT
14078Assembly Protection Error: The catalog for an assembly is missing.ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
14079The supplied assembly identity is missing one or more attributes which must be present in this context.ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
14080The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME

사용자 삽입 이미지