MFC System Error Codes (1000-1299)

System Error Codes 1000-1299


The table in this topic provides a list of system error codes for errors 1000 to 1299. These values are defined in the WinError.h header file. They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.【本主题中的表提供了错误1000到1299的系统错误代码列表。这些值在WinError.h头文件中定义。当许多函数失败时,GetLastError函数返回它们。要检索应用程序中错误的描述文本,请使用FormatMessage函数和FORMAT_MESSAGE_FROM_SYSTEM 标志。】

If you are experiencing difficulty with an application you are installing or running, contact customer support for the software that is displaying the error message. To obtain support for a Microsoft product, go to http://support.microsoft.com.【如果正在安装或运行的应用程序遇到困难,请与客户支持联系以获取显示错误消息的软件。要获得对Microsoft产品的支持,请转到http://support.microsoft.com。】

ConstantvalueDescription
ERROR_STACK_OVERFLOW1001Recursion too deep; the stack overflowed.
【递归太深;堆栈溢出。】
ERROR_INVALID_MESSAGE1002The window cannot act on the sent message.
【窗口无法对发送的消息执行操作。】
ERROR_CAN_NOT_COMPLETE1003Cannot complete this function.
【无法完成此功能。】
ERROR_INVALID_FLAGS1004Invalid flags.
【无效标志。】
ERROR_UNRECOGNIZED_VOLUME1005The 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_INVALID1006The volume for a file has been externally altered so that the opened file is no longer valid.
【文件的卷已被外部更改,因此打开的文件不再有效。】
ERROR_FULLSCREEN_MODE1007The requested operation cannot be performed in full-screen mode.
【无法在全屏模式下执行请求的操作。】
ERROR_NO_TOKEN1008An attempt was made to reference a token that does not exist.
【试图引用不存在的令牌。】
ERROR_BADDB1009The configuration registry database is corrupt.
【配置注册表数据库已损坏。】
ERROR_BADKEY1010The configuration registry key is invalid.
【配置注册表项无效。】
ERROR_CANTOPEN1011The configuration registry key could not be opened.
【无法打开配置注册表项。】
ERROR_CANTREAD1012The configuration registry key could not be read.
【无法读取配置注册表项。】
ERROR_CANTWRITE1013The configuration registry key could not be written.
【无法写入配置注册表项。】
ERROR_REGISTRY_RECOVERED1014One 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_CORRUPT1015The 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_FAILED1016An 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.
【注册表启动的I/O操作失败,无法恢复。注册表无法读入、写出或刷新包含注册表的系统映像的文件之一。】
ERROR_NOT_REGISTRY_FILE1017The 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_DELETED1018Illegal operation attempted on a registry key that has been marked for deletion.
【试图对已标记为删除的注册表项执行非法操作。】
ERROR_NO_LOG_SPACE1019System could not allocate the required space in a registry log.
【系统无法在注册表日志中分配所需的空间。】
ERROR_KEY_HAS_CHILDREN1020Cannot create a symbolic link in a registry key that already has subkeys or values.
【无法在已具有子项或值的注册表项中创建符号链接。】
ERROR_CHILD_MUST_BE_VOLATILE1021Cannot create a stable subkey under a volatile parent key.
【无法在易失性父项下创建稳定子项。】
ERROR_NOTIFY_ENUM_DIR1022A 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_RUNNING1051A stop control has been sent to a service that other running services are dependent on.
【已将停止控件发送到其他正在运行的服务所依赖的服务。】
ERROR_INVALID_SERVICE_CONTROL1052The requested control is not valid for this service.
【请求的控件对此服务无效。】
ERROR_SERVICE_REQUEST_TIMEOUT1053The service did not respond to the start or control request in a timely fashion.
【服务未及时响应启动或控制请求。】
ERROR_SERVICE_NO_THREAD1054A thread could not be created for the service.
【无法为服务创建线程。】
ERROR_SERVICE_DATABASE_LOCKED1055The service database is locked.
【服务数据库已锁定。】
ERROR_SERVICE_ALREADY_RUNNING1056An instance of the service is already running.
【服务的实例已在运行。】
ERROR_INVALID_SERVICE_ACCOUNT1057The account name is invalid or does not exist, or the password is invalid for the account name specified.
【帐户名无效或不存在,或者指定的帐户名的密码无效。】
ERROR_SERVICE_DISABLED1058The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
【无法启动该服务,原因可能是该服务已禁用,或者没有与之关联的已启用设备。】
ERROR_CIRCULAR_DEPENDENCY1059Circular service dependency was specified.
【指定了循环服务依赖项。】
ERROR_SERVICE_DOES_NOT_EXIST1060The specified service does not exist as an installed service.
【指定的服务不作为已安装的服务存在。】
ERROR_SERVICE_CANNOT_ACCEPT_CTRL1061The service cannot accept control messages at this time.
【服务此时无法接受控制消息。】
ERROR_SERVICE_NOT_ACTIVE1062The service has not been started.
【服务尚未启动。】
ERROR_FAILED_SERVICE_CONTROLLER_CONNECT1063The service process could not connect to the service controller.
【服务进程无法连接到服务控制器。】
ERROR_EXCEPTION_IN_SERVICE1064An exception occurred in the service when handling the control request.
【处理控制请求时,服务中发生异常。】
ERROR_DATABASE_DOES_NOT_EXIST1065The database specified does not exist.
【指定的数据库不存在。】
ERROR_SERVICE_SPECIFIC_ERROR1066The service has returned a service-specific error code.
【服务返回了特定于服务的错误代码。】
ERROR_PROCESS_ABORTED1067The process terminated unexpectedly.
【进程意外终止。】
ERROR_SERVICE_DEPENDENCY_FAIL1068The dependency service or group failed to start.
【依赖项服务或组启动失败。】
ERROR_SERVICE_LOGON_FAILED1069The service did not start due to a logon failure.
【由于登录失败,服务未启动。】
ERROR_SERVICE_START_HANG1070After starting, the service hung in a start-pending state.
【启动后,服务挂起,处于启动挂起状态。】
ERROR_INVALID_SERVICE_LOCK1071The specified service database lock is invalid.
【指定的服务数据库锁无效。】
ERROR_SERVICE_MARKED_FOR_DELETE1072The specified service has been marked for deletion.
【指定的服务已标记为删除。】
ERROR_SERVICE_EXISTS1073The specified service already exists.
【指定的服务已存在。】
ERROR_ALREADY_RUNNING_LKG1074The system is currently running with the last-known-good configuration.
【系统当前正在以上次已知的良好配置运行。】
ERROR_SERVICE_DEPENDENCY_DELETED1075The dependency service does not exist or has been marked for deletion.
【依赖关系服务不存在或已标记为删除。】
ERROR_BOOT_ALREADY_ACCEPTED1076The current boot has already been accepted for use as the last-known-good control set.
【当前引导已被接受用作最后一个已知的良好控制集。】
ERROR_SERVICE_NEVER_STARTED1077No attempts to start the service have been made since the last boot.
【自上次启动后,未尝试启动服务。】
ERROR_DUPLICATE_SERVICE_NAME1078The name is already in use as either a service name or a service display name.
【该名称已用作服务名称或服务显示名称。】
ERROR_DIFFERENT_SERVICE_ACCOUNT1079The account specified for this service is different from the account specified for other services running in the same process.
【为此服务指定的帐户与为在同一进程中运行的其他服务指定的帐户不同。】
ERROR_CANNOT_DETECT_DRIVER_FAILURE1080Failure actions can only be set for Win32 services, not for drivers.
【只能为Win32服务设置失败操作,不能为驱动程序设置失败操作。】
ERROR_CANNOT_DETECT_PROCESS_ABORT1081This 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_PROGRAM1082No recovery program has been configured for this service.
【尚未为此服务配置恢复程序。】
ERROR_SERVICE_NOT_IN_EXE1083The executable program that this service is configured to run in does not implement the service.
【此服务配置为在其中运行的可执行程序未实现该服务。】
ERROR_NOT_SAFEBOOT_SERVICE1084This service cannot be started in Safe Mode
【无法在安全模式下启动此服务】
ERROR_END_OF_MEDIA1100The physical end of the tape has been reached.
【已到达磁带的物理端。】
ERROR_FILEMARK_DETECTED1101A tape access reached a filemark.
【磁带访问达到文件标记。】
ERROR_BEGINNING_OF_MEDIA1102The beginning of the tape or a partition was encountered.
【遇到磁带或分区的开头。】
ERROR_SETMARK_DETECTED1103A tape access reached the end of a set of files.
【磁带访问到达一组文件的末尾。】
ERROR_NO_DATA_DETECTED1104No more data is on the tape.
【磁带上没有更多的数据。】
ERROR_PARTITION_FAILURE1105Tape could not be partitioned.
【磁带无法分区。】
ERROR_INVALID_BLOCK_LENGTH1106When accessing a new tape of a multivolume partition, the current block size is incorrect.
【访问多卷分区的新磁带时,当前块大小不正确。】
ERROR_DEVICE_NOT_PARTITIONED1107Tape partition information could not be found when loading a tape.
【加载磁带时找不到磁带分区信息。】
ERROR_UNABLE_TO_LOCK_MEDIA1108Unable to lock the media eject mechanism.
【无法锁定媒体弹出机制。】
ERROR_UNABLE_TO_UNLOAD_MEDIA1109Unable to unload the media.
【无法卸载媒体。】
ERROR_MEDIA_CHANGED1110The media in the drive may have changed.
【驱动器中的媒体可能已更改。】
ERROR_BUS_RESET1111The I/O bus was reset.
【I/O总线已重置。】
ERROR_NO_MEDIA_IN_DRIVE1112No media in drive.
【驱动器中没有介质。】
ERROR_NO_UNICODE_TRANSLATION1113No mapping for the Unicode character exists in the target multi-byte code page.
【目标多字节代码页中不存在Unicode字符的映射。】
ERROR_DLL_INIT_FAILED1114A dynamic link library (DLL) initialization routine failed.
【动态链接库(DLL)初始化例程失败。】
ERROR_SHUTDOWN_IN_PROGRESS1115A system shutdown is in progress.
【系统正在关闭。】
ERROR_NO_SHUTDOWN_IN_PROGRESS1116Unable to abort the system shutdown because no shutdown was in progress.
【无法中止系统关闭,因为没有正在进行的关闭。】
ERROR_IO_DEVICE1117The request could not be performed because of an I/O device error.
【由于I/O设备错误,无法执行请求。】
ERROR_SERIAL_NO_DEVICE1118No serial device was successfully initialized. The serial driver will unload.
【没有成功初始化串行设备。串行驱动程序将卸载。】
ERROR_IRQ_BUSY1119Unable 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.
【无法打开与其他设备共享中断请求(IRQ)的设备。至少有一个使用该IRQ的设备已经打开。】
ERROR_MORE_WRITES1120A serial I/O operation was completed by another write to the serial port. The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
【串行I/O操作由对串行端口的另一次写入完成。IOCTL_SERIAL_XOFF_COUNTER计数器达到零。)】
ERROR_COUNTER_TIMEOUT1121A serial I/O operation completed because the timeout period expired. The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
【由于超时时间已过,串行I/O操作已完成。IOCTL_SERIAL_XOFF_COUNTER计数器未达到零。)】
ERROR_FLOPPY_ID_MARK_NOT_FOUND1122No ID address mark was found on the floppy disk.
【软盘上找不到ID地址标记。】
ERROR_FLOPPY_WRONG_CYLINDER1123Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
【软盘扇区ID字段与软盘控制器磁道地址不匹配。】
ERROR_FLOPPY_UNKNOWN_ERROR1124The floppy disk controller reported an error that is not recognized by the floppy disk driver.
【软盘控制器报告了软盘驱动程序无法识别的错误。】
ERROR_FLOPPY_BAD_REGISTERS1125The floppy disk controller returned inconsistent results in its registers.
【软盘控制器在其寄存器中返回不一致的结果。】
ERROR_DISK_RECALIBRATE_FAILED1126While accessing the hard disk, a recalibrate operation failed, even after retries.
【访问硬盘时,重新校准操作失败,即使在重试之后也是如此。】
ERROR_DISK_OPERATION_FAILED1127While accessing the hard disk, a disk operation failed even after retries.
【访问硬盘时,磁盘操作即使重试也失败。】
ERROR_DISK_RESET_FAILED1128While accessing the hard disk, a disk controller reset was needed, but even that failed.
【在访问硬盘时,需要重置磁盘控制器,但即使这样也失败了。】
ERROR_EOM_OVERFLOW1129Physical end of tape encountered.
【遇到物理磁带结束。】
ERROR_NOT_ENOUGH_SERVER_MEMORY1130Not enough server storage is available to process this command.
【服务器存储空间不足,无法处理此命令。】
ERROR_POSSIBLE_DEADLOCK1131A potential deadlock condition has been detected.
【检测到潜在的死锁情况。】
ERROR_MAPPED_ALIGNMENT1132The base address or the file offset specified does not have the proper alignment.
【指定的基址或文件偏移量没有正确的对齐方式。】
ERROR_SET_POWER_STATE_VETOED1140An attempt to change the system power state was vetoed by another application or driver.
【更改系统电源状态的尝试被另一个应用程序或驱动程序否决。】
ERROR_SET_POWER_STATE_FAILED1141The system BIOS failed an attempt to change the system power state.
【系统BIOS尝试更改系统电源状态失败。】
ERROR_TOO_MANY_LINKS1142An attempt was made to create more links on a file than the file system supports.
【试图在文件上创建比文件系统支持的链接更多的链接。】
ERROR_OLD_WIN_VERSION1150The specified program requires a newer version of Windows.
【指定的程序需要更新版本的Windows。】
ERROR_APP_WRONG_OS1151The specified program is not a Windows or MS-DOS program.
【指定的程序不是Windows或MS-DOS程序。】
ERROR_SINGLE_INSTANCE_APP1152Cannot start more than one instance of the specified program.
【不能启动指定程序的多个实例。】
ERROR_RMODE_APP1153The specified program was written for an earlier version of Windows.
【指定的程序是为早期版本的Windows编写的。】
ERROR_INVALID_DLL1154One of the library files needed to run this application is damaged.
【运行此应用程序所需的库文件之一已损坏。】
ERROR_NO_ASSOCIATION1155No application is associated with the specified file for this operation.
【没有应用程序与此操作的指定文件关联。】
ERROR_DDE_FAIL1156An error occurred in sending the command to the application.
【向应用程序发送命令时出错。】
ERROR_DLL_NOT_FOUND1157One of the library files needed to run this application cannot be found.
【找不到运行此应用程序所需的库文件之一。】
ERROR_NO_MORE_USER_HANDLES1158The current process has used all of its system allowance of handles for Window Manager objects.
【当前进程已将其系统允许的所有句柄用于窗口管理器对象。】
ERROR_MESSAGE_SYNC_ONLY1159The message can be used only with synchronous operations.
【消息只能用于同步操作。】
ERROR_SOURCE_ELEMENT_EMPTY1160The indicated source element has no media.
【指示的源元素没有媒体。】
ERROR_DESTINATION_ELEMENT_FULL1161The indicated destination element already contains media.
【指定的目标元素已包含媒体。】
ERROR_ILLEGAL_ELEMENT_ADDRESS1162The indicated element does not exist.
【指定的元素不存在。】
ERROR_MAGAZINE_NOT_PRESENT1163The indicated element is part of a magazine that is not present.
【指示的元素是不存在的库的一部分。】
ERROR_DEVICE_REINITIALIZATION_NEEDED1164The indicated device requires reinitialization due to hardware errors.
【由于硬件错误,指示的设备需要重新初始化。】
ERROR_DEVICE_REQUIRES_CLEANING1165The device has indicated that cleaning is required before further operations are attempted.
【设备指示在尝试进一步操作之前需要进行清洁。】
ERROR_DEVICE_DOOR_OPEN1166The device has indicated that its door is open.
【设备已指示其门已打开。】
ERROR_DEVICE_NOT_CONNECTED1167The device is not connected.
【设备未连接。】
ERROR_NOT_FOUND1168Element not found.
【未找到元素。】
ERROR_NO_MATCH1169There was no match for the specified key in the index.
【索引中指定的键不匹配。】
ERROR_SET_NOT_FOUND1170The property set specified does not exist on the object.
【对象上不存在指定的属性集。】
ERROR_POINT_NOT_FOUND1171The point passed to GetMouseMovePoints is not in the buffer.
【传递给GetMouseMovePoints的点不在缓冲区中。】
ERROR_NO_TRACKING_SERVICE1172The tracking (workstation) service is not running.
【跟踪(工作站)服务未运行。】
ERROR_NO_VOLUME_ID1173The Volume ID could not be found.
【找不到卷ID。】
ERROR_UNABLE_TO_REMOVE_REPLACED1175Unable to remove the file to be replaced.
【无法删除要替换的文件。】
ERROR_UNABLE_TO_MOVE_REPLACEMENT1176Unable 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_21177Unable 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_PROGRESS1178The volume change journal is being deleted.
【正在删除卷更改日志。】
ERROR_JOURNAL_NOT_ACTIVE1179The volume change journal is not active.
【卷更改日志未激活。】
ERROR_POTENTIAL_FILE_FOUND1180A file was found, but it may not be the correct file.
【找到一个文件,但可能不是正确的文件。】
ERROR_JOURNAL_ENTRY_DELETED1181The journal entry has been deleted from the journal.
【日记条目已从日记中删除。】
ERROR_SHUTDOWN_IS_SCHEDULED1190A system shutdown has already been scheduled.
【已计划系统关闭。】
ERROR_SHUTDOWN_USERS_LOGGED_ON1191The system shutdown cannot be initiated because there are other users logged on to the computer.
【无法启动系统关闭,因为有其他用户登录到该计算机。】
ERROR_BAD_DEVICE1200The specified device name is invalid.
【指定的设备名无效。】
ERROR_CONNECTION_UNAVAIL1201The device is not currently connected but it is a remembered connection.
【设备当前未连接,但它是已记住的连接。】
ERROR_DEVICE_ALREADY_REMEMBERED1202The local device name has a remembered connection to another network resource.
【本地设备名称与另一个网络资源有记忆中的连接。】
ERROR_NO_NET_OR_BAD_PATH1203The 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_PROVIDER1204The specified network provider name is invalid.
【指定的网络提供程序名称无效。】
ERROR_CANNOT_OPEN_PROFILE1205Unable to open the network connection profile.
【无法打开网络连接配置文件。】
ERROR_BAD_PROFILE1206The network connection profile is corrupted.
【网络连接配置文件已损坏。】
ERROR_NOT_CONTAINER1207Cannot enumerate a noncontainer.
【无法枚举非容器。】
ERROR_EXTENDED_ERROR1208An extended error has occurred.
【发生了扩展错误。】
ERROR_INVALID_GROUPNAME1209The format of the specified group name is invalid.
【指定组名的格式无效。】
ERROR_INVALID_COMPUTERNAME1210The format of the specified computer name is invalid.
【指定计算机名的格式无效。】
ERROR_INVALID_EVENTNAME1211The format of the specified event name is invalid.
【指定事件名称的格式无效。】
ERROR_INVALID_DOMAINNAME1212The format of the specified domain name is invalid.
【指定域名的格式无效。】
ERROR_INVALID_SERVICENAME1213The format of the specified service name is invalid.
【指定服务名称的格式无效。】
ERROR_INVALID_NETNAME1214The format of the specified network name is invalid.
【指定网络名称的格式无效。】
ERROR_INVALID_SHARENAME1215The format of the specified share name is invalid.
【指定共享名的格式无效。】
ERROR_INVALID_PASSWORDNAME1216The format of the specified password is invalid.
【指定密码的格式无效。】
ERROR_INVALID_MESSAGENAME1217The format of the specified message name is invalid.
【指定消息名称的格式无效。】
ERROR_INVALID_MESSAGEDEST1218The format of the specified message destination is invalid.
【指定的消息目标的格式无效。】
ERROR_SESSION_CREDENTIAL_CONFLICT1219Multiple 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_EXCEEDED1220An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
【试图建立到网络服务器的会话,但已建立到该服务器的会话太多。】
ERROR_DUP_DOMAINNAME1221The workgroup or domain name is already in use by another computer on the network.
【工作组或域名已被网络上的另一台计算机使用。】
ERROR_NO_NETWORK1222The network is not present or not started.
【网络不存在或未启动。】
ERROR_CANCELLED1223The operation was canceled by the user.
【该操作已被用户取消。】
ERROR_USER_MAPPED_FILE1224The requested operation cannot be performed on a file with a user-mapped section open.
【无法对打开了用户映射节的文件执行请求的操作。】
ERROR_CONNECTION_REFUSED1225The remote computer refused the network connection.
【远程计算机拒绝了网络连接。】
ERROR_GRACEFUL_DISCONNECT1226The network connection was gracefully closed.
【网络连接已正常关闭。】
ERROR_ADDRESS_ALREADY_ASSOCIATED1227The network transport endpoint already has an address associated with it.
【网络传输终结点已具有与其关联的地址。】
ERROR_ADDRESS_NOT_ASSOCIATED1228An address has not yet been associated with the network endpoint.
【地址尚未与网络终结点关联。】
ERROR_CONNECTION_INVALID1229An operation was attempted on a nonexistent network connection.
【尝试在不存在的网络连接上执行操作。】
ERROR_CONNECTION_ACTIVE1230An invalid operation was attempted on an active network connection.
【尝试在活动网络连接上执行无效操作。】
ERROR_NETWORK_UNREACHABLE1231The network location cannot be reached. For information about network troubleshooting, see Windows Help.
【无法访问网络位置。有关网络疑难解答的信息,请参阅Windows帮助。】
ERROR_HOST_UNREACHABLE1232The network location cannot be reached. For information about network troubleshooting, see Windows Help.
【无法访问网络位置。有关网络疑难解答的信息,请参阅Windows帮助。】
ERROR_PROTOCOL_UNREACHABLE1233The network location cannot be reached. For information about network troubleshooting, see Windows Help.
【无法访问网络位置。有关网络疑难解答的信息,请参阅Windows帮助。】
ERROR_PORT_UNREACHABLE1234No service is operating at the destination network endpoint on the remote system.
【在远程系统上的目标网络终结点上没有运行任何服务。】
ERROR_REQUEST_ABORTED1235The request was aborted.
【请求已中止。】
ERROR_CONNECTION_ABORTED1236The network connection was aborted by the local system.
【本地系统中止了网络连接。】
ERROR_RETRY1237The operation could not be completed. A retry should be performed.
【操作无法完成。应执行重试。】
ERROR_CONNECTION_COUNT_LIMIT1238A 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_RESTRICTION1239Attempting to log in during an unauthorized time of day for this account.
【试图在未经授权的时间登录此帐户。】
ERROR_LOGIN_WKSTA_RESTRICTION1240The account is not authorized to log in from this station.
【该帐户无权从此站登录。】
ERROR_INCORRECT_ADDRESS1241The network address could not be used for the operation requested.
【网络地址不能用于请求的操作。】
ERROR_ALREADY_REGISTERED1242The service is already registered.
【服务已注册。】
ERROR_SERVICE_NOT_FOUND1243The specified service does not exist.
【指定的服务不存在。】
ERROR_NOT_AUTHENTICATED1244The operation being requested was not performed because the user has not been authenticated.
【未执行请求的操作,因为用户尚未通过身份验证。】
ERROR_NOT_LOGGED_ON1245The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.
【未执行请求的操作,因为用户尚未登录到网络。指定的服务不存在。】
ERROR_CONTINUE1246Continue with work in progress.
【继续进行中的工作。】
ERROR_ALREADY_INITIALIZED1247An attempt was made to perform an initialization operation when initialization has already been completed.
【试图在初始化已完成时执行初始化操作。】
ERROR_NO_MORE_DEVICES1248No more local devices.
【没有更多的本地设备。】
ERROR_NO_SUCH_SITE1249The specified site does not exist.
【指定的站点不存在。】
ERROR_DOMAIN_CONTROLLER_EXISTS1250A domain controller with the specified name already exists.
【具有指定名称的域控制器已存在。】
ERROR_ONLY_IF_CONNECTED1251This operation is supported only when you are connected to the server.
【只有连接到服务器时才支持此操作。】
ERROR_OVERRIDE_NOCHANGES1252The group policy framework should call the extension even if there are no changes.
【即使没有更改,组策略框架也应该调用扩展。】
ERROR_BAD_USER_PROFILE1253The specified user does not have a valid profile.
【指定的用户没有有效的配置文件。】
ERROR_NOT_SUPPORTED_ON_SBS1254This operation is not supported on a computer running Windows Server 2003 for Small Business Server
【运行Windows Server 2003 for Small Business Server的计算机不支持此操作】
ERROR_SERVER_SHUTDOWN_IN_PROGRESS1255The server machine is shutting down.
【服务器正在关闭。】
ERROR_HOST_DOWN1256The remote system is not available. For information about network troubleshooting, see Windows Help.
【远程系统不可用。有关网络疑难解答的信息,请参阅Windows帮助。】
ERROR_NON_ACCOUNT_SID1257The security identifier provided is not from an account domain.
【提供的安全标识符不是来自帐户域。】
ERROR_NON_DOMAIN_SID1258The security identifier provided does not have a domain component.
【提供的安全标识符没有域组件。】
ERROR_APPHELP_BLOCK1259AppHelp dialog canceled thus preventing the application from starting.
【AppHelp对话框已取消,因此无法启动应用程序。】
ERROR_ACCESS_DISABLED_BY_POLICY1260This program is blocked by group policy. For more information, contact your system administrator.
【此程序被组策略阻止。有关详细信息,请与系统管理员联系。】
ERROR_REG_NAT_CONSUMPTION1261A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
【试图使用无效寄存器值的程序。通常由未初始化的寄存器引起。此错误是安腾特有的。】
ERROR_CSCSHARE_OFFLINE1262The share is currently offline or does not exist.
【共享当前脱机或不存在。】
ERROR_PKINIT_FAILURE1263The Kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log.
【Kerberos协议在智能卡登录期间验证KDC证书时遇到错误。系统事件日志中有更多信息。】
ERROR_SMARTCARD_SUBSYSTEM_FAILURE1264The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
【Kerberos协议在尝试使用智能卡子系统时遇到错误。】
ERROR_DOWNGRADE_DETECTED1265The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.
【系统检测到可能有人试图破坏安全。请确保您可以联系对您进行身份验证的服务器。】
ERROR_MACHINE_LOCKED1271The machine is locked and cannot be shut down without the force option.
【机器已锁定,没有强制选项无法关闭。】
ERROR_CALLBACK_SUPPLIED_INVALID_DATA1273An application-defined callback gave invalid data when called.
【应用程序定义的回调在调用时提供了无效数据。】
ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED1274The group policy framework should call the extension in the synchronous foreground policy refresh.
【组策略框架应该在同步前台策略刷新中调用扩展。】
ERROR_DRIVER_BLOCKED1275This driver has been blocked from loading
【此驱动程序已被阻止加载】
ERROR_INVALID_IMPORT_OF_NON_DLL1276A dynamic link library (DLL) referenced a module that was neither a DLL nor the process’s executable image.
【动态链接库(DLL)引用的模块既不是DLL也不是进程的可执行映像。】
ERROR_ACCESS_DISABLED_WEBBLADE1277Windows cannot open this program since it has been disabled.
【Windows无法打开此程序,因为它已被禁用。】
ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER1278Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
【Windows无法打开此程序,因为许可证强制执行系统已被篡改或损坏。】
ERROR_RECOVERY_FAILURE1279A transaction recover failed.
【事务恢复失败。】
ERROR_ALREADY_FIBER1280The current thread has already been converted to a fiber.
【当前线程已转换为光纤。】
ERROR_ALREADY_THREAD1281The current thread has already been converted from a fiber.
【当前线程已从光纤转换。】
ERROR_STACK_BUFFER_OVERRUN1282The 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_EXCEEDED1283Data present in one of the parameters is more than the function can operate on.
【其中一个参数中存在的数据超出了函数的操作范围。】
ERROR_DEBUGGER_INACTIVE1284An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
【尝试对调试对象执行操作失败,因为该对象正在被删除。】
ERROR_DELAY_LOAD_FAILED1285An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
【尝试延迟加载.dll或在延迟加载的.dll中获取函数地址失败。】
ERROR_VDM_DISALLOWED1286%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
【%1是16位应用程序。您没有执行16位应用程序的权限。请向系统管理员检查您的权限。】
ERROR_UNIDENTIFIED_ERROR1287Insufficient information exists to identify the cause of failure.
【信息不足,无法确定故障原因。】
ERROR_INVALID_CRUNTIME_PARAMETER1288The parameter passed to a C runtime function is incorrect.
【传递给C运行时函数的参数不正确。】
ERROR_BEYOND_VDL1289The operation occurred beyond the valid data length of the file.
【操作超出了文件的有效数据长度。】
ERROR_INCOMPATIBLE_SERVICE_SID_TYPE1290The 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.
【服务启动失败,因为同一进程中的一个或多个服务具有不兼容的服务SID类型设置。具有受限服务SID类型的服务只能与具有受限SID类型的其他服务在同一进程中共存。如果刚刚配置了此服务的服务SID类型,则必须重新启动宿主进程才能启动此服务。】
ERROR_DRIVER_PROCESS_TERMINATED1291The process hosting the driver for this device has been terminated.
【承载此设备驱动程序的进程已终止。】
ERROR_IMPLEMENTATION_LIMIT1292An operation attempted to exceed an implementation-defined limit.
【操作试图超过实现定义的限制。】
ERROR_PROCESS_IS_PROTECTED1293Either the target process, or the target thread’s containing process, is a protected process.
【目标进程或目标线程的包含进程都是受保护的进程。】
ERROR_SERVICE_NOTIFY_CLIENT_LAGGING1294The service notification client is lagging too far behind the current state of services in the machine.
【服务通知客户端远远落后于计算机中服务的当前状态。】
ERROR_DISK_QUOTA_EXCEEDED1295The 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_BLOCKED1296The requested files operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.
【请求的文件操作失败,因为存储策略阻止该类型的文件。有关详细信息,请与系统管理员联系。】
ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE1297A 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.
【服务帐户配置中不存在服务正常运行所需的权限。您可以使用服务Microsoft管理控制台(MMC)管理单元(服务.msc)以及本地安全设置MMC管理单元(理学硕士)查看服务配置和帐户配置。】
ERROR_INVALID_LABEL1299Indicates a particular Security ID may not be assigned as the label of an object.
【指示特定的安全ID不能指定为对象的标签。】
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值