Unfortunately, sometimes all you get is the system error code but
nothing about what the code means! Once you know what the system error
code means (below) then you can work on fixing the problem.
1001 to 2000
click below continue to see all the errors in our systems naturally
1001 to 2000
click below continue to see all the errors in our systems naturally
ERROR_STACK_OVERFLOW
1001 (0x3E9)
Recursion
too deep; the stack overflowed.
ERROR_INVALID_MESSAGE
1002 (0x3EA)
The window
cannot act on the sent message.
ERROR_CAN_NOT_COMPLETE
1003 (0x3EB)
Cannot
complete this function.
ERROR_INVALID_FLAGS
1004 (0x3EC)
Invalid
flags.
ERROR_UNRECOGNIZED_VOLUME
1005 (0x3ED)
The volume
does not contain a recognized file system. Please make sure that all required
file system drivers are loaded and that the volume is not corrupted.
ERROR_FILE_INVALID
1006 (0x3EE)
The volume
for a file has been externally altered so that the opened file is no longer
valid.
ERROR_FULLSCREEN_MODE
1007 (0x3EF)
The
requested operation cannot be performed in full-screen mode.
ERROR_NO_TOKEN
1008 (0x3F0)
An attempt
was made to reference a token that does not exist.
ERROR_BADDB
1009 (0x3F1)
The
configuration registry database is corrupt.
ERROR_BADKEY
1010 (0x3F2)
The
configuration registry key is invalid.
ERROR_CANTOPEN
1011 (0x3F3)
The
configuration registry key could not be opened.
ERROR_CANTREAD
1012 (0x3F4)
The
configuration registry key could not be read.
ERROR_CANTWRITE
1013 (0x3F5)
The
configuration registry key could not be written.
ERROR_REGISTRY_RECOVERED
1014 (0x3F6)
One of the
files in the registry database had to be recovered by use of a log or alternate
copy. The recovery was successful.
ERROR_REGISTRY_CORRUPT
1015 (0x3F7)
The
registry is corrupted. The structure of one of the files containing registry
data is corrupted, or the system's memory image of the file is corrupted, or
the file could not be recovered because the alternate copy or log was absent or
corrupted.
ERROR_REGISTRY_IO_FAILED
1016 (0x3F8)
An I/O
operation initiated by the registry failed unrecoverably. The registry could
not read in, or write out, or flush, one of the files that contain the system's
image of the registry.
ERROR_NOT_REGISTRY_FILE
1017 (0x3F9)
The system
has attempted to load or restore a file into the registry, but the specified file
is not in a registry file format.
ERROR_KEY_DELETED
1018 (0x3FA)
Illegal
operation attempted on a registry key that has been marked for deletion.
ERROR_NO_LOG_SPACE
1019 (0x3FB)
System
could not allocate the required space in a registry log.
ERROR_KEY_HAS_CHILDREN
1020 (0x3FC)
Cannot
create a symbolic link in a registry key that already has subkeys or values.
ERROR_CHILD_MUST_BE_VOLATILE
1021 (0x3FD)
Cannot
create a stable subkey under a volatile parent key.
ERROR_NOTIFY_ENUM_DIR
1022 (0x3FE)
A notify
change request is being completed and the information is not being returned in
the caller's buffer. The caller now needs to enumerate the files to find the
changes.
ERROR_DEPENDENT_SERVICES_RUNNING
1051 (0x41B)
A stop
control has been sent to a service that other running services are dependent
on.
ERROR_INVALID_SERVICE_CONTROL
1052 (0x41C)
The
requested control is not valid for this service.
ERROR_SERVICE_REQUEST_TIMEOUT
1053 (0x41D)
The
service did not respond to the start or control request in a timely fashion.
ERROR_SERVICE_NO_THREAD
1054 (0x41E)
A thread
could not be created for the service.
ERROR_SERVICE_DATABASE_LOCKED
1055 (0x41F)
The
service database is locked.
ERROR_SERVICE_ALREADY_RUNNING
1056 (0x420)
An
instance of the service is already running.
ERROR_INVALID_SERVICE_ACCOUNT
1057 (0x421)
The
account name is invalid or does not exist, or the password is invalid for the
account name specified.
ERROR_SERVICE_DISABLED
1058 (0x422)
The
service cannot be started, either because it is disabled or because it has no
enabled devices associated with it.
ERROR_CIRCULAR_DEPENDENCY
1059 (0x423)
Circular
service dependency was specified.
ERROR_SERVICE_DOES_NOT_EXIST
1060 (0x424)
The
specified service does not exist as an installed service.
ERROR_SERVICE_CANNOT_ACCEPT_CTRL
1061 (0x425)
The
service cannot accept control messages at this time.
ERROR_SERVICE_NOT_ACTIVE
1062 (0x426)
The
service has not been started.
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
1063 (0x427)
The
service process could not connect to the service controller.
ERROR_EXCEPTION_IN_SERVICE
1064 (0x428)
An
exception occurred in the service when handling the control request.
ERROR_DATABASE_DOES_NOT_EXIST
1065 (0x429)
The
database specified does not exist.
ERROR_SERVICE_SPECIFIC_ERROR
1066 (0x42A)
The
service has returned a service-specific error code.
ERROR_PROCESS_ABORTED
1067 (0x42B)
The
process terminated unexpectedly.
ERROR_SERVICE_DEPENDENCY_FAIL
1068 (0x42C)
The
dependency service or group failed to start.
ERROR_SERVICE_LOGON_FAILED
1069 (0x42D)
The
service did not start due to a logon failure.
ERROR_SERVICE_START_HANG
1070 (0x42E)
After
starting, the service hung in a start-pending state.
ERROR_INVALID_SERVICE_LOCK
1071 (0x42F)
The
specified service database lock is invalid.
ERROR_SERVICE_MARKED_FOR_DELETE
1072 (0x430)
The
specified service has been marked for deletion.
ERROR_SERVICE_EXISTS
1073 (0x431)
The
specified service already exists.
ERROR_ALREADY_RUNNING_LKG
1074 (0x432)
The system
is currently running with the last-known-good configuration.
ERROR_SERVICE_DEPENDENCY_DELETED
1075 (0x433)
The
dependency service does not exist or has been marked for deletion.
ERROR_BOOT_ALREADY_ACCEPTED
1076 (0x434)
The
current boot has already been accepted for use as the last-known-good control
set.
ERROR_SERVICE_NEVER_STARTED
1077 (0x435)
No
attempts to start the service have been made since the last boot.
ERROR_DUPLICATE_SERVICE_NAME
1078 (0x436)
The name
is already in use as either a service name or a service display name.
ERROR_DIFFERENT_SERVICE_ACCOUNT
1079 (0x437)
The
account specified for this service is different from the account specified for
other services running in the same process.
ERROR_CANNOT_DETECT_DRIVER_FAILURE
1080 (0x438)
Failure
actions can only be set for Win32 services, not for drivers.
ERROR_CANNOT_DETECT_PROCESS_ABORT
1081 (0x439)
This
service runs in the same process as the service control manager. Therefore, the
service control manager cannot take action if this service's process terminates
unexpectedly.
ERROR_NO_RECOVERY_PROGRAM
1082 (0x43A)
No
recovery program has been configured for this service.
ERROR_SERVICE_NOT_IN_EXE
1083 (0x43B)
The
executable program that this service is configured to run in does not implement
the service.
ERROR_NOT_SAFEBOOT_SERVICE
1084 (0x43C)
This
service cannot be started in Safe Mode.
ERROR_END_OF_MEDIA
1100 (0x44C)
The
physical end of the tape has been reached.
ERROR_FILEMARK_DETECTED
1101 (0x44D)
A tape
access reached a filemark.
ERROR_BEGINNING_OF_MEDIA
1102 (0x44E)
The
beginning of the tape or a partition was encountered.
ERROR_SETMARK_DETECTED
1103 (0x44F)
A tape
access reached the end of a set of files.
ERROR_NO_DATA_DETECTED
1104 (0x450)
No more
data is on the tape.
ERROR_PARTITION_FAILURE
1105 (0x451)
Tape could
not be partitioned.
ERROR_INVALID_BLOCK_LENGTH
1106 (0x452)
When
accessing a new tape of a multivolume partition, the current block size is
incorrect.
ERROR_DEVICE_NOT_PARTITIONED
1107 (0x453)
Tape
partition information could not be found when loading a tape.
ERROR_UNABLE_TO_LOCK_MEDIA
1108 (0x454)
Unable to
lock the media eject mechanism.
ERROR_UNABLE_TO_UNLOAD_MEDIA
1109 (0x455)
Unable to
unload the media.
ERROR_MEDIA_CHANGED
1110 (0x456)
The media
in the drive may have changed.
ERROR_BUS_RESET
1111 (0x457)
The I/O
bus was reset.
ERROR_NO_MEDIA_IN_DRIVE
1112 (0x458)
No media
in drive.
ERROR_NO_UNICODE_TRANSLATION
1113 (0x459)
No mapping
for the Unicode character exists in the target multi-byte code page.
ERROR_DLL_INIT_FAILED
1114 (0x45A)
A dynamic
link library (DLL) initialization routine failed.
ERROR_SHUTDOWN_IN_PROGRESS
1115 (0x45B)
A system
shutdown is in progress.
ERROR_NO_SHUTDOWN_IN_PROGRESS
1116 (0x45C)
Unable to
abort the system shutdown because no shutdown was in progress.
ERROR_IO_DEVICE
1117 (0x45D)
The
request could not be performed because of an I/O device error.
ERROR_SERIAL_NO_DEVICE
1118 (0x45E)
No serial
device was successfully initialized. The serial driver will unload.
ERROR_IRQ_BUSY
1119 (0x45F)
Unable to
open a device that was sharing an interrupt request (IRQ) with other devices.
At least one other device that uses that IRQ was already opened.
ERROR_MORE_WRITES
1120 (0x460)
A serial
I/O operation was completed by another write to the serial port. The
IOCTL_SERIAL_XOFF_COUNTER reached zero.)
ERROR_COUNTER_TIMEOUT
1121 (0x461)
A serial
I/O operation completed because the timeout period expired. The
IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
ERROR_FLOPPY_ID_MARK_NOT_FOUND
1122 (0x462)
No ID
address mark was found on the floppy disk.
ERROR_FLOPPY_WRONG_CYLINDER
1123 (0x463)
Mismatch
between the floppy disk sector ID field and the floppy disk controller track
address.
ERROR_FLOPPY_UNKNOWN_ERROR
1124 (0x464)
The floppy
disk controller reported an error that is not recognized by the floppy disk
driver.
ERROR_FLOPPY_BAD_REGISTERS
1125 (0x465)
The floppy
disk controller returned inconsistent results in its registers.
ERROR_DISK_RECALIBRATE_FAILED
1126 (0x466)
While
accessing the hard disk, a recalibrate operation failed, even after retries.
ERROR_DISK_OPERATION_FAILED
1127 (0x467)
While
accessing the hard disk, a disk operation failed even after retries.
ERROR_DISK_RESET_FAILED
1128 (0x468)
While
accessing the hard disk, a disk controller reset was needed, but even that
failed.
ERROR_EOM_OVERFLOW
1129 (0x469)
Physical
end of tape encountered.
ERROR_NOT_ENOUGH_SERVER_MEMORY
1130 (0x46A)
Not enough
server storage is available to process this command.
ERROR_POSSIBLE_DEADLOCK
1131 (0x46B)
A
potential deadlock condition has been detected.
ERROR_MAPPED_ALIGNMENT
1132 (0x46C)
The base
address or the file offset specified does not have the proper alignment.
ERROR_SET_POWER_STATE_VETOED
1140 (0x474)
An attempt
to change the system power state was vetoed by another application or driver.
ERROR_SET_POWER_STATE_FAILED
1141 (0x475)
The system
BIOS failed an attempt to change the system power state.
ERROR_TOO_MANY_LINKS
1142 (0x476)
An attempt
was made to create more links on a file than the file system supports.
ERROR_OLD_WIN_VERSION
1150 (0x47E)
The
specified program requires a newer version of Windows.
ERROR_APP_WRONG_OS
1151 (0x47F)
The
specified program is not a Windows or MS-DOS program.
ERROR_SINGLE_INSTANCE_APP
1152 (0x480)
Cannot
start more than one instance of the specified program.
ERROR_RMODE_APP
1153 (0x481)
The
specified program was written for an earlier version of Windows.
ERROR_INVALID_DLL
1154 (0x482)
One of the
library files needed to run this application is damaged.
ERROR_NO_ASSOCIATION
1155 (0x483)
No
application is associated with the specified file for this operation.
ERROR_DDE_FAIL
1156 (0x484)
An error
occurred in sending the command to the application.
ERROR_DLL_NOT_FOUND
1157 (0x485)
One of the
library files needed to run this application cannot be found.
ERROR_NO_MORE_USER_HANDLES
1158 (0x486)
The
current process has used all of its system allowance of handles for Window
Manager objects.
ERROR_MESSAGE_SYNC_ONLY
1159 (0x487)
The
message can be used only with synchronous operations.
ERROR_SOURCE_ELEMENT_EMPTY
1160 (0x488)
The
indicated source element has no media.
ERROR_DESTINATION_ELEMENT_FULL
1161 (0x489)
The
indicated destination element already contains media.
ERROR_ILLEGAL_ELEMENT_ADDRESS
1162 (0x48A)
The
indicated element does not exist.
ERROR_MAGAZINE_NOT_PRESENT
1163 (0x48B)
The
indicated element is part of a magazine that is not present.
ERROR_DEVICE_REINITIALIZATION_NEEDED
1164 (0x48C)
The
indicated device requires reinitialization due to hardware errors.
ERROR_DEVICE_REQUIRES_CLEANING
1165 (0x48D)
The device
has indicated that cleaning is required before further operations are
attempted.
ERROR_DEVICE_DOOR_OPEN
1166 (0x48E)
The device
has indicated that its door is open.
ERROR_DEVICE_NOT_CONNECTED
1167 (0x48F)
The device
is not connected.
ERROR_NOT_FOUND
1168 (0x490)
Element
not found.
ERROR_NO_MATCH
1169 (0x491)
There was
no match for the specified key in the index.
ERROR_SET_NOT_FOUND
1170 (0x492)
The
property set specified does not exist on the object.
ERROR_POINT_NOT_FOUND
1171 (0x493)
The point
passed to GetMouseMovePoints is not in the buffer.
ERROR_NO_TRACKING_SERVICE
1172 (0x494)
The
tracking (workstation) service is not running.
ERROR_NO_VOLUME_ID
1173 (0x495)
The Volume
ID could not be found.
ERROR_UNABLE_TO_REMOVE_REPLACED
1175 (0x497)
Unable to
remove the file to be replaced.
ERROR_UNABLE_TO_MOVE_REPLACEMENT
1176 (0x498)
Unable to
move the replacement file to the file to be replaced. The file to be replaced
has retained its original name.
ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
1177 (0x499)
Unable to
move the replacement file to the file to be replaced. The file to be replaced
has been renamed using the backup name.
ERROR_JOURNAL_DELETE_IN_PROGRESS
1178 (0x49A)
The volume
change journal is being deleted.
ERROR_JOURNAL_NOT_ACTIVE
1179 (0x49B)
The volume
change journal is not active.
ERROR_POTENTIAL_FILE_FOUND
1180 (0x49C)
A file was
found, but it may not be the correct file.
ERROR_JOURNAL_ENTRY_DELETED
1181 (0x49D)
The
journal entry has been deleted from the journal.
ERROR_SHUTDOWN_IS_SCHEDULED
1190 (0x4A6)
A system
shutdown has already been scheduled.
ERROR_SHUTDOWN_USERS_LOGGED_ON
1191 (0x4A7)
The system
shutdown cannot be initiated because there are other users logged on to the
computer.
ERROR_BAD_DEVICE
1200 (0x4B0)
The
specified device name is invalid.
ERROR_CONNECTION_UNAVAIL
1201 (0x4B1)
The device
is not currently connected but it is a remembered connection.
ERROR_DEVICE_ALREADY_REMEMBERED
1202 (0x4B2)
The local
device name has a remembered connection to another network resource.
ERROR_NO_NET_OR_BAD_PATH
1203 (0x4B3)
The
network path was either typed incorrectly, does not exist, or the network
provider is not currently available. Please try retyping the path or contact
your network administrator.
ERROR_BAD_PROVIDER
1204 (0x4B4)
The
specified network provider name is invalid.
ERROR_CANNOT_OPEN_PROFILE
1205 (0x4B5)
Unable to
open the network connection profile.
ERROR_BAD_PROFILE
1206 (0x4B6)
The
network connection profile is corrupted.
ERROR_NOT_CONTAINER
1207 (0x4B7)
Cannot
enumerate a noncontainer.
ERROR_EXTENDED_ERROR
1208 (0x4B8)
An
extended error has occurred.
ERROR_INVALID_GROUPNAME
1209 (0x4B9)
The format
of the specified group name is invalid.
ERROR_INVALID_COMPUTERNAME
1210 (0x4BA)
The format
of the specified computer name is invalid.
ERROR_INVALID_EVENTNAME
1211 (0x4BB)
The format
of the specified event name is invalid.
ERROR_INVALID_DOMAINNAME
1212 (0x4BC)
The format
of the specified domain name is invalid.
ERROR_INVALID_SERVICENAME
1213 (0x4BD)
The format
of the specified service name is invalid.
ERROR_INVALID_NETNAME
1214 (0x4BE)
The format
of the specified network name is invalid.
ERROR_INVALID_SHARENAME
1215 (0x4BF)
The format
of the specified share name is invalid.
ERROR_INVALID_PASSWORDNAME
1216 (0x4C0)
The format
of the specified password is invalid.
ERROR_INVALID_MESSAGENAME
1217 (0x4C1)
The format
of the specified message name is invalid.
ERROR_INVALID_MESSAGEDEST
1218 (0x4C2)
The format
of the specified message destination is invalid.
ERROR_SESSION_CREDENTIAL_CONFLICT
1219 (0x4C3)
Multiple
connections to a server or shared resource by the same user, using more than
one user name, are not allowed. Disconnect all previous connections to the
server or shared resource and try again.
ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
1220 (0x4C4)
An attempt
was made to establish a session to a network server, but there are already too
many sessions established to that server.
ERROR_DUP_DOMAINNAME
1221 (0x4C5)
The
workgroup or domain name is already in use by another computer on the network.
ERROR_NO_NETWORK
1222 (0x4C6)
The
network is not present or not started.
ERROR_CANCELLED
1223 (0x4C7)
The
operation was canceled by the user.
ERROR_USER_MAPPED_FILE
1224 (0x4C8)
The
requested operation cannot be performed on a file with a user-mapped section
open.
ERROR_CONNECTION_REFUSED
1225 (0x4C9)
The remote
computer refused the network connection.
ERROR_GRACEFUL_DISCONNECT
1226 (0x4CA)
The
network connection was gracefully closed.
ERROR_ADDRESS_ALREADY_ASSOCIATED
1227 (0x4CB)
The
network transport endpoint already has an address associated with it.
ERROR_ADDRESS_NOT_ASSOCIATED
1228 (0x4CC)
An address
has not yet been associated with the network endpoint.
ERROR_CONNECTION_INVALID
1229 (0x4CD)
An
operation was attempted on a nonexistent network connection.
ERROR_CONNECTION_ACTIVE
1230 (0x4CE)
An invalid
operation was attempted on an active network connection.
ERROR_NETWORK_UNREACHABLE
1231 (0x4CF)
The
network location cannot be reached. For information about network
troubleshooting, see Windows Help.
ERROR_HOST_UNREACHABLE
1232 (0x4D0)
The
network location cannot be reached. For information about network
troubleshooting, see Windows Help.
ERROR_PROTOCOL_UNREACHABLE
1233 (0x4D1)
The
network location cannot be reached. For information about network troubleshooting,
see Windows Help.
ERROR_PORT_UNREACHABLE
1234 (0x4D2)
No service
is operating at the destination network endpoint on the remote system.
ERROR_REQUEST_ABORTED
1235 (0x4D3)
The
request was aborted.
ERROR_CONNECTION_ABORTED
1236 (0x4D4)
The network
connection was aborted by the local system.
ERROR_RETRY
1237 (0x4D5)
The
operation could not be completed. A retry should be performed.
ERROR_CONNECTION_COUNT_LIMIT
1238 (0x4D6)
A
connection to the server could not be made because the limit on the number of
concurrent connections for this account has been reached.
ERROR_LOGIN_TIME_RESTRICTION
1239 (0x4D7)
Attempting
to log in during an unauthorized time of day for this account.
ERROR_LOGIN_WKSTA_RESTRICTION
1240 (0x4D8)
The
account is not authorized to log in from this station.
ERROR_INCORRECT_ADDRESS
1241 (0x4D9)
The
network address could not be used for the operation requested.
ERROR_ALREADY_REGISTERED
1242 (0x4DA)
The
service is already registered.
ERROR_SERVICE_NOT_FOUND
1243 (0x4DB)
The
specified service does not exist.
ERROR_NOT_AUTHENTICATED
1244 (0x4DC)
The
operation being requested was not performed because the user has not been
authenticated.
ERROR_NOT_LOGGED_ON
1245 (0x4DD)
The
operation being requested was not performed because the user has not logged on
to the network. The specified service does not exist.
ERROR_CONTINUE
1246 (0x4DE)
Continue
with work in progress.
ERROR_ALREADY_INITIALIZED
1247 (0x4DF)
An attempt
was made to perform an initialization operation when initialization has already
been completed.
ERROR_NO_MORE_DEVICES
1248 (0x4E0)
No more
local devices.
ERROR_NO_SUCH_SITE
1249 (0x4E1)
The
specified site does not exist.
ERROR_DOMAIN_CONTROLLER_EXISTS
1250 (0x4E2)
A domain
controller with the specified name already exists.
ERROR_ONLY_IF_CONNECTED
1251 (0x4E3)
This
operation is supported only when you are connected to the server.
ERROR_OVERRIDE_NOCHANGES
1252 (0x4E4)
The group
policy framework should call the extension even if there are no changes.
ERROR_BAD_USER_PROFILE
1253 (0x4E5)
The
specified user does not have a valid profile.
ERROR_NOT_SUPPORTED_ON_SBS
1254 (0x4E6)
This
operation is not supported on a computer running Windows Server 2003 for Small
Business Server.
ERROR_SERVER_SHUTDOWN_IN_PROGRESS
1255 (0x4E7)
The server
machine is shutting down.
ERROR_HOST_DOWN
1256 (0x4E8)
The remote
system is not available. For information about network troubleshooting, see
Windows Help.
ERROR_NON_ACCOUNT_SID
1257 (0x4E9)
The
security identifier provided is not from an account domain.
ERROR_NON_DOMAIN_SID
1258 (0x4EA)
The
security identifier provided does not have a domain component.
ERROR_APPHELP_BLOCK
1259 (0x4EB)
AppHelp
dialog canceled thus preventing the application from starting.
ERROR_ACCESS_DISABLED_BY_POLICY
1260 (0x4EC)
This program
is blocked by group policy. For more information, contact your system
administrator.
ERROR_REG_NAT_CONSUMPTION
1261 (0x4ED)
A program
attempt to use an invalid register value. Normally caused by an uninitialized
register. This error is Itanium specific.
ERROR_CSCSHARE_OFFLINE
1262 (0x4EE)
The share
is currently offline or does not exist.
ERROR_PKINIT_FAILURE
1263 (0x4EF)
The
Kerberos protocol encountered an error while validating the KDC certificate
during smartcard logon. There is more information in the system event log.
ERROR_SMARTCARD_SUBSYSTEM_FAILURE
1264 (0x4F0)
The
Kerberos protocol encountered an error while attempting to utilize the
smartcard subsystem.
ERROR_DOWNGRADE_DETECTED
1265 (0x4F1)
The system
cannot contact a domain controller to service the authentication request.
Please try again later.
ERROR_MACHINE_LOCKED
1271 (0x4F7)
The
machine is locked and cannot be shut down without the force option.
ERROR_CALLBACK_SUPPLIED_INVALID_DATA
1273 (0x4F9)
An
application-defined callback gave invalid data when called.
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
1274 (0x4FA)
The group
policy framework should call the extension in the synchronous foreground policy
refresh.
ERROR_DRIVER_BLOCKED
1275 (0x4FB)
This
driver has been blocked from loading.
ERROR_INVALID_IMPORT_OF_NON_DLL
1276 (0x4FC)
A dynamic
link library (DLL) referenced a module that was neither a DLL nor the process's
executable image.
ERROR_ACCESS_DISABLED_WEBBLADE
1277 (0x4FD)
Windows
cannot open this program since it has been disabled.
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
1278 (0x4FE)
Windows
cannot open this program because the license enforcement system has been
tampered with or become corrupted.
ERROR_RECOVERY_FAILURE
1279 (0x4FF)
A
transaction recover failed.
ERROR_ALREADY_FIBER
1280 (0x500)
The
current thread has already been converted to a fiber.
ERROR_ALREADY_THREAD
1281 (0x501)
The
current thread has already been converted from a fiber.
ERROR_STACK_BUFFER_OVERRUN
1282 (0x502)
The system
detected an overrun of a stack-based buffer in this application. This overrun
could potentially allow a malicious user to gain control of this application.
ERROR_PARAMETER_QUOTA_EXCEEDED
1283 (0x503)
Data
present in one of the parameters is more than the function can operate on.
ERROR_DEBUGGER_INACTIVE
1284 (0x504)
An attempt
to do an operation on a debug object failed because the object is in the
process of being deleted.
ERROR_DELAY_LOAD_FAILED
1285 (0x505)
An attempt
to delay-load a .dll or get a function address in a delay-loaded .dll failed.
ERROR_VDM_DISALLOWED
1286 (0x506)
%1 is a
16-bit application. You do not have permissions to execute 16-bit applications.
Check your permissions with your system administrator.
ERROR_UNIDENTIFIED_ERROR
1287 (0x507)
Insufficient
information exists to identify the cause of failure.
ERROR_INVALID_CRUNTIME_PARAMETER
1288 (0x508)
The
parameter passed to a C runtime function is incorrect.
ERROR_BEYOND_VDL
1289 (0x509)
The
operation occurred beyond the valid data length of the file.
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE
1290 (0x50A)
The
service start failed since one or more services in the same process have an
incompatible service SID type setting. A service with restricted service SID
type can only coexist in the same process with other services with a restricted
SID type. If the service SID type for this service was just configured, the
hosting process must be restarted in order to start this service.
On Windows
Server 2003 and Windows XP, an unrestricted service cannot coexist in
the same process with other services. The service with the unrestricted service
SID type must be moved to an owned process in order to start this service.
ERROR_DRIVER_PROCESS_TERMINATED
1291 (0x50B)
The
process hosting the driver for this device has been terminated.
ERROR_IMPLEMENTATION_LIMIT
1292 (0x50C)
An
operation attempted to exceed an implementation-defined limit.
ERROR_PROCESS_IS_PROTECTED
1293 (0x50D)
Either the
target process, or the target thread's containing process, is a protected
process.
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING
1294 (0x50E)
The
service notification client is lagging too far behind the current state of
services in the machine.
ERROR_DISK_QUOTA_EXCEEDED
1295 (0x50F)
The
requested file operation failed because the storage quota was exceeded. To free
up disk space, move files to a different location or delete unnecessary files.
For more information, contact your system administrator.
ERROR_CONTENT_BLOCKED
1296 (0x510)
The
requested file operation failed because the storage policy blocks that type of
file. For more information, contact your system administrator.
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE
1297 (0x511)
A
privilege that the service requires to function properly does not exist in the
service account configuration. You may use the Services Microsoft Management
Console (MMC) snap-in (services.msc) and the Local Security Settings MMC
snap-in (secpol.msc) to view the service configuration and the account
configuration.
ERROR_APP_HANG
1298 (0x512)
A thread
involved in this operation appears to be unresponsive.
ERROR_INVALID_LABEL
1299 (0x513)
Indicates
a particular Security ID may not be assigned as the label of an object.
ERROR_NOT_ALL_ASSIGNED
1300 (0x514)
Not all
privileges or groups referenced are assigned to the caller.
ERROR_SOME_NOT_MAPPED
1301 (0x515)
Some
mapping between account names and security IDs was not done.
ERROR_NO_QUOTAS_FOR_ACCOUNT
1302 (0x516)
No system
quota limits are specifically set for this account.
ERROR_LOCAL_USER_SESSION_KEY
1303 (0x517)
No
encryption key is available. A well-known encryption key was returned.
ERROR_NULL_LM_PASSWORD
1304 (0x518)
The
password is too complex to be converted to a LAN Manager password. The LAN
Manager password returned is a NULL string.
ERROR_UNKNOWN_REVISION
1305 (0x519)
The
revision level is unknown.
ERROR_REVISION_MISMATCH
1306 (0x51A)
Indicates
two revision levels are incompatible.
ERROR_INVALID_OWNER
1307 (0x51B)
This
security ID may not be assigned as the owner of this object.
ERROR_INVALID_PRIMARY_GROUP
1308 (0x51C)
This
security ID may not be assigned as the primary group of an object.
ERROR_NO_IMPERSONATION_TOKEN
1309 (0x51D)
An attempt
has been made to operate on an impersonation token by a thread that is not
currently impersonating a client.
ERROR_CANT_DISABLE_MANDATORY
1310 (0x51E)
The group
may not be disabled.
ERROR_NO_LOGON_SERVERS
1311 (0x51F)
There are
currently no logon servers available to service the logon request.
ERROR_NO_SUCH_LOGON_SESSION
1312 (0x520)
A
specified logon session does not exist. It may already have been terminated.
ERROR_NO_SUCH_PRIVILEGE
1313 (0x521)
A
specified privilege does not exist.
ERROR_PRIVILEGE_NOT_HELD
1314 (0x522)
A required
privilege is not held by the client.
ERROR_INVALID_ACCOUNT_NAME
1315 (0x523)
The name
provided is not a properly formed account name.
ERROR_USER_EXISTS
1316 (0x524)
The
specified account already exists.
ERROR_NO_SUCH_USER
1317 (0x525)
The
specified account does not exist.
ERROR_GROUP_EXISTS
1318 (0x526)
The
specified group already exists.
ERROR_NO_SUCH_GROUP
1319 (0x527)
The
specified group does not exist.
ERROR_MEMBER_IN_GROUP
1320 (0x528)
Either the
specified user account is already a member of the specified group, or the
specified group cannot be deleted because it contains a member.
ERROR_MEMBER_NOT_IN_GROUP
1321 (0x529)
The
specified user account is not a member of the specified group account.
ERROR_LAST_ADMIN
1322 (0x52A)
This
operation is disallowed as it could result in an administration account being
disabled, deleted or unable to log on.
ERROR_WRONG_PASSWORD
1323 (0x52B)
Unable to
update the password. The value provided as the current password is incorrect.
ERROR_ILL_FORMED_PASSWORD
1324 (0x52C)
Unable to
update the password. The value provided for the new password contains values
that are not allowed in passwords.
ERROR_PASSWORD_RESTRICTION
1325 (0x52D)
Unable to
update the password. The value provided for the new password does not meet the
length, complexity, or history requirements of the domain.
ERROR_LOGON_FAILURE
1326 (0x52E)
The user
name or password is incorrect.
ERROR_ACCOUNT_RESTRICTION
1327 (0x52F)
Account
restrictions are preventing this user from signing in. For example: blank
passwords aren't allowed, sign-in times are limited, or a policy restriction
has been enforced.
ERROR_INVALID_LOGON_HOURS
1328 (0x530)
Your
account has time restrictions that keep you from signing in right now.
ERROR_INVALID_WORKSTATION
1329 (0x531)
This user
isn't allowed to sign in to this computer.
ERROR_PASSWORD_EXPIRED
1330 (0x532)
The
password for this account has expired.
ERROR_ACCOUNT_DISABLED
1331 (0x533)
This user
can't sign in because this account is currently disabled.
ERROR_NONE_MAPPED
1332 (0x534)
No mapping
between account names and security IDs was done.
ERROR_TOO_MANY_LUIDS_REQUESTED
1333 (0x535)
Too many
local user identifiers (LUIDs) were requested at one time.
ERROR_LUIDS_EXHAUSTED
1334 (0x536)
No more
local user identifiers (LUIDs) are available.
ERROR_INVALID_SUB_AUTHORITY
1335 (0x537)
The
subauthority part of a security ID is invalid for this particular use.
ERROR_INVALID_ACL
1336 (0x538)
The access
control list (ACL) structure is invalid.
ERROR_INVALID_SID
1337 (0x539)
The
security ID structure is invalid.
ERROR_INVALID_SECURITY_DESCR
1338 (0x53A)
The
security descriptor structure is invalid.
ERROR_BAD_INHERITANCE_ACL
1340 (0x53C)
The
inherited access control list (ACL) or access control entry (ACE) could not be
built.
ERROR_SERVER_DISABLED
1341 (0x53D)
The server
is currently disabled.
ERROR_SERVER_NOT_DISABLED
1342 (0x53E)
The server
is currently enabled.
ERROR_INVALID_ID_AUTHORITY
1343 (0x53F)
The value
provided was an invalid value for an identifier authority.
ERROR_ALLOTTED_SPACE_EXCEEDED
1344 (0x540)
No more
memory is available for security information updates.
ERROR_INVALID_GROUP_ATTRIBUTES
1345 (0x541)
The
specified attributes are invalid, or incompatible with the attributes for the
group as a whole.
ERROR_BAD_IMPERSONATION_LEVEL
1346 (0x542)
Either a
required impersonation level was not provided, or the provided impersonation
level is invalid.
ERROR_CANT_OPEN_ANONYMOUS
1347 (0x543)
Cannot
open an anonymous level security token.
ERROR_BAD_VALIDATION_CLASS
1348 (0x544)
The
validation information class requested was invalid.
ERROR_BAD_TOKEN_TYPE
1349 (0x545)
The type
of the token is inappropriate for its attempted use.
ERROR_NO_SECURITY_ON_OBJECT
1350 (0x546)
Unable to
perform a security operation on an object that has no associated security.
ERROR_CANT_ACCESS_DOMAIN_INFO
1351 (0x547)
Configuration
information could not be read from the domain controller, either because the
machine is unavailable, or access has been denied.
ERROR_INVALID_SERVER_STATE
1352 (0x548)
The
security account manager (SAM) or local security authority (LSA) server was in
the wrong state to perform the security operation.
ERROR_INVALID_DOMAIN_STATE
1353 (0x549)
The domain
was in the wrong state to perform the security operation.
ERROR_INVALID_DOMAIN_ROLE
1354 (0x54A)
This
operation is only allowed for the Primary Domain Controller of the domain.
ERROR_NO_SUCH_DOMAIN
1355 (0x54B)
The specified
domain either does not exist or could not be contacted.
ERROR_DOMAIN_EXISTS
1356 (0x54C)
The
specified domain already exists.
ERROR_DOMAIN_LIMIT_EXCEEDED
1357 (0x54D)
An attempt
was made to exceed the limit on the number of domains per server.
ERROR_INTERNAL_DB_CORRUPTION
1358 (0x54E)
Unable to
complete the requested operation because of either a catastrophic media failure
or a data structure corruption on the disk.
ERROR_INTERNAL_ERROR
1359 (0x54F)
An
internal error occurred.
ERROR_GENERIC_NOT_MAPPED
1360 (0x550)
Generic
access types were contained in an access mask which should already be mapped to
nongeneric types.
ERROR_BAD_DESCRIPTOR_FORMAT
1361 (0x551)
A security
descriptor is not in the right format (absolute or self-relative).
ERROR_NOT_LOGON_PROCESS
1362 (0x552)
The
requested action is restricted for use by logon processes only. The calling
process has not registered as a logon process.
ERROR_LOGON_SESSION_EXISTS
1363 (0x553)
Cannot
start a new logon session with an ID that is already in use.
ERROR_NO_SUCH_PACKAGE
1364 (0x554)
A
specified authentication package is unknown.
ERROR_BAD_LOGON_SESSION_STATE
1365 (0x555)
The logon
session is not in a state that is consistent with the requested operation.
ERROR_LOGON_SESSION_COLLISION
1366 (0x556)
The logon
session ID is already in use.
ERROR_INVALID_LOGON_TYPE
1367 (0x557)
A logon
request contained an invalid logon type value.
ERROR_CANNOT_IMPERSONATE
1368 (0x558)
Unable to
impersonate using a named pipe until data has been read from that pipe.
ERROR_RXACT_INVALID_STATE
1369 (0x559)
The
transaction state of a registry subtree is incompatible with the requested
operation.
ERROR_RXACT_COMMIT_FAILURE
1370 (0x55A)
An
internal security database corruption has been encountered.
ERROR_SPECIAL_ACCOUNT
1371 (0x55B)
Cannot
perform this operation on built-in accounts.
ERROR_SPECIAL_GROUP
1372 (0x55C)
Cannot
perform this operation on this built-in special group.
ERROR_SPECIAL_USER
1373 (0x55D)
Cannot
perform this operation on this built-in special user.
ERROR_MEMBERS_PRIMARY_GROUP
1374 (0x55E)
The user
cannot be removed from a group because the group is currently the user's
primary group.
ERROR_TOKEN_ALREADY_IN_USE
1375 (0x55F)
The token
is already in use as a primary token.
ERROR_NO_SUCH_ALIAS
1376 (0x560)
The
specified local group does not exist.
ERROR_MEMBER_NOT_IN_ALIAS
1377 (0x561)
The
specified account name is not a member of the group.
ERROR_MEMBER_IN_ALIAS
1378 (0x562)
The
specified account name is already a member of the group.
ERROR_ALIAS_EXISTS
1379 (0x563)
The
specified local group already exists.
ERROR_LOGON_NOT_GRANTED
1380 (0x564)
Logon
failure: the user has not been granted the requested logon type at this
computer.
ERROR_TOO_MANY_SECRETS
1381 (0x565)
The maximum
number of secrets that may be stored in a single system has been exceeded.
ERROR_SECRET_TOO_LONG
1382 (0x566)
The length
of a secret exceeds the maximum length allowed.
ERROR_INTERNAL_DB_ERROR
1383 (0x567)
The local
security authority database contains an internal inconsistency.
ERROR_TOO_MANY_CONTEXT_IDS
1384 (0x568)
During a
logon attempt, the user's security context accumulated too many security IDs.
ERROR_LOGON_TYPE_NOT_GRANTED
1385 (0x569)
Logon
failure: the user has not been granted the requested logon type at this
computer.
ERROR_NT_CROSS_ENCRYPTION_REQUIRED
1386 (0x56A)
A
cross-encrypted password is necessary to change a user password.
ERROR_NO_SUCH_MEMBER
1387 (0x56B)
A member
could not be added to or removed from the local group because the member does
not exist.
ERROR_INVALID_MEMBER
1388 (0x56C)
A new
member could not be added to a local group because the member has the wrong
account type.
ERROR_TOO_MANY_SIDS
1389 (0x56D)
Too many
security IDs have been specified.
ERROR_LM_CROSS_ENCRYPTION_REQUIRED
1390 (0x56E)
A
cross-encrypted password is necessary to change this user password.
ERROR_NO_INHERITANCE
1391 (0x56F)
Indicates
an ACL contains no inheritable components.
ERROR_FILE_CORRUPT
1392 (0x570)
The file
or directory is corrupted and unreadable.
ERROR_DISK_CORRUPT
1393 (0x571)
The disk
structure is corrupted and unreadable.
ERROR_NO_USER_SESSION_KEY
1394 (0x572)
There is
no user session key for the specified logon session.
ERROR_LICENSE_QUOTA_EXCEEDED
1395 (0x573)
The
service being accessed is licensed for a particular number of connections. No
more connections can be made to the service at this time because there are
already as many connections as the service can accept.
ERROR_WRONG_TARGET_NAME
1396 (0x574)
The target
account name is incorrect.
ERROR_MUTUAL_AUTH_FAILED
1397 (0x575)
Mutual
Authentication failed. The server's password is out of date at the domain
controller.
ERROR_TIME_SKEW
1398 (0x576)
There is a
time and/or date difference between the client and server.
ERROR_CURRENT_DOMAIN_NOT_ALLOWED
1399 (0x577)
This
operation cannot be performed on the current domain.
ERROR_INVALID_WINDOW_HANDLE
1400 (0x578)
Invalid
window handle.
ERROR_INVALID_MENU_HANDLE
1401 (0x579)
Invalid
menu handle.
ERROR_INVALID_CURSOR_HANDLE
1402 (0x57A)
Invalid
cursor handle.
ERROR_INVALID_ACCEL_HANDLE
1403 (0x57B)
Invalid
accelerator table handle.
ERROR_INVALID_HOOK_HANDLE
1404 (0x57C)
Invalid
hook handle.
ERROR_INVALID_DWP_HANDLE
1405 (0x57D)
Invalid
handle to a multiple-window position structure.
ERROR_TLW_WITH_WSCHILD
1406 (0x57E)
Cannot
create a top-level child window.
ERROR_CANNOT_FIND_WND_CLASS
1407 (0x57F)
Cannot
find window class.
ERROR_WINDOW_OF_OTHER_THREAD
1408 (0x580)
Invalid
window; it belongs to other thread.
ERROR_HOTKEY_ALREADY_REGISTERED
1409 (0x581)
Hot key is
already registered.
ERROR_CLASS_ALREADY_EXISTS
1410 (0x582)
Class
already exists.
ERROR_CLASS_DOES_NOT_EXIST
1411 (0x583)
Class does
not exist.
ERROR_CLASS_HAS_WINDOWS
1412 (0x584)
Class
still has open windows.
ERROR_INVALID_INDEX
1413 (0x585)
Invalid
index.
ERROR_INVALID_ICON_HANDLE
1414 (0x586)
Invalid
icon handle.
ERROR_PRIVATE_DIALOG_INDEX
1415 (0x587)
Using
private DIALOG window words.
ERROR_LISTBOX_ID_NOT_FOUND
1416 (0x588)
The list
box identifier was not found.
ERROR_NO_WILDCARD_CHARACTERS
1417 (0x589)
No
wildcards were found.
ERROR_CLIPBOARD_NOT_OPEN
1418 (0x58A)
Thread
does not have a clipboard open.
ERROR_HOTKEY_NOT_REGISTERED
1419 (0x58B)
Hot key is
not registered.
ERROR_WINDOW_NOT_DIALOG
1420 (0x58C)
The window
is not a valid dialog window.
ERROR_CONTROL_ID_NOT_FOUND
1421 (0x58D)
Control ID
not found.
ERROR_INVALID_COMBOBOX_MESSAGE
1422 (0x58E)
Invalid
message for a combo box because it does not have an edit control.
ERROR_WINDOW_NOT_COMBOBOX
1423 (0x58F)
The window
is not a combo box.
ERROR_INVALID_EDIT_HEIGHT
1424 (0x590)
Height
must be less than 256.
ERROR_DC_NOT_FOUND
1425 (0x591)
Invalid
device context (DC) handle.
ERROR_INVALID_HOOK_FILTER
1426 (0x592)
Invalid
hook procedure type.
ERROR_INVALID_FILTER_PROC
1427 (0x593)
Invalid
hook procedure.
ERROR_HOOK_NEEDS_HMOD
1428 (0x594)
Cannot set
nonlocal hook without a module handle.
ERROR_GLOBAL_ONLY_HOOK
1429 (0x595)
This hook
procedure can only be set globally.
ERROR_JOURNAL_HOOK_SET
1430 (0x596)
The
journal hook procedure is already installed.
ERROR_HOOK_NOT_INSTALLED
1431 (0x597)
The hook
procedure is not installed.
ERROR_INVALID_LB_MESSAGE
1432 (0x598)
Invalid
message for single-selection list box.
ERROR_SETCOUNT_ON_BAD_LB
1433 (0x599)
LB_SETCOUNT
sent to non-lazy list box.
ERROR_LB_WITHOUT_TABSTOPS
1434 (0x59A)
This list
box does not support tab stops.
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
1435 (0x59B)
Cannot
destroy object created by another thread.
ERROR_CHILD_WINDOW_MENU
1436 (0x59C)
Child
windows cannot have menus.
ERROR_NO_SYSTEM_MENU
1437 (0x59D)
The window
does not have a system menu.
ERROR_INVALID_MSGBOX_STYLE
1438 (0x59E)
Invalid
message box style.
ERROR_INVALID_SPI_VALUE
1439 (0x59F)
Invalid
system-wide (SPI_*) parameter.
ERROR_SCREEN_ALREADY_LOCKED
1440 (0x5A0)
Screen
already locked.
ERROR_HWNDS_HAVE_DIFF_PARENT
1441 (0x5A1)
All
handles to windows in a multiple-window position structure must have the same
parent.
ERROR_NOT_CHILD_WINDOW
1442 (0x5A2)
The window
is not a child window.
ERROR_INVALID_GW_COMMAND
1443 (0x5A3)
Invalid
GW_* command.
ERROR_INVALID_THREAD_ID
1444 (0x5A4)
Invalid
thread identifier.
ERROR_NON_MDICHILD_WINDOW
1445 (0x5A5)
Cannot
process a message from a window that is not a multiple document interface (MDI)
window.
ERROR_POPUP_ALREADY_ACTIVE
1446 (0x5A6)
Popup menu
already active.
ERROR_NO_SCROLLBARS
1447 (0x5A7)
The window
does not have scroll bars.
ERROR_INVALID_SCROLLBAR_RANGE
1448 (0x5A8)
Scroll bar
range cannot be greater than MAXLONG.
ERROR_INVALID_SHOWWIN_COMMAND
1449 (0x5A9)
Cannot
show or remove the window in the way specified.
ERROR_NO_SYSTEM_RESOURCES
1450 (0x5AA)
Insufficient
system resources exist to complete the requested service.
ERROR_NONPAGED_SYSTEM_RESOURCES
1451 (0x5AB)
Insufficient
system resources exist to complete the requested service.
ERROR_PAGED_SYSTEM_RESOURCES
1452 (0x5AC)
Insufficient
system resources exist to complete the requested service.
ERROR_WORKING_SET_QUOTA
1453 (0x5AD)
Insufficient
quota to complete the requested service.
ERROR_PAGEFILE_QUOTA
1454 (0x5AE)
Insufficient
quota to complete the requested service.
ERROR_COMMITMENT_LIMIT
1455 (0x5AF)
The paging
file is too small for this operation to complete.
ERROR_MENU_ITEM_NOT_FOUND
1456 (0x5B0)
A menu
item was not found.
ERROR_INVALID_KEYBOARD_HANDLE
1457 (0x5B1)
Invalid
keyboard layout handle.
ERROR_HOOK_TYPE_NOT_ALLOWED
1458 (0x5B2)
Hook type
not allowed.
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
1459 (0x5B3)
This
operation requires an interactive window station.
ERROR_TIMEOUT
1460 (0x5B4)
This
operation returned because the timeout period expired.
ERROR_INVALID_MONITOR_HANDLE
1461 (0x5B5)
Invalid
monitor handle.
ERROR_INCORRECT_SIZE
1462 (0x5B6)
Incorrect
size argument.
ERROR_SYMLINK_CLASS_DISABLED
1463 (0x5B7)
The
symbolic link cannot be followed because its type is disabled.
ERROR_SYMLINK_NOT_SUPPORTED
1464 (0x5B8)
This
application does not support the current operation on symbolic links.
ERROR_XML_PARSE_ERROR
1465 (0x5B9)
Windows
was unable to parse the requested XML data.
ERROR_XMLDSIG_ERROR
1466 (0x5BA)
An error
was encountered while processing an XML digital signature.
ERROR_RESTART_APPLICATION
1467 (0x5BB)
This
application must be restarted.
ERROR_WRONG_COMPARTMENT
1468 (0x5BC)
The caller
made the connection request in the wrong routing compartment.
ERROR_AUTHIP_FAILURE
1469 (0x5BD)
There was
an AuthIP failure when attempting to connect to the remote host.
ERROR_NO_NVRAM_RESOURCES
1470 (0x5BE)
Insufficient
NVRAM resources exist to complete the requested service. A reboot might be
required.
ERROR_NOT_GUI_PROCESS
1471 (0x5BF)
Unable to
finish the requested operation because the specified process is not a GUI
process.
ERROR_EVENTLOG_FILE_CORRUPT
1500 (0x5DC)
The event
log file is corrupted.
ERROR_EVENTLOG_CANT_START
1501 (0x5DD)
No event
log file could be opened, so the event logging service did not start.
ERROR_LOG_FILE_FULL
1502 (0x5DE)
The event
log file is full.
ERROR_EVENTLOG_FILE_CHANGED
1503 (0x5DF)
The event
log file has changed between read operations.
ERROR_INVALID_TASK_NAME
1550 (0x60E)
The
specified task name is invalid.
ERROR_INVALID_TASK_INDEX
1551 (0x60F)
The
specified task index is invalid.
ERROR_THREAD_ALREADY_IN_TASK
1552 (0x610)
The
specified thread is already joining a task.
ERROR_INSTALL_SERVICE_FAILURE
1601 (0x641)
The
Windows Installer Service could not be accessed. This can occur if the Windows
Installer is not correctly installed. Contact your support personnel for
assistance.
ERROR_INSTALL_USEREXIT
1602 (0x642)
User cancelled
installation.
ERROR_INSTALL_FAILURE
1603 (0x643)
Fatal
error during installation.
ERROR_INSTALL_SUSPEND
1604 (0x644)
Installation
suspended, incomplete.
ERROR_UNKNOWN_PRODUCT
1605 (0x645)
This
action is only valid for products that are currently installed.
ERROR_UNKNOWN_FEATURE
1606 (0x646)
Feature ID
not registered.
ERROR_UNKNOWN_COMPONENT
1607 (0x647)
Component
ID not registered.
ERROR_UNKNOWN_PROPERTY
1608 (0x648)
Unknown
property.
ERROR_INVALID_HANDLE_STATE
1609 (0x649)
Handle is
in an invalid state.
ERROR_BAD_CONFIGURATION
1610 (0x64A)
The
configuration data for this product is corrupt. Contact your support personnel.
ERROR_INDEX_ABSENT
1611 (0x64B)
Component
qualifier not present.
ERROR_INSTALL_SOURCE_ABSENT
1612 (0x64C)
The
installation source for this product is not available. Verify that the source
exists and that you can access it.
ERROR_INSTALL_PACKAGE_VERSION
1613 (0x64D)
This
installation package cannot be installed by the Windows Installer service. You
must install a Windows service pack that contains a newer version of the
Windows Installer service.
ERROR_PRODUCT_UNINSTALLED
1614 (0x64E)
Product is
uninstalled.
ERROR_BAD_QUERY_SYNTAX
1615 (0x64F)
SQL query
syntax invalid or unsupported.
ERROR_INVALID_FIELD
1616 (0x650)
Record
field does not exist.
ERROR_DEVICE_REMOVED
1617 (0x651)
The device
has been removed.
ERROR_INSTALL_ALREADY_RUNNING
1618 (0x652)
Another
installation is already in progress. Complete that installation before
proceeding with this install.
ERROR_INSTALL_PACKAGE_OPEN_FAILED
1619 (0x653)
This
installation package could not be opened. Verify that the package exists and
that you can access it, or contact the application vendor to verify that this
is a valid Windows Installer package.
ERROR_INSTALL_PACKAGE_INVALID
1620 (0x654)
This
installation package could not be opened. Contact the application vendor to
verify that this is a valid Windows Installer package.
ERROR_INSTALL_UI_FAILURE
1621 (0x655)
There was
an error starting the Windows Installer service user interface. Contact your
support personnel.
ERROR_INSTALL_LOG_FAILURE
1622 (0x656)
Error
opening installation log file. Verify that the specified log file location
exists and that you can write to it.
ERROR_INSTALL_LANGUAGE_UNSUPPORTED
1623 (0x657)
The
language of this installation package is not supported by your system.
ERROR_INSTALL_TRANSFORM_FAILURE
1624 (0x658)
Error
applying transforms. Verify that the specified transform paths are valid.
ERROR_INSTALL_PACKAGE_REJECTED
1625 (0x659)
This installation
is forbidden by system policy. Contact your system administrator.
ERROR_FUNCTION_NOT_CALLED
1626 (0x65A)
Function
could not be executed.
ERROR_FUNCTION_FAILED
1627 (0x65B)
Function
failed during execution.
ERROR_INVALID_TABLE
1628 (0x65C)
Invalid or
unknown table specified.
ERROR_DATATYPE_MISMATCH
1629 (0x65D)
Data
supplied is of wrong type.
ERROR_UNSUPPORTED_TYPE
1630 (0x65E)
Data of
this type is not supported.
ERROR_CREATE_FAILED
1631 (0x65F)
The
Windows Installer service failed to start. Contact your support personnel.
ERROR_INSTALL_TEMP_UNWRITABLE
1632 (0x660)
The Temp
folder is on a drive that is full or is inaccessible. Free up space on the
drive or verify that you have write permission on the Temp folder.
ERROR_INSTALL_PLATFORM_UNSUPPORTED
1633 (0x661)
This
installation package is not supported by this processor type. Contact your
product vendor.
ERROR_INSTALL_NOTUSED
1634 (0x662)
Component
not used on this computer.
ERROR_PATCH_PACKAGE_OPEN_FAILED
1635 (0x663)
This
update package could not be opened. Verify that the update package exists and
that you can access it, or contact the application vendor to verify that this
is a valid Windows Installer update package.
ERROR_PATCH_PACKAGE_INVALID
1636 (0x664)
This
update package could not be opened. Contact the application vendor to verify
that this is a valid Windows Installer update package.
ERROR_PATCH_PACKAGE_UNSUPPORTED
1637 (0x665)
This
update package cannot be processed by the Windows Installer service. You must
install a Windows service pack that contains a newer version of the Windows
Installer service.
ERROR_PRODUCT_VERSION
1638 (0x666)
Another
version of this product is already installed. Installation of this version
cannot continue. To configure or remove the existing version of this product,
use Add/Remove Programs on the Control Panel.
ERROR_INVALID_COMMAND_LINE
1639 (0x667)
Invalid
command line argument. Consult the Windows Installer SDK for detailed command
line help.
ERROR_INSTALL_REMOTE_DISALLOWED
1640 (0x668)
Only
administrators have permission to add, remove, or configure server software
during a Terminal services remote session. If you want to install or configure
software on the server, contact your network administrator.
ERROR_SUCCESS_REBOOT_INITIATED
1641 (0x669)
The requested
operation completed successfully. The system will be restarted so the changes
can take effect.
ERROR_PATCH_TARGET_NOT_FOUND
1642 (0x66A)
The
upgrade cannot be installed by the Windows Installer service because the
program to be upgraded may be missing, or the upgrade may update a different
version of the program. Verify that the program to be upgraded exists on your
computer and that you have the correct upgrade.
ERROR_PATCH_PACKAGE_REJECTED
1643 (0x66B)
The update
package is not permitted by software restriction policy.
ERROR_INSTALL_TRANSFORM_REJECTED
1644 (0x66C)
One or
more customizations are not permitted by software restriction policy.
ERROR_INSTALL_REMOTE_PROHIBITED
1645 (0x66D)
The
Windows Installer does not permit installation from a Remote Desktop
Connection.
ERROR_PATCH_REMOVAL_UNSUPPORTED
1646 (0x66E)
Uninstallation
of the update package is not supported.
ERROR_UNKNOWN_PATCH
1647 (0x66F)
The update
is not applied to this product.
ERROR_PATCH_NO_SEQUENCE
1648 (0x670)
No valid
sequence could be found for the set of updates.
ERROR_PATCH_REMOVAL_DISALLOWED
1649 (0x671)
Update
removal was disallowed by policy.
ERROR_INVALID_PATCH_XML
1650 (0x672)
The XML
update data is invalid.
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT
1651 (0x673)
Windows Installer
does not permit updating of managed advertised products. At least one feature
of the product must be installed before applying the update.
ERROR_INSTALL_SERVICE_SAFEBOOT
1652 (0x674)
The
Windows Installer service is not accessible in Safe Mode. Please try again when
your computer is not in Safe Mode or you can use System Restore to return your
machine to a previous good state.
ERROR_FAIL_FAST_EXCEPTION
1653 (0x675)
A fail
fast exception occurred. Exception handlers will not be invoked and the process
will be terminated immediately.
ERROR_INSTALL_REJECTED
1654 (0x676)
The app
that you are trying to run is not supported on this version of Windows.
RPC_S_INVALID_STRING_BINDING
1700 (0x6A4)
The string
binding is invalid.
RPC_S_WRONG_KIND_OF_BINDING
1701 (0x6A5)
The
binding handle is not the correct type.
RPC_S_INVALID_BINDING
1702 (0x6A6)
The
binding handle is invalid.
RPC_S_PROTSEQ_NOT_SUPPORTED
1703 (0x6A7)
The RPC
protocol sequence is not supported.
RPC_S_INVALID_RPC_PROTSEQ
1704 (0x6A8)
The RPC protocol
sequence is invalid.
RPC_S_INVALID_STRING_UUID
1705 (0x6A9)
The string
universal unique identifier (UUID) is invalid.
RPC_S_INVALID_ENDPOINT_FORMAT
1706 (0x6AA)
The
endpoint format is invalid.
RPC_S_INVALID_NET_ADDR
1707 (0x6AB)
The
network address is invalid.
RPC_S_NO_ENDPOINT_FOUND
1708 (0x6AC)
No
endpoint was found.
RPC_S_INVALID_TIMEOUT
1709 (0x6AD)
The
timeout value is invalid.
RPC_S_OBJECT_NOT_FOUND
1710 (0x6AE)
The object
universal unique identifier (UUID) was not found.
RPC_S_ALREADY_REGISTERED
1711 (0x6AF)
The object
universal unique identifier (UUID) has already been registered.
RPC_S_TYPE_ALREADY_REGISTERED
1712 (0x6B0)
The type
universal unique identifier (UUID) has already been registered.
RPC_S_ALREADY_LISTENING
1713 (0x6B1)
The RPC
server is already listening.
RPC_S_NO_PROTSEQS_REGISTERED
1714 (0x6B2)
No
protocol sequences have been registered.
RPC_S_NOT_LISTENING
1715 (0x6B3)
The RPC
server is not listening.
RPC_S_UNKNOWN_MGR_TYPE
1716 (0x6B4)
The
manager type is unknown.
RPC_S_UNKNOWN_IF
1717 (0x6B5)
The
interface is unknown.
RPC_S_NO_BINDINGS
1718 (0x6B6)
There are
no bindings.
RPC_S_NO_PROTSEQS
1719 (0x6B7)
There are
no protocol sequences.
RPC_S_CANT_CREATE_ENDPOINT
1720 (0x6B8)
The
endpoint cannot be created.
RPC_S_OUT_OF_RESOURCES
1721 (0x6B9)
Not enough
resources are available to complete this operation.
RPC_S_SERVER_UNAVAILABLE
1722 (0x6BA)
The RPC
server is unavailable.
RPC_S_SERVER_TOO_BUSY
1723 (0x6BB)
The RPC
server is too busy to complete this operation.
RPC_S_INVALID_NETWORK_OPTIONS
1724 (0x6BC)
The
network options are invalid.
RPC_S_NO_CALL_ACTIVE
1725 (0x6BD)
There are
no remote procedure calls active on this thread.
RPC_S_CALL_FAILED
1726 (0x6BE)
The remote
procedure call failed.
RPC_S_CALL_FAILED_DNE
1727 (0x6BF)
The remote
procedure call failed and did not execute.
RPC_S_PROTOCOL_ERROR
1728 (0x6C0)
A remote
procedure call (RPC) protocol error occurred.
RPC_S_PROXY_ACCESS_DENIED
1729 (0x6C1)
Access to
the HTTP proxy is denied.
RPC_S_UNSUPPORTED_TRANS_SYN
1730 (0x6C2)
The
transfer syntax is not supported by the RPC server.
RPC_S_UNSUPPORTED_TYPE
1732 (0x6C4)
The
universal unique identifier (UUID) type is not supported.
RPC_S_INVALID_TAG
1733 (0x6C5)
The tag is
invalid.
RPC_S_INVALID_BOUND
1734 (0x6C6)
The array
bounds are invalid.
RPC_S_NO_ENTRY_NAME
1735 (0x6C7)
The
binding does not contain an entry name.
RPC_S_INVALID_NAME_SYNTAX
1736 (0x6C8)
The name
syntax is invalid.
RPC_S_UNSUPPORTED_NAME_SYNTAX
1737 (0x6C9)
The name
syntax is not supported.
RPC_S_UUID_NO_ADDRESS
1739 (0x6CB)
No network
address is available to use to construct a universal unique identifier (UUID).
RPC_S_DUPLICATE_ENDPOINT
1740 (0x6CC)
The
endpoint is a duplicate.
RPC_S_UNKNOWN_AUTHN_TYPE
1741 (0x6CD)
The authentication
type is unknown.
RPC_S_MAX_CALLS_TOO_SMALL
1742 (0x6CE)
The
maximum number of calls is too small.
RPC_S_STRING_TOO_LONG
1743 (0x6CF)
The string
is too long.
RPC_S_PROTSEQ_NOT_FOUND
1744 (0x6D0)
The RPC
protocol sequence was not found.
RPC_S_PROCNUM_OUT_OF_RANGE
1745 (0x6D1)
The
procedure number is out of range.
RPC_S_BINDING_HAS_NO_AUTH
1746 (0x6D2)
The
binding does not contain any authentication information.
RPC_S_UNKNOWN_AUTHN_SERVICE
1747 (0x6D3)
The
authentication service is unknown.
RPC_S_UNKNOWN_AUTHN_LEVEL
1748 (0x6D4)
The
authentication level is unknown.
RPC_S_INVALID_AUTH_IDENTITY
1749 (0x6D5)
The
security context is invalid.
RPC_S_UNKNOWN_AUTHZ_SERVICE
1750 (0x6D6)
The
authorization service is unknown.
EPT_S_INVALID_ENTRY
1751 (0x6D7)
The entry
is invalid.
EPT_S_CANT_PERFORM_OP
1752 (0x6D8)
The server
endpoint cannot perform the operation.
EPT_S_NOT_REGISTERED
1753 (0x6D9)
There are
no more endpoints available from the endpoint mapper.
RPC_S_NOTHING_TO_EXPORT
1754 (0x6DA)
No interfaces
have been exported.
RPC_S_INCOMPLETE_NAME
1755 (0x6DB)
The entry
name is incomplete.
RPC_S_INVALID_VERS_OPTION
1756 (0x6DC)
The
version option is invalid.
RPC_S_NO_MORE_MEMBERS
1757 (0x6DD)
There are
no more members.
RPC_S_NOT_ALL_OBJS_UNEXPORTED
1758 (0x6DE)
There is
nothing to unexport.
RPC_S_INTERFACE_NOT_FOUND
1759 (0x6DF)
The
interface was not found.
RPC_S_ENTRY_ALREADY_EXISTS
1760 (0x6E0)
The entry
already exists.
RPC_S_ENTRY_NOT_FOUND
1761 (0x6E1)
The entry
is not found.
RPC_S_NAME_SERVICE_UNAVAILABLE
1762 (0x6E2)
The name
service is unavailable.
RPC_S_INVALID_NAF_ID
1763 (0x6E3)
The
network address family is invalid.
RPC_S_CANNOT_SUPPORT
1764 (0x6E4)
The
requested operation is not supported.
RPC_S_NO_CONTEXT_AVAILABLE
1765 (0x6E5)
No
security context is available to allow impersonation.
RPC_S_INTERNAL_ERROR
1766 (0x6E6)
An
internal error occurred in a remote procedure call (RPC).
RPC_S_ZERO_DIVIDE
1767 (0x6E7)
The RPC
server attempted an integer division by zero.
RPC_S_ADDRESS_ERROR
1768 (0x6E8)
An
addressing error occurred in the RPC server.
RPC_S_FP_DIV_ZERO
1769 (0x6E9)
A
floating-point operation at the RPC server caused a division by zero.
RPC_S_FP_UNDERFLOW
1770 (0x6EA)
A
floating-point underflow occurred at the RPC server.
RPC_S_FP_OVERFLOW
1771 (0x6EB)
A
floating-point overflow occurred at the RPC server.
RPC_X_NO_MORE_ENTRIES
1772 (0x6EC)
The list
of RPC servers available for the binding of auto handles has been exhausted.
RPC_X_SS_CHAR_TRANS_OPEN_FAIL
1773 (0x6ED)
Unable to
open the character translation table file.
RPC_X_SS_CHAR_TRANS_SHORT_FILE
1774 (0x6EE)
The file
containing the character translation table has fewer than 512 bytes.
RPC_X_SS_IN_NULL_CONTEXT
1775 (0x6EF)
A null
context handle was passed from the client to the host during a remote procedure
call.
RPC_X_SS_CONTEXT_DAMAGED
1777 (0x6F1)
The
context handle changed during a remote procedure call.
RPC_X_SS_HANDLES_MISMATCH
1778 (0x6F2)
The
binding handles passed to a remote procedure call do not match.
RPC_X_SS_CANNOT_GET_CALL_HANDLE
1779 (0x6F3)
The stub
is unable to get the remote procedure call handle.
RPC_X_NULL_REF_POINTER
1780 (0x6F4)
A null
reference pointer was passed to the stub.
RPC_X_ENUM_VALUE_OUT_OF_RANGE
1781 (0x6F5)
The
enumeration value is out of range.
RPC_X_BYTE_COUNT_TOO_SMALL
1782 (0x6F6)
The byte
count is too small.
RPC_X_BAD_STUB_DATA
1783 (0x6F7)
The stub
received bad data.
ERROR_INVALID_USER_BUFFER
1784 (0x6F8)
The
supplied user buffer is not valid for the requested operation.
ERROR_UNRECOGNIZED_MEDIA
1785 (0x6F9)
The disk
media is not recognized. It may not be formatted.
ERROR_NO_TRUST_LSA_SECRET
1786 (0x6FA)
The
workstation does not have a trust secret.
ERROR_NO_TRUST_SAM_ACCOUNT
1787 (0x6FB)
The
security database on the server does not have a computer account for this
workstation trust relationship.
ERROR_TRUSTED_DOMAIN_FAILURE
1788 (0x6FC)
The trust
relationship between the primary domain and the trusted domain failed.
ERROR_TRUSTED_RELATIONSHIP_FAILURE
1789 (0x6FD)
The trust
relationship between this workstation and the primary domain failed.
ERROR_TRUST_FAILURE
1790 (0x6FE)
The
network logon failed.
RPC_S_CALL_IN_PROGRESS
1791 (0x6FF)
A remote
procedure call is already in progress for this thread.
ERROR_NETLOGON_NOT_STARTED
1792 (0x700)
An attempt
was made to logon, but the network logon service was not started.
ERROR_ACCOUNT_EXPIRED
1793 (0x701)
The user's
account has expired.
ERROR_REDIRECTOR_HAS_OPEN_HANDLES
1794 (0x702)
The
redirector is in use and cannot be unloaded.
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
1795 (0x703)
The
specified printer driver is already installed.
ERROR_UNKNOWN_PORT
1796 (0x704)
The
specified port is unknown.
ERROR_UNKNOWN_PRINTER_DRIVER
1797 (0x705)
The
printer driver is unknown.
ERROR_UNKNOWN_PRINTPROCESSOR
1798 (0x706)
The print
processor is unknown.
ERROR_INVALID_SEPARATOR_FILE
1799 (0x707)
The
specified separator file is invalid.
ERROR_INVALID_PRIORITY
1800 (0x708)
The
specified priority is invalid.
ERROR_INVALID_PRINTER_NAME
1801 (0x709)
The
printer name is invalid.
ERROR_PRINTER_ALREADY_EXISTS
1802 (0x70A)
The
printer already exists.
ERROR_INVALID_PRINTER_COMMAND
1803 (0x70B)
The
printer command is invalid.
ERROR_INVALID_DATATYPE
1804 (0x70C)
The
specified datatype is invalid.
ERROR_INVALID_ENVIRONMENT
1805 (0x70D)
The
environment specified is invalid.
RPC_S_NO_MORE_BINDINGS
1806 (0x70E)
There are
no more bindings.
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
1807 (0x70F)
The
account used is an interdomain trust account. Use your global user account or
local user account to access this server.
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
1808 (0x710)
The
account used is a computer account. Use your global user account or local user
account to access this server.
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
1809 (0x711)
The
account used is a server trust account. Use your global user account or local
user account to access this server.
ERROR_DOMAIN_TRUST_INCONSISTENT
1810 (0x712)
The name
or security ID (SID) of the domain specified is inconsistent with the trust
information for that domain.
ERROR_SERVER_HAS_OPEN_HANDLES
1811 (0x713)
The server
is in use and cannot be unloaded.
ERROR_RESOURCE_DATA_NOT_FOUND
1812 (0x714)
The
specified image file did not contain a resource section.
ERROR_RESOURCE_TYPE_NOT_FOUND
1813 (0x715)
The
specified resource type cannot be found in the image file.
ERROR_RESOURCE_NAME_NOT_FOUND
1814 (0x716)
The
specified resource name cannot be found in the image file.
ERROR_RESOURCE_LANG_NOT_FOUND
1815 (0x717)
The
specified resource language ID cannot be found in the image file.
ERROR_NOT_ENOUGH_QUOTA
1816 (0x718)
Not enough
quota is available to process this command.
RPC_S_NO_INTERFACES
1817 (0x719)
No
interfaces have been registered.
RPC_S_CALL_CANCELLED
1818 (0x71A)
The remote
procedure call was cancelled.
RPC_S_BINDING_INCOMPLETE
1819 (0x71B)
The
binding handle does not contain all required information.
RPC_S_COMM_FAILURE
1820 (0x71C)
A
communications failure occurred during a remote procedure call.
RPC_S_UNSUPPORTED_AUTHN_LEVEL
1821 (0x71D)
The
requested authentication level is not supported.
RPC_S_NO_PRINC_NAME
1822 (0x71E)
No
principal name registered.
RPC_S_NOT_RPC_ERROR
1823 (0x71F)
The error
specified is not a valid Windows RPC error code.
RPC_S_UUID_LOCAL_ONLY
1824 (0x720)
A UUID
that is valid only on this computer has been allocated.
RPC_S_SEC_PKG_ERROR
1825 (0x721)
A security
package specific error occurred.
RPC_S_NOT_CANCELLED
1826 (0x722)
Thread is
not canceled.
RPC_X_INVALID_ES_ACTION
1827 (0x723)
Invalid
operation on the encoding/decoding handle.
RPC_X_WRONG_ES_VERSION
1828 (0x724)
Incompatible
version of the serializing package.
RPC_X_WRONG_STUB_VERSION
1829 (0x725)
Incompatible
version of the RPC stub.
RPC_X_INVALID_PIPE_OBJECT
1830 (0x726)
The RPC
pipe object is invalid or corrupted.
RPC_X_WRONG_PIPE_ORDER
1831 (0x727)
An invalid
operation was attempted on an RPC pipe object.
RPC_X_WRONG_PIPE_VERSION
1832 (0x728)
Unsupported
RPC pipe version.
RPC_S_COOKIE_AUTH_FAILED
1833 (0x729)
HTTP proxy
server rejected the connection because the cookie authentication failed.
RPC_S_GROUP_MEMBER_NOT_FOUND
1898 (0x76A)
The group
member was not found.
EPT_S_CANT_CREATE
1899 (0x76B)
The
endpoint mapper database entry could not be created.
RPC_S_INVALID_OBJECT
1900 (0x76C)
The object
universal unique identifier (UUID) is the nil UUID.
ERROR_INVALID_TIME
1901 (0x76D)
The
specified time is invalid.
ERROR_INVALID_FORM_NAME
1902 (0x76E)
The
specified form name is invalid.
ERROR_INVALID_FORM_SIZE
1903 (0x76F)
The
specified form size is invalid.
ERROR_ALREADY_WAITING
1904 (0x770)
The
specified printer handle is already being waited on.
ERROR_PRINTER_DELETED
1905 (0x771)
The
specified printer has been deleted.
ERROR_INVALID_PRINTER_STATE
1906 (0x772)
The state
of the printer is invalid.
ERROR_PASSWORD_MUST_CHANGE
1907 (0x773)
The user's
password must be changed before signing in.
ERROR_DOMAIN_CONTROLLER_NOT_FOUND
1908 (0x774)
Could not
find the domain controller for this domain.
ERROR_ACCOUNT_LOCKED_OUT
1909 (0x775)
The
referenced account is currently locked out and may not be logged on to.
OR_INVALID_OXID
1910 (0x776)
The object
exporter specified was not found.
OR_INVALID_OID
1911 (0x777)
The object
specified was not found.
OR_INVALID_SET
1912 (0x778)
The object
resolver set specified was not found.
RPC_S_SEND_INCOMPLETE
1913 (0x779)
Some data
remains to be sent in the request buffer.
RPC_S_INVALID_ASYNC_HANDLE
1914 (0x77A)
Invalid
asynchronous remote procedure call handle.
RPC_S_INVALID_ASYNC_CALL
1915 (0x77B)
Invalid
asynchronous RPC call handle for this operation.
RPC_X_PIPE_CLOSED
1916 (0x77C)
The RPC
pipe object has already been closed.
RPC_X_PIPE_DISCIPLINE_ERROR
1917 (0x77D)
The RPC
call completed before all pipes were processed.
RPC_X_PIPE_EMPTY
1918 (0x77E)
No more
data is available from the RPC pipe.
ERROR_NO_SITENAME
1919 (0x77F)
No site
name is available for this machine.
ERROR_CANT_ACCESS_FILE
1920 (0x780)
The file
cannot be accessed by the system.
ERROR_CANT_RESOLVE_FILENAME
1921 (0x781)
The name
of the file cannot be resolved by the system.
RPC_S_ENTRY_TYPE_MISMATCH
1922 (0x782)
The entry
is not of the expected type.
RPC_S_NOT_ALL_OBJS_EXPORTED
1923 (0x783)
Not all
object UUIDs could be exported to the specified entry.
RPC_S_INTERFACE_NOT_EXPORTED
1924 (0x784)
Interface
could not be exported to the specified entry.
RPC_S_PROFILE_NOT_ADDED
1925 (0x785)
The
specified profile entry could not be added.
RPC_S_PRF_ELT_NOT_ADDED
1926 (0x786)
The
specified profile element could not be added.
RPC_S_PRF_ELT_NOT_REMOVED
1927 (0x787)
The
specified profile element could not be removed.
RPC_S_GRP_ELT_NOT_ADDED
1928 (0x788)
The group
element could not be added.
RPC_S_GRP_ELT_NOT_REMOVED
1929 (0x789)
The group
element could not be removed.
ERROR_KM_DRIVER_BLOCKED
1930 (0x78A)
The printer
driver is not compatible with a policy enabled on your computer that blocks NT
4.0 drivers.
ERROR_CONTEXT_EXPIRED
1931 (0x78B)
The
context has expired and can no longer be used.
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
1932 (0x78C)
The
current user's delegated trust creation quota has been exceeded.
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
1933 (0x78D)
The total
delegated trust creation quota has been exceeded.
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
1934 (0x78E)
The
current user's delegated trust deletion quota has been exceeded.
ERROR_AUTHENTICATION_FIREWALL_FAILED
1935 (0x78F)
The
computer you are signing into is protected by an authentication firewall. The
specified account is not allowed to authenticate to the computer.
ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED
1936 (0x790)
Remote
connections to the Print Spooler are blocked by a policy set on your machine.
ERROR_NTLM_BLOCKED
1937 (0x791)
Authentication
failed because NTLM authentication has been disabled.
ERROR_PASSWORD_CHANGE_REQUIRED
1938 (0x792)
Logon Failure:
EAS policy requires that the user change their password before this operation
can be performed.
ERROR_INVALID_PIXEL_FORMAT
2000 (0x7D0)
The pixel
format is invalid.
Comments
Post a Comment