MFC System Error Codes (500-999)

System Error Codes 500-999

The following table provides a list of system error codes (errors 500 to 999). 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.【下表列出了系统错误代码(错误500到999)。这些值在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_USER_PROFILE_LOAD500User profile cannot be loaded.
【无法加载用户配置文件。】
ERROR_ARITHMETIC_OVERFLOW534Arithmetic result exceeded 32 bits.
【算术结果超过32位。】
ERROR_PIPE_CONNECTED535There is a process on other end of the pipe.
【管道的另一端有一个过程。】
ERROR_PIPE_LISTENING536Waiting for a process to open the other end of the pipe.
【等待进程打开管道的另一端。】
ERROR_VERIFIER_STOP537Application verifier has found an error in the current process.
【应用程序验证程序在当前进程中发现错误。】
ERROR_ABIOS_ERROR538An error occurred in the ABIOS subsystem.
【ABIOS子系统中发生错误。】
ERROR_WX86_WARNING539A warning occurred in the WX86 subsystem.
【WX86子系统中出现警告。】
ERROR_WX86_ERROR540An error occurred in the WX86 subsystem.
【WX86子系统中发生错误。】
ERROR_TIMER_NOT_CANCELED541An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
【试图取消或设置具有关联APC的计时器,并且主题线程不是最初使用关联APC例程设置计时器的线程。】
ERROR_UNWIND542Unwind exception code.
【展开异常代码。】
ERROR_BAD_STACK543An invalid or unaligned stack was encountered during an unwind operation.
【展开操作期间遇到无效或未对齐的堆栈。】
ERROR_INVALID_UNWIND_TARGET544An invalid unwind target was encountered during an unwind operation.
【展开操作期间遇到无效的展开目标。】
ERROR_INVALID_PORT_ATTRIBUTES545Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
【指定给NtCreatePort的对象属性无效,或指定给NtConnectPort的端口属性无效】
ERROR_PORT_MESSAGE_TOO_LONG546Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
【传递给NtRequestPort或NtRequestWaitReplyPort的消息长度超过了端口允许的最大消息长度。】
ERROR_INVALID_QUOTA_LOWER547An attempt was made to lower a quota limit below the current usage.
【试图将配额限制降低到当前使用量以下。】
ERROR_DEVICE_ALREADY_ATTACHED548An attempt was made to attach to a device that was already attached to another device.
【试图连接到已连接到其他设备的设备。】
ERROR_INSTRUCTION_MISALIGNMENT549An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
【试图在未对齐的地址执行指令,而主机系统不支持未对齐的指令引用。】
ERROR_PROFILING_NOT_STARTED550Profiling not started.
【分析未启动。】
ERROR_PROFILING_NOT_STOPPED551Profiling not stopped.
【分析未停止。】
ERROR_COULD_NOT_INTERPRET552The passed ACL did not contain the minimum required information.
【传递的ACL不包含所需的最少信息。】
ERROR_PROFILING_AT_LIMIT553The number of active profiling objects is at the maximum and no more may be started.
【活动分析对象的数量已达到最大值,不能再启动。】
ERROR_CANT_WAIT554Used to indicate that an operation cannot continue without blocking for I/O.
【用于指示在没有阻塞I/O的情况下操作无法继续。】
ERROR_CANT_TERMINATE_SELF555Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
【指示线程在默认情况下尝试终止自身(称为NtTerminateThread,带NULL),并且它是当前进程中的最后一个线程。】
ERROR_UNEXPECTED_MM_CREATE_ERR556If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
【如果返回的MM错误未在标准FsRtl筛选器中定义,则会将其转换为保证在筛选器中的以下错误之一。在这种情况下,信息会丢失,但是,过滤器会正确处理异常。】
ERROR_UNEXPECTED_MM_MAP_ERROR557If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
【如果返回的MM错误未在标准FsRtl筛选器中定义,则会将其转换为保证在筛选器中的以下错误之一。在这种情况下,信息会丢失,但是,过滤器会正确处理异常。】
ERROR_UNEXPECTED_MM_EXTEND_ERR558If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
【如果返回的MM错误未在标准FsRtl筛选器中定义,则会将其转换为保证在筛选器中的以下错误之一。在这种情况下,信息会丢失,但是,过滤器会正确处理异常。】
ERROR_BAD_FUNCTION_TABLE559A malformed function table was encountered during an unwind operation.
【展开操作期间遇到格式错误的函数表。】
ERROR_NO_GUID_TRANSLATION560Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.
【指示试图为文件系统文件或目录分配保护,而安全描述符中的某个SID无法转换为可由文件系统存储的GUID。这会导致保护尝试失败,这可能会导致文件创建尝试失败。】
ERROR_INVALID_LDT_SIZE561Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
【指示试图通过设置LDT的大小来增大LDT,或者该大小不是偶数个选择器。】
ERROR_INVALID_LDT_OFFSET563Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
【指示LDT信息的起始值不是选择器大小的整数倍。】
ERROR_INVALID_LDT_DESCRIPTOR564Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
【指示用户在尝试设置Ldt描述符时提供了无效的描述符。】
ERROR_TOO_MANY_THREADS565Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
【表示进程的线程太多,无法执行请求的操作。例如,仅当进程具有零个或一个线程时,才能执行主令牌的分配。】
ERROR_THREAD_NOT_IN_PROCESS566An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
【试图对特定进程中的线程进行操作,但指定的线程不在指定的进程中。】
ERROR_PAGEFILE_QUOTA_EXCEEDED567Page file quota was exceeded.
【超出页面文件配额。】
ERROR_LOGON_SERVER_CONFLICT568The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
【无法启动Netlogon服务,因为域中运行的另一个Netlogon服务与指定的角色冲突。】
ERROR_SYNCHRONIZATION_REQUIRED569The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
【Windows服务器上的SAM数据库与域控制器上的副本明显不同步。需要完全同步。】
ERROR_NET_OPEN_FAILED570The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
【NtCreateFile API失败。此错误永远不会返回到应用程序,它是Windows Lan Manager重定向程序在其内部错误映射例程中使用的占位符。】
ERROR_IO_PRIVILEGE_FAILED571{Privilege Failed} The I/O permissions for the process could not be changed.
【{Privilege Failed}无法更改进程的I/O权限。】
ERROR_CONTROL_C_EXIT572{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
【{Application Exit by CTRL+C}应用程序由于CTRL+C终止。】
ERROR_MISSING_SYSTEMFILE573{Missing System File} The required system file %hs is bad or missing.
【{缺少系统文件}所需的系统文件%hs不正确或缺少。】
ERROR_UNHANDLED_EXCEPTION574{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
【{应用程序错误}应用程序中的位置0x%08lx处发生异常%s(0x%08lx)。】
ERROR_APP_INIT_FAILURE575{Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.
【{应用程序错误}应用程序未能正确初始化(0x%lx)。单击“确定”终止应用程序。】
ERROR_PAGEFILE_CREATE_FAILED576{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
【{无法创建分页文件}创建分页文件%hs失败(%lx)。请求的大小为%ld。】
ERROR_INVALID_IMAGE_HASH577Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
【Windows无法验证此文件的数字签名。最近的硬件或软件更改可能安装了签名错误或损坏的文件,或者可能是来自未知源的恶意软件。】
ERROR_NO_PAGEFILE578{No Paging File Specified} No paging file was specified in the system configuration.
【{未指定分页文件}系统配置中未指定分页文件。】
ERROR_ILLEGAL_FLOAT_CONTEXT579{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.
【{EXCEPTION}实模式应用程序发出浮点指令,浮点硬件不存在。】
ERROR_NO_EVENT_PAIR580An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
【使用线程特定的客户机/服务器事件对对象执行了事件对同步操作,但没有事件对对象与线程关联。】
ERROR_DOMAIN_CTRLR_CONFIG_ERROR581A Windows Server has an incorrect configuration.
【Windows服务器的配置不正确。】
ERROR_ILLEGAL_CHARACTER582An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
【遇到非法字符。对于多字节字符集,这包括一个前导字节,而没有后继的尾字节。对于Unicode字符集,这包括字符0xFFFF和0xFFFE。】
ERROR_UNDEFINED_CHARACTER583The Unicode character is not defined in the Unicode character set installed on the system.
【系统上安装的Unicode字符集中未定义Unicode字符。】
ERROR_FLOPPY_VOLUME584The paging file cannot be created on a floppy diskette.
【无法在软盘上创建分页文件。】
ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT585The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected.
【系统BIOS无法将系统中断连接到设备所连接的设备或总线。】
ERROR_BACKUP_CONTROLLER586This operation is only allowed for the Primary Domain Controller of the domain.
【此操作仅允许用于域的主域控制器。】
ERROR_MUTANT_LIMIT_EXCEEDED587An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
【有人试图获得一个突变体,使它的最大计数会被超过。】
ERROR_FS_DRIVER_REQUIRED588A volume has been accessed for which a file system driver is required that has not yet been loaded.
【已访问需要文件系统驱动程序但尚未加载的卷。】
ERROR_CANNOT_LOAD_REGISTRY_FILE589{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
【{注册表文件失败}注册表无法加载配置单元(文件):%hs或其日志或备用文件。它已损坏、不存在或不可写。】
ERROR_DEBUG_ATTACH_FAILED590{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
【{DebugActiveProcess意外失败}处理DebugActiveProcess API请求时发生意外失败。您可以选择“确定”终止进程,或选择“取消”忽略错误。】
ERROR_SYSTEM_PROCESS_TERMINATED591{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
【{致命系统错误}%hs系统进程意外终止,状态为0x%08x(0x%08x 0x%08x)。系统已关闭。】
ERROR_DATA_NOT_ACCEPTED592{Data Not Accepted} The TDI client could not handle the data received during an indication.
【{Data Not Accepted}TDI客户端无法处理指示期间接收到的数据。】
ERROR_VDM_HARD_ERROR593NTVDM encountered a hard error.
【NTVDM遇到一个硬错误。】
ERROR_DRIVER_CANCEL_TIMEOUT594{Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.
【{取消超时}驱动程序%hs未能在分配的时间内完成已取消的I/O请求。】
ERROR_REPLY_MESSAGE_MISMATCH595{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
【{Reply Message Mismatch}试图回复LPC消息,但消息中客户端ID指定的线程没有等待该消息。】
ERROR_LOST_WRITEBEHIND_DATA596{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
【{延迟写入失败}Windows无法保存文件%hs的所有数据。数据丢失了。此错误可能是由计算机硬件或网络连接故障引起的。请尝试将此文件保存到其他位置。】
ERROR_CLIENT_SERVER_PARAMETERS_INVALID597The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
【在“客户端/服务器共享内存”窗口中传递给服务器的参数无效。共享内存窗口中可能放了太多数据。】
ERROR_NOT_TINY_STREAM598The stream is not a tiny stream.
【这条小溪不是一条小溪。】
ERROR_STACK_OVERFLOW_READ599The request must be handled by the stack overflow code.
【请求必须由堆栈溢出代码处理。】
ERROR_CONVERT_TO_LARGE600Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
【内部OFS状态代码,指示如何处理分配操作。在移动包含的onode或将数据块流转换为大型流后重试】
ERROR_FOUND_OUT_OF_SCOPE601The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
【尝试查找对象时在卷上找到了与ID匹配的对象,但它超出了用于该操作的句柄的范围。】
ERROR_ALLOCATE_BUCKET602The bucket array must be grown. Retry transaction after doing so.
【桶阵列必须增长。执行此操作后重试事务。】
ERROR_MARSHALL_OVERFLOW603The user/kernel marshalling buffer has overflowed.
【用户/内核封送缓冲区已溢出。】
ERROR_INVALID_VARIANT604The supplied variant structure contains invalid data.
【提供的变量结构包含无效数据。】
ERROR_BAD_COMPRESSION_BUFFER605The specified buffer contains ill-formed data.
【指定的缓冲区包含格式错误的数据。】
ERROR_AUDIT_FAILED606{Audit Failed} An attempt to generate a security audit failed.
【{Audit Failed}尝试生成安全审核失败。】
ERROR_TIMER_RESOLUTION_NOT_SET607The timer resolution was not previously set by the current process.
【当前进程以前未设置计时器分辨率。】
ERROR_INSUFFICIENT_LOGON_INFO608There is insufficient account information to log you on.
【帐户信息不足,无法让您登录。】
ERROR_BAD_DLL_ENTRYPOINT609{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
【{无效的DLL入口点}动态链接库%hs未正确写入。堆栈指针处于不一致的状态。入口点应声明为WINAPI或STDCALL。选择“是”将使DLL加载失败。选择“否”继续执行。选择“否”可能会导致应用程序运行不正确。】
ERROR_BAD_SERVICE_ENTRYPOINT610{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
【{无效的服务回调入口点}%hs服务未正确写入。堆栈指针处于不一致的状态。回调入口点应声明为WINAPI或STDCALL。选择“确定”将使服务继续运行。但是,维修过程可能操作不正确。】
ERROR_IP_ADDRESS_CONFLICT1611There is an IP address conflict with another system on the network
【与网络上的另一个系统存在IP地址冲突】
ERROR_IP_ADDRESS_CONFLICT2612There is an IP address conflict with another system on the network
【与网络上的另一个系统存在IP地址冲突】
ERROR_REGISTRY_QUOTA_LIMIT613{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
【{注册表空间不足}系统已达到注册表系统部分允许的最大大小。其他存储请求将被忽略。】
ERROR_NO_CALLBACK_ACTIVE614A callback return system service cannot be executed when no callback is active.
【当没有回调处于活动状态时,无法执行回调返回系统服务。】
ERROR_PWD_TOO_SHORT615The password provided is too short to meet the policy of your user account. Please choose a longer password.
【提供的密码太短,不符合用户帐户的策略。请选择更长的密码。】
ERROR_PWD_TOO_RECENT616The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
【用户帐户的策略不允许您过于频繁地更改密码。这样做是为了防止用户更改回熟悉但可能被发现的密码。如果您觉得您的密码已被泄露,请立即与您的管理员联系,以获得一个新的分配。】
ERROR_PWD_HISTORY_CONFLICT617You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.
【您试图将密码更改为过去使用过的密码。用户帐户的策略不允许此操作。请选择以前没有使用过的密码。】
ERROR_UNSUPPORTED_COMPRESSION618The specified compression format is unsupported.
【不支持指定的压缩格式。】
ERROR_INVALID_HW_PROFILE619The specified hardware profile configuration is invalid.
【指定的硬件配置文件配置无效。】
ERROR_INVALID_PLUGPLAY_DEVICE_PATH620The specified Plug and Play registry device path is invalid.
【指定的即插即用注册表设备路径无效。】
ERROR_QUOTA_LIST_INCONSISTENT621The specified quota list is internally inconsistent with its descriptor.
【指定的配额列表与其描述符在内部不一致。】
ERROR_EVALUATION_EXPIRATION622{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
【{Windows评估通知}此Windows安装的评估期已过期。这个系统将在1小时内关闭。若要还原对此Windows安装的访问,请使用此产品的授权发行版升级此安装。】
ERROR_ILLEGAL_DLL_RELOCATION623{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
【{非法系统DLL重定位}系统DLL%hs已在内存中重定位。应用程序将无法正常运行。重新定位是因为DLL%hs占用了为Windows系统DLL保留的地址范围。应联系提供DLL的供应商以获取新的DLL。】
ERROR_DLL_INIT_FAILED_LOGOFF624{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
【{DLL初始化失败}应用程序初始化失败,因为窗口站正在关闭。】
ERROR_VALIDATE_CONTINUE625The validation process needs to continue on to the next step.
【验证过程需要继续到下一步。】
ERROR_NO_MORE_MATCHES626There are no more matches for the current index enumeration.
【当前索引枚举没有更多匹配项。】
ERROR_RANGE_LIST_CONFLICT627The range could not be added to the range list because of a conflict.
【由于冲突,无法将范围添加到范围列表中。】
ERROR_SERVER_SID_MISMATCH628The server process is running under a SID different than that required by client.
【服务器进程正在不同于客户端所需的SID下运行。】
ERROR_CANT_ENABLE_DENY_ONLY629A group marked use for deny only cannot be enabled.
【无法启用标记为“仅用于拒绝”的组。】
ERROR_FLOAT_MULTIPLE_FAULTS630{EXCEPTION} Multiple floating point faults.
【{EXCEPTION}多个浮点错误。】
ERROR_FLOAT_MULTIPLE_TRAPS631{EXCEPTION} Multiple floating point traps.
【{异常}多个浮点陷阱。】
ERROR_NOINTERFACE632The requested interface is not supported.
【不支持请求的接口。】
ERROR_DRIVER_FAILED_SLEEP633{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
【{系统待机失败}驱动程序%hs不支持待机模式。更新此驱动程序可能会使系统进入待机模式。】
ERROR_CORRUPT_SYSTEM_FILE634The system file %1 has become corrupt and has been replaced.
【系统文件%1已损坏并已被替换。】
ERROR_COMMITMENT_MINIMUM635{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.
【{虚拟内存最小值太低}您的系统虚拟内存不足。Windows正在增加虚拟内存分页文件的大小。在此过程中,某些应用程序的内存请求可能会被拒绝。有关详细信息,请参阅帮助。】
ERROR_PNP_RESTART_ENUMERATION636A device was removed so enumeration must be restarted.
【已删除设备,因此必须重新启动枚举。】
ERROR_SYSTEM_IMAGE_BAD_SIGNATURE637{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
【{致命系统错误}系统映像%s没有正确签名。文件已替换为已签名的文件。系统已关闭。】
ERROR_PNP_REBOOT_REQUIRED638Device will not start without a reboot.
【如果不重新启动,设备将无法启动。】
ERROR_INSUFFICIENT_POWER639There is not enough power to complete the requested operation.
【电源不足,无法完成请求的操作。】
ERROR_MULTIPLE_FAULT_VIOLATION640ERROR_MULTIPLE_FAULT_VIOLATION
【错误\u多个\u错误\u冲突】
ERROR_SYSTEM_SHUTDOWN641The system is in the process of shutting down.
【系统正在关闭。】
ERROR_PORT_NOT_SET642An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
【尝试删除进程调试端口,但端口尚未与进程关联。】
ERROR_DS_VERSION_CHECK_FAILURE643This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
【此版本的Windows与目录林、域或域控制器的行为版本不兼容。】
ERROR_RANGE_NOT_FOUND644The specified range could not be found in the range list.
【在范围列表中找不到指定的范围。】
ERROR_NOT_SAFE_MODE_DRIVER646The driver was not loaded because the system is booting into safe mode.
【驱动程序未加载,因为系统正在引导到安全模式。】
ERROR_FAILED_DRIVER_ENTRY647The driver was not loaded because it failed it’s initialization call.
【驱动程序未加载,因为它的初始化调用失败。】
ERROR_DEVICE_ENUMERATION_ERROR648The “%hs” encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.
【“%hs”在通电或读取设备配置时遇到错误。这可能是由于硬件故障或连接不良造成的。】
ERROR_MOUNT_POINT_NOT_RESOLVED649The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
【创建操作失败,因为名称至少包含一个装入点,该装入点解析为指定设备对象未附加到的卷。】
ERROR_INVALID_DEVICE_OBJECT_PARAMETER650The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
【device object参数不是有效的设备对象,或者未附加到文件名指定的卷。】
ERROR_MCA_OCCURED651A Machine Check Error has occurred. Please check the system eventlog for additional information.
【发生机器检查错误。请检查系统事件日志以获取更多信息。】
ERROR_DRIVER_DATABASE_ERROR652There was error [%2] processing the driver database.
【处理驱动程序数据库时出现错误[%2]。】
ERROR_SYSTEM_HIVE_TOO_LARGE653System hive size has exceeded its limit.
【系统配置单元大小已超出其限制。】
ERROR_DRIVER_FAILED_PRIOR_UNLOAD654The driver could not be loaded because a previous version of the driver is still in memory.
【无法加载驱动程序,因为以前版本的驱动程序仍在内存中。】
ERROR_VOLSNAP_PREPARE_HIBERNATE655{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
【{卷影复制服务}卷影复制服务正在为休眠准备卷%hs,请稍候。】
ERROR_HIBERNATION_FAILURE656The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
【系统无法休眠(错误代码为%hs)。休眠将被禁用,直到系统重新启动。】
ERROR_FILE_SYSTEM_LIMITATION665The requested operation could not be completed due to a file system limitation
【由于文件系统限制,请求的操作无法完成】
ERROR_ASSERTION_FAILURE668An assertion failure has occurred.
【发生断言失败。】
ERROR_ACPI_ERROR669An error occurred in the ACPI subsystem.
【ACPI子系统中发生错误。】
ERROR_WOW_ASSERTION670WOW Assertion Error.
【WOW断言错误。】
ERROR_PNP_BAD_MPS_TABLE671A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.
【系统BIOS MPS表中缺少设备。将不使用此设备。请与系统供应商联系以获取系统BIOS更新。】
ERROR_PNP_TRANSLATION_FAILED672A translator failed to translate resources.
【翻译程序无法翻译资源。】
ERROR_PNP_IRQ_TRANSLATION_FAILED673A IRQ translator failed to translate resources.
【IRQ转换器无法翻译资源。】
ERROR_PNP_INVALID_ID674Driver %2 returned invalid ID for a child device (%3).
【驱动程序%2返回子设备(%3)的无效ID。】
ERROR_WAKE_SYSTEM_DEBUGGER675{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
【{内核调试器唤醒}系统调试器被中断唤醒。】
ERROR_HANDLES_CLOSED676{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation.
【{Handles Closed}由于请求的操作,对象的句柄已自动关闭。】
ERROR_EXTRANEOUS_INFORMATION677{Too Much Information} The specified access control list (ACL) contained more information than was expected.
【{信息太多}指定的访问控制列表(ACL)包含的信息比预期的多。】
ERROR_RXACT_COMMIT_NECESSARY678This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
【此警告级别状态表示注册表子树的事务状态已存在,但事务提交以前已中止。提交尚未完成,但也没有回滚(因此,如果需要,仍可以提交)。】
ERROR_MEDIA_CHECK679{Media Changed} The media may have changed.
【{Media Changed}媒体可能已更改。】
ERROR_GUID_SUBSTITUTION_MADE680{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
【{GUID Substitution}在将全局标识符(GUID)转换为Windows安全ID(SID)的过程中,找不到管理定义的GUID前缀。使用了替代前缀,这不会影响系统安全性。然而,这可能提供比预期更严格的访问。】
ERROR_STOPPED_ON_SYMLINK681The create operation stopped after reaching a symbolic link
【到达符号链接后,创建操作停止】
ERROR_LONGJUMP682A long jump has been executed.
【跳远已经完成了。】
ERROR_PLUGPLAY_QUERY_VETOED683The Plug and Play query operation was not successful.
【即插即用查询操作未成功。】
ERROR_UNWIND_CONSOLIDATE684A frame consolidation has been executed.
【已执行帧合并。】
ERROR_REGISTRY_HIVE_RECOVERED685{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
【{注册表配置单元已恢复}注册表配置单元(文件):%hs已损坏并已恢复。有些数据可能丢失了。】
ERROR_DLL_MIGHT_BE_INSECURE686The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
【应用程序正在尝试从模块%hs运行可执行代码。这可能是不安全的。另一种选择是%hs。应用程序是否应该使用安全模块%hs?】
ERROR_DLL_MIGHT_BE_INCOMPATIBLE687The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
【应用程序正在从模块%hs加载可执行代码。这是安全的,但可能与操作系统的早期版本不兼容。另一种选择是%hs。应用程序是否应该使用安全模块%hs?】
ERROR_DBG_EXCEPTION_NOT_HANDLED688Debugger did not handle the exception.
【调试器未处理异常。】
ERROR_DBG_REPLY_LATER689Debugger will reply later.
【调试器将稍后答复。】
ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE690Debugger cannot provide handle.
【调试器无法提供句柄。】
ERROR_DBG_TERMINATE_THREAD691Debugger terminated thread.
【调试器终止了线程。】
ERROR_DBG_TERMINATE_PROCESS692Debugger terminated process.
【调试器终止了进程。】
ERROR_DBG_CONTROL_C693Debugger got control C.
【调试器得到控制C。】
ERROR_DBG_PRINTEXCEPTION_C694Debugger printed exception on control C.
【调试程序在控件C上打印了异常。】
ERROR_DBG_RIPEXCEPTION695Debugger received RIP exception.
【调试器收到RIP异常。】
ERROR_DBG_CONTROL_BREAK696Debugger received control break.
【调试器收到控制中断。】
ERROR_DBG_COMMAND_EXCEPTION697Debugger command communication exception.
【调试器命令通信异常。】
ERROR_OBJECT_NAME_EXISTS698{Object Exists} An attempt was made to create an object and the object name already existed.
【{Object Exists}试图创建一个对象,但对象名已经存在。】
ERROR_THREAD_WAS_SUSPENDED699{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
【{Thread Suspended}线程挂起时线程终止。线程被恢复,终止继续进行。】
ERROR_IMAGE_NOT_AT_BASE700{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
【{Image Relocated}无法在映像文件中指定的地址映射映像文件。必须对此图像执行本地修复。】
ERROR_RXACT_STATE_CREATED701This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
【此信息级别状态表示指定的注册表子树事务状态尚不存在,必须创建。】
ERROR_SEGMENT_NOTIFICATION702{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
【{段加载}虚拟DOS机器(VDM)正在加载、卸载或移动MS-DOS或Win16程序段映像。引发异常,以便调试器可以加载、卸载或跟踪这些16位段中的符号和断点。】
ERROR_BAD_CURRENT_DIRECTORY703{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
【{当前目录无效}进程无法切换到启动当前目录%hs。选择“确定”将当前目录设置为%hs,或选择“取消”退出。】
ERROR_FT_READ_RECOVERY_FROM_BACKUP704{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
【{Redundant Read}为了满足读取请求,NT容错文件系统成功地从冗余副本读取请求的数据。这样做是因为文件系统在容错卷的某个成员上遇到故障,但无法重新分配设备的故障区域。】
ERROR_FT_WRITE_RECOVERY705{Redundant Write} To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
【{Redundant Write}为了满足写请求,NT容错文件系统成功地编写了信息的冗余副本。这样做是因为文件系统在容错卷的某个成员上遇到故障,但无法重新分配设备的故障区域。】
ERROR_IMAGE_MACHINE_TYPE_MISMATCH706{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
【{Machine Type Mismatch}映像文件%hs有效,但用于当前计算机以外的计算机类型。选择“确定”继续,或选择“取消”使DLL加载失败。】
ERROR_RECEIVE_PARTIAL707{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
【{Partial Data Received}网络传输将部分数据返回到其客户端。其余数据将稍后发送。】
ERROR_RECEIVE_EXPEDITED708{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
【{已收到加急数据}网络传输将远程系统标记为加急的数据返回到其客户端。】
ERROR_RECEIVE_PARTIAL_EXPEDITED709{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
【{收到部分加急数据}网络传输将部分数据返回到其客户端,远程系统将此数据标记为加急数据。其余数据将稍后发送。】
ERROR_EVENT_DONE710{TDI Event Done} The TDI indication has completed successfully.
【{TDI Event Done}TDI指示已成功完成。】
ERROR_EVENT_PENDING711{TDI Event Pending} The TDI indication has entered the pending state.
【{TDI Event Pending}TDI指示已进入挂起状态。】
ERROR_CHECKING_FILE_SYSTEM712Checking file system on %wZ
【正在检查%wZ上的文件系统】
ERROR_FATAL_APP_EXIT713{Fatal Application Exit} %hs
【{致命应用程序退出}%hs】
ERROR_PREDEFINED_HANDLE714The specified registry key is referenced by a predefined handle.
【指定的注册表项由预定义句柄引用。】
ERROR_WAS_UNLOCKED715{Page Unlocked} The page protection of a locked page was changed to ‘No Access’ and the page was unlocked from memory and from the process.
【{Page Unlocked}已锁定页的页保护已更改为“No Access”,并且该页已从内存和进程中解锁。】
ERROR_SERVICE_NOTIFICATION716%hs
【%hs公司】
ERROR_WAS_LOCKED717{Page Locked} One of the pages to lock was already locked.
【{Page Locked}要锁定的页面之一已被锁定。】
ERROR_LOG_HARD_ERROR718Application popup: %1 : %2
【应用程序弹出窗口:%1:%2】
ERROR_ALREADY_WIN32719ERROR_ALREADY_WIN32
【错误\u已经\u WIN32】
ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE720{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
【{Machine Type Mismatch}映像文件%hs有效,但用于当前计算机以外的计算机类型。】
ERROR_NO_YIELD_PERFORMED721A yield execution was performed and no thread was available to run.
【执行了yield执行,没有线程可供运行。】
ERROR_TIMER_RESUME_IGNORED722The resumable flag to a timer API was ignored.
【计时器API的可恢复标志被忽略。】
ERROR_ARBITRATION_UNHANDLED723The arbiter has deferred arbitration of these resources to its parent
【仲裁程序已将这些资源的仲裁推迟到其父级】
ERROR_CARDBUS_NOT_SUPPORTED724The inserted CardBus device cannot be started because of a configuration error on “%hs”.
【由于“%hs”上的配置错误,无法启动插入的CardBus设备。】
ERROR_MP_PROCESSOR_MISMATCH725The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
【此多处理器系统中的CPU并非都是同一修订级别。要使用所有处理器,操作系统将自身限制为系统中能力最低的处理器的功能。如果此系统出现问题,请与CPU制造商联系,查看是否支持这种处理器组合。】
ERROR_HIBERNATED726The system was put into hibernation.
【系统进入休眠状态。】
ERROR_RESUME_HIBERNATION727The system was resumed from hibernation.
【系统从休眠状态恢复。】
ERROR_FIRMWARE_UPDATED728Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
【Windows检测到系统固件(BIOS)已更新[以前的固件日期=%2,当前固件日期%3]。】
ERROR_DRIVERS_LEAKING_LOCKED_PAGES729A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
【设备驱动程序正在泄漏锁定的I/O页,导致系统降级。系统已自动启用跟踪代码,以便尝试捕获罪犯。】
ERROR_WAKE_SYSTEM730The system has awoken
【系统已经唤醒】
ERROR_WAIT_1731ERROR_WAIT_1
【ERROR_WAIT_1】
ERROR_WAIT_2732ERROR_WAIT_2
【ERROR_WAIT_2】
ERROR_WAIT_3733ERROR_WAIT_3
【ERROR_WAIT_3】
ERROR_WAIT_63734ERROR_WAIT_63
【ERROR_WAIT_63】
ERROR_ABANDONED_WAIT_0735ERROR_ABANDONED_WAIT_0
【ERROR_ABANDONED_WAIT_0】
ERROR_ABANDONED_WAIT_63736ERROR_ABANDONED_WAIT_63
【ERROR_ABANDONED_WAIT_63】
ERROR_USER_APC737ERROR_USER_APC
【ERROR_USER_APC】
ERROR_KERNEL_APC738ERROR_KERNEL_APC
【ERROR_KERNEL_APC】
ERROR_ALERTED739ERROR_ALERTED
【ERROR_ALERTED】
ERROR_ELEVATION_REQUIRED740The requested operation requires elevation.
【请求的操作需要提升。】
ERROR_REPARSE741A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
【由于文件名导致符号链接,因此对象管理器应执行重新分析。】
ERROR_OPLOCK_BREAK_IN_PROGRESS742An open/create operation completed while an oplock break is underway.
【oplock中断正在进行时,打开/创建操作已完成。】
ERROR_VOLUME_MOUNTED743A new volume has been mounted by a file system.
【文件系统已装入新卷。】
ERROR_RXACT_COMMITTED744This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.
【此成功级别状态表示注册表子树的事务状态已存在,但事务提交以前已中止。提交现已完成。】
ERROR_NOTIFY_CLEANUP745This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
【这表示由于关闭发出通知更改请求的句柄,通知更改请求已完成。】
ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED746{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
【{主传输连接失败}试图连接到主传输上的远程服务器%hs,但连接失败。这台计算机可以通过二次传输连接起来。】
ERROR_PAGE_FAULT_TRANSITION747Page fault was a transition fault.
【页面错误是一个过渡错误。】
ERROR_PAGE_FAULT_DEMAND_ZERO748Page fault was a demand zero fault.
【页面错误是请求零错误。】
ERROR_PAGE_FAULT_COPY_ON_WRITE749Page fault was a demand zero fault.
【页面错误是请求零错误。】
ERROR_PAGE_FAULT_GUARD_PAGE750Page fault was a demand zero fault.
【页面错误是请求零错误。】
ERROR_PAGE_FAULT_PAGING_FILE751Page fault was satisfied by reading from a secondary storage device.
【通过从辅助存储设备读取来满足页面错误。】
ERROR_CACHE_PAGE_LOCKED752Cached page was locked during operation.
【缓存页在操作期间被锁定。】
ERROR_CRASH_DUMP753Crash dump exists in paging file.
【分页文件中存在崩溃转储。】
ERROR_BUFFER_ALL_ZEROS754Specified buffer contains all zeros.
【指定的缓冲区包含所有零。】
ERROR_REPARSE_OBJECT755A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
【由于文件名导致符号链接,因此对象管理器应执行重新分析。】
ERROR_RESOURCE_REQUIREMENTS_CHANGED756The device has succeeded a query-stop and its resource requirements have changed.
【设备已成功停止查询,其资源需求已更改。】
ERROR_TRANSLATION_COMPLETE757The translator has translated these resources into the global space and no further translations should be performed.
【转换器已经将这些资源转换到全局空间,不应该运行更多的转换。】
ERROR_NOTHING_TO_TERMINATE758A process being terminated has no threads to terminate.
【正在终止的进程没有要终止的线程。】
ERROR_PROCESS_NOT_IN_JOB759The specified process is not part of a job.
【指定的进程不是作业的一部分。】
ERROR_PROCESS_IN_JOB760The specified process is part of a job.
【指定的进程是作业的一部分。】
ERROR_VOLSNAP_HIBERNATE_READY761{Volume Shadow Copy Service} The system is now ready for hibernation.
【{卷影复制服务}系统现在可以休眠了。】
ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY762A file system or file system filter driver has successfully completed an FsFilter operation.
【文件系统或文件系统筛选器驱动程序已成功完成FsFilter操作。】
ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED763The specified interrupt vector was already connected.
【指定的中断向量已连接。】
ERROR_INTERRUPT_STILL_CONNECTED764The specified interrupt vector is still connected.
【指定的中断向量仍处于连接状态。】
ERROR_WAIT_FOR_OPLOCK765An operation is blocked waiting for an oplock.
【操作在等待oplock时被阻止。】
ERROR_DBG_EXCEPTION_HANDLED766Debugger handled exception
【调试器处理了异常】
ERROR_DBG_CONTINUE767Debugger continued
【调试器(续)】
ERROR_CALLBACK_POP_STACK768An exception occurred in a user mode callback and the kernel callback frame should be removed.
【用户模式回调中发生异常,应删除内核回调帧。】
ERROR_COMPRESSION_DISABLED769Compression is disabled for this volume.
【此卷已禁用压缩。】
ERROR_CANTFETCHBACKWARDS770The data provider cannot fetch backwards through a result set.
【数据提供程序无法通过结果集向后获取数据。】
ERROR_CANTSCROLLBACKWARDS771The data provider cannot scroll backwards through a result set.
【数据提供程序无法在结果集中向后滚动。】
ERROR_ROWSNOTRELEASED772The data provider requires that previously fetched data is released before asking for more data.
【数据提供程序要求在请求更多数据之前释放先前获取的数据。】
ERROR_BAD_ACCESSOR_FLAGS773The data provider was not able to interpret the flags set for a column binding in an accessor.
【数据提供程序无法解释为访问器中的列绑定设置的标志。】
ERROR_ERRORS_ENCOUNTERED774One or more errors occurred while processing the request.
【处理请求时发生一个或多个错误。】
ERROR_NOT_CAPABLE775The implementation is not capable of performing the request.
【实现无法执行请求。】
ERROR_REQUEST_OUT_OF_SEQUENCE776The client of a component requested an operation which is not valid given the state of the component instance.
【组件的客户端请求的操作在给定组件实例的状态下无效。】
ERROR_VERSION_PARSE_ERROR777A version number could not be parsed.
【无法分析版本号。】
ERROR_BADSTARTPOSITION778The iterator’s start position is invalid.
【迭代器的起始位置无效。】
ERROR_MEMORY_HARDWARE779The hardware has reported an uncorrectable memory error.
【硬件报告了无法纠正的内存错误。】
ERROR_DISK_REPAIR_DISABLED780The attempted operation required self healing to be enabled.
【尝试的操作需要启用自愈。】
ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE781The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
【桌面堆在分配会话内存时遇到错误。系统事件日志中有更多信息。】
ERROR_SYSTEM_POWERSTATE_TRANSITION782The system power state is transitioning from %2 to %3.
【系统电源状态正在从%2转换到%3。】
ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION783The system power state is transitioning from %2 to %3 but could enter %4.
【系统电源状态正在从%2转换到%3,但可能会进入%4。】
ERROR_MCA_EXCEPTION784A thread is getting dispatched with MCA EXCEPTION because of MCA.
【由于MCA的原因,正在调度一个线程,但出现MCA异常。】
ERROR_ACCESS_AUDIT_BY_POLICY785Access to %1 is monitored by policy rule %2.
【对%1的访问由策略规则%2监视。】
ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY786Access to %1 has been restricted by your Administrator by policy rule %2.
【您的管理员已根据策略规则%2限制对%1的访问。】
ERROR_ABANDON_HIBERFILE787A valid hibernation file has been invalidated and should be abandoned.
【有效的休眠文件已失效,应放弃。】
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED788{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere.
【{延迟写入失败}Windows无法保存文件%hs的所有数据;数据已丢失。此错误可能由网络连接问题引起。请尝试将此文件保存到其他位置。】
ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR789{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere.
【{延迟写入失败}Windows无法保存文件%hs的所有数据;数据已丢失。此错误由文件所在的服务器返回。请尝试将此文件保存到其他位置。】
ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR790{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.
【{延迟写入失败}Windows无法保存文件%hs的所有数据;数据已丢失。如果设备已卸下或介质有写保护,则可能会导致此错误。】
ERROR_BAD_MCFG_TABLE791The resources required for this device conflict with the MCFG table.
【此设备所需的资源与MCFG表冲突。】
ERROR_EA_ACCESS_DENIED994Access to the extended attribute was denied.
【对扩展属性的访问被拒绝。】
ERROR_OPERATION_ABORTED995The I/O operation has been aborted because of either a thread exit or an application request.
【由于线程退出或应用程序请求,I/O操作已中止。】
ERROR_IO_INCOMPLETE996Overlapped I/O event is not in a signaled state.
【重叠I/O事件未处于信号状态。】
ERROR_IO_PENDING997Overlapped I/O operation is in progress.
【重叠的I/O操作正在进行。】
ERROR_NOACCESS998Invalid access to memory location.
【对内存位置的访问无效。】
ERROR_SWAPERROR999Error performing inpage operation.
【执行页内操作时出错。】
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值