MFC System Error Codes (1300-1699)

本文详细列举了Windows API中1300到1699号系统错误代码,涵盖权限、映射、账户管理等多个方面。遇到应用安装或运行问题时,可参考这些错误代码及其解决方案,如格式化消息函数的使用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

System Error Codes 1300-1699


The table in this topic provides a list of system error codes for errors 1300 to 1699. 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.【本主题中的表提供了错误1300到1699的系统错误代码列表。这些值在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】

ERROR_NOT_ALL_ASSIGNED1300Not all privileges or groups referenced are assigned to the caller.【并不是所有引用的特权或组都分配给调用者。】
ERROR_SOME_NOT_MAPPED1301Some mapping between account names and security IDs was not done.【帐户名和安全ID之间的一些映射没有完成。】
ERROR_NO_QUOTAS_FOR_ACCOUNT1302No system quota limits are specifically set for this account.【没有为此帐户专门设置系统配额限制。】
ERROR_LOCAL_USER_SESSION_KEY1303No encryption key is available. A well-known encryption key was returned.【没有可用的加密密钥。返回了一个已知的加密密钥。】
ERROR_NULL_LM_PASSWORD1304The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.【密码太复杂,无法转换为LAN Manager密码。返回的LAN Manager密码为空字符串。】
ERROR_UNKNOWN_REVISION1305The revision level is unknown.【修订级别未知。】
ERROR_REVISION_MISMATCH1306Indicates two revision levels are incompatible.【表示两个修订级别不兼容。】
ERROR_INVALID_OWNER1307This security ID may not be assigned as the owner of this object.【不能将此安全ID指定为此对象的所有者。】
ERROR_INVALID_PRIMARY_GROUP1308This security ID may not be assigned as the primary group of an object.【不能将此安全ID指定为对象的主要组。】
ERROR_NO_IMPERSONATION_TOKEN1309An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.【当前未模拟客户端的线程尝试对模拟令牌进行操作。】
ERROR_CANT_DISABLE_MANDATORY1310The group may not be disabled.【不能禁用该组。】
ERROR_NO_LOGON_SERVERS1311There are currently no logon servers available to service the logon request.【当前没有可用于服务登录请求的登录服务器。】
ERROR_NO_SUCH_LOGON_SESSION1312A specified logon session does not exist. It may already have been terminated.【指定的登录会话不存在。它可能已经被终止了。】
ERROR_NO_SUCH_PRIVILEGE1313A specified privilege does not exist.【指定的权限不存在。】
ERROR_PRIVILEGE_NOT_HELD1314A required privilege is not held by the client.【客户端没有所需的权限。】
ERROR_INVALID_ACCOUNT_NAME1315The name provided is not a properly formed account name.【提供的名称不是格式正确的帐户名称。】
ERROR_USER_EXISTS1316The specified account already exists.【指定的帐户已存在。】
ERROR_NO_SUCH_USER1317The specified account does not exist.【指定的帐户不存在。】
ERROR_GROUP_EXISTS1318The specified group already exists.【指定的组已存在。】
ERROR_NO_SUCH_GROUP1319The specified group does not exist.【指定的组不存在。】
ERROR_MEMBER_IN_GROUP1320Either 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_GROUP1321The specified user account is not a member of the specified group account.【指定的用户帐户不是指定组帐户的成员。】
ERROR_LAST_ADMIN1322The last remaining administration account cannot be disabled or deleted.【无法禁用或删除最后一个剩余的管理帐户。】
ERROR_WRONG_PASSWORD1323Unable to update the password. The value provided as the current password is incorrect.【无法更新密码。作为当前密码提供的值不正确。】
ERROR_ILL_FORMED_PASSWORD1324Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.【无法更新密码。为新密码提供的值包含密码中不允许的值。】
ERROR_PASSWORD_RESTRICTION1325Unable 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_FAILURE1326Logon failure: unknown user name or bad password.【登录失败:未知用户名或错误密码。】
ERROR_ACCOUNT_RESTRICTION1327Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.【登录失败:用户帐户限制。可能的原因是不允许使用空密码、登录时间限制或强制执行了策略限制。】
ERROR_INVALID_LOGON_HOURS1328Logon failure: account logon time restriction violation.【登录失败:违反帐户登录时间限制。】
ERROR_INVALID_WORKSTATION1329Logon failure: user not allowed to log on to this computer.【登录失败:不允许用户登录到此计算机。】
ERROR_PASSWORD_EXPIRED1330Logon failure: the specified account password has expired.【登录失败:指定的帐户密码已过期。】
ERROR_ACCOUNT_DISABLED1331Logon failure: account currently disabled.【登录失败:帐户当前已禁用。】
ERROR_NONE_MAPPED1332No mapping between account names and security IDs was done.【帐户名和安全ID之间没有进行映射。】
ERROR_TOO_MANY_LUIDS_REQUESTED1333Too many local user identifiers (LUIDs) were requested at one time.【一次请求的本地用户标识符(LUID)太多。】
ERROR_LUIDS_EXHAUSTED1334No more local user identifiers (LUIDs) are available.【没有更多的本地用户标识符(LUID)。】
ERROR_INVALID_SUB_AUTHORITY1335The subauthority part of a security ID is invalid for this particular use.【安全ID的子权限部分对此特定用途无效。】
ERROR_INVALID_ACL1336The access control list (ACL) structure is invalid.【访问控制列表(ACL)结构无效。】
ERROR_INVALID_SID1337The security ID structure is invalid.【安全ID结构无效。】
ERROR_INVALID_SECURITY_DESCR1338The security descriptor structure is invalid.【安全描述符结构无效。】
ERROR_BAD_INHERITANCE_ACL1340The inherited access control list (ACL) or access control entry (ACE) could not be built.【无法生成继承的访问控制列表(ACL)或访问控制条目(ACE)。】
ERROR_SERVER_DISABLED1341The server is currently disabled.【服务器当前已禁用。】
ERROR_SERVER_NOT_DISABLED1342The server is currently enabled.【服务器当前已启用。】
ERROR_INVALID_ID_AUTHORITY1343The value provided was an invalid value for an identifier authority.【提供的值对于标识符授权是无效的值。】
ERROR_ALLOTTED_SPACE_EXCEEDED1344No more memory is available for security information updates.【没有更多内存可用于安全信息更新。】
ERROR_INVALID_GROUP_ATTRIBUTES1345The specified attributes are invalid, or incompatible with the attributes for the group as a whole.【指定的属性无效,或与整个组的属性不兼容。】
ERROR_BAD_IMPERSONATION_LEVEL1346Either a required impersonation level was not provided, or the provided impersonation level is invalid.【未提供所需的模拟级别,或者提供的模拟级别无效。】
ERROR_CANT_OPEN_ANONYMOUS1347Cannot open an anonymous level security token.【无法打开匿名级别的安全令牌。】
ERROR_BAD_VALIDATION_CLASS1348The validation information class requested was invalid.【请求的验证信息类无效。】
ERROR_BAD_TOKEN_TYPE1349The type of the token is inappropriate for its attempted use.【令牌的类型不适合其尝试使用。】
ERROR_NO_SECURITY_ON_OBJECT1350Unable to perform a security operation on an object that has no associated security.【无法对没有关联安全性的对象执行安全性操作。】
ERROR_CANT_ACCESS_DOMAIN_INFO1351Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.【由于计算机不可用或访问被拒绝,无法从域控制器读取配置信息。】
ERROR_INVALID_SERVER_STATE1352The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.【安全帐户管理器(SAM)或本地安全机构(LSA)服务器处于执行安全操作的错误状态。】
ERROR_INVALID_DOMAIN_STATE1353The domain was in the wrong state to perform the security operation.【域处于执行安全操作的错误状态。】
ERROR_INVALID_DOMAIN_ROLE1354This operation is only allowed for the Primary Domain Controller of the domain.【此操作仅允许用于域的主域控制器。】
ERROR_NO_SUCH_DOMAIN1355The specified domain either does not exist or could not be contacted.【指定的域不存在或无法联系。】
ERROR_DOMAIN_EXISTS1356The specified domain already exists.【指定的域已存在。】
ERROR_DOMAIN_LIMIT_EXCEEDED1357An attempt was made to exceed the limit on the number of domains per server.【试图超过每台服务器的域数限制。】
ERROR_INTERNAL_DB_CORRUPTION1358Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.【由于灾难性的介质故障或磁盘上的数据结构损坏,无法完成请求的操作。】
ERROR_INTERNAL_ERROR1359An internal error occurred.【发生内部错误。】
ERROR_GENERIC_NOT_MAPPED1360Generic access types were contained in an access mask which should already be mapped to nongeneric types.【泛型访问类型包含在访问掩码中,该掩码应已映射到非泛型类型。】
ERROR_BAD_DESCRIPTOR_FORMAT1361A security descriptor is not in the right format (absolute or self-relative).【安全描述符的格式不正确(绝对或自相关)。】
ERROR_NOT_LOGON_PROCESS1362The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.【请求的操作仅限于登录进程使用。调用进程尚未注册为登录进程。】
ERROR_LOGON_SESSION_EXISTS1363Cannot start a new logon session with an ID that is already in use.【无法使用已在使用的ID启动新的登录会话。】
ERROR_NO_SUCH_PACKAGE1364A specified authentication package is unknown.【指定的身份验证包未知。】
ERROR_BAD_LOGON_SESSION_STATE1365The logon session is not in a state that is consistent with the requested operation.【登录会话的状态与请求的操作不一致。】
ERROR_LOGON_SESSION_COLLISION1366The logon session ID is already in use.【登录会话ID已在使用中。】
ERROR_INVALID_LOGON_TYPE1367A logon request contained an invalid logon type value.【登录请求包含无效的登录类型值。】
ERROR_CANNOT_IMPERSONATE1368Unable to impersonate using a named pipe until data has been read from that pipe.【在从指定管道读取数据之前,无法使用该管道进行模拟。】
ERROR_RXACT_INVALID_STATE1369The transaction state of a registry subtree is incompatible with the requested operation.【注册表子树的事务状态与请求的操作不兼容。】
ERROR_RXACT_COMMIT_FAILURE1370An internal security database corruption has been encountered.【遇到内部安全数据库损坏。】
ERROR_SPECIAL_ACCOUNT1371Cannot perform this operation on built-in accounts.【无法对内置帐户执行此操作。】
ERROR_SPECIAL_GROUP1372Cannot perform this operation on this built-in special group.【无法对此内置特殊组执行此操作。】
ERROR_SPECIAL_USER1373Cannot perform this operation on this built-in special user.【无法对此内置特殊用户执行此操作。】
ERROR_MEMBERS_PRIMARY_GROUP1374The user cannot be removed from a group because the group is currently the user’s primary group.【无法从组中删除用户,因为该组当前是用户的主要组。】
ERROR_TOKEN_ALREADY_IN_USE1375The token is already in use as a primary token.【令牌已被用作主令牌。】
ERROR_NO_SUCH_ALIAS1376The specified local group does not exist.【指定的本地组不存在。】
ERROR_MEMBER_NOT_IN_ALIAS1377The specified account name is not a member of the group.【指定的帐户名不是该组的成员。】
ERROR_MEMBER_IN_ALIAS1378The specified account name is already a member of the group.【指定的帐户名已经是组的成员。】
ERROR_ALIAS_EXISTS1379The specified local group already exists.【指定的本地组已存在。】
ERROR_LOGON_NOT_GRANTED1380Logon failure: the user has not been granted the requested logon type at this computer.【登录失败:此计算机上尚未授予用户请求的登录类型。】
ERROR_TOO_MANY_SECRETS1381The maximum number of secrets that may be stored in a single system has been exceeded.【已超过单个系统中可存储的最大机密数。】
ERROR_SECRET_TOO_LONG1382The length of a secret exceeds the maximum length allowed.【秘密的长度超过了允许的最大长度。】
ERROR_INTERNAL_DB_ERROR1383The local security authority database contains an internal inconsistency.【本地安全机构数据库包含内部不一致。】
ERROR_TOO_MANY_CONTEXT_IDS1384During a logon attempt, the user’s security context accumulated too many security IDs.【在登录尝试期间,用户的安全上下文积累了太多的安全ID。】
ERROR_LOGON_TYPE_NOT_GRANTED1385Logon failure: the user has not been granted the requested logon type at this computer.【登录失败:此计算机上尚未授予用户请求的登录类型。】
ERROR_NT_CROSS_ENCRYPTION_REQUIRED1386A cross-encrypted password is necessary to change a user password.【更改用户密码需要交叉加密的密码。】
ERROR_NO_SUCH_MEMBER1387A member could not be added to or removed from the local group because the member does not exist.【无法将成员添加到本地组或从中删除,因为该成员不存在。】
ERROR_INVALID_MEMBER1388A new member could not be added to a local group because the member has the wrong account type.【无法将新成员添加到本地组,因为该成员的帐户类型错误。】
ERROR_TOO_MANY_SIDS1389Too many security IDs have been specified.【指定的安全ID太多。】
ERROR_LM_CROSS_ENCRYPTION_REQUIRED1390A cross-encrypted password is necessary to change this user password.【更改此用户密码需要交叉加密的密码。】
ERROR_NO_INHERITANCE1391Indicates an ACL contains no inheritable components.【指示ACL不包含可继承组件。】
ERROR_FILE_CORRUPT1392The file or directory is corrupted and unreadable.【文件或目录已损坏且无法读取。】
ERROR_DISK_CORRUPT1393The disk structure is corrupted and unreadable.【磁盘结构已损坏且无法读取。】
ERROR_NO_USER_SESSION_KEY1394There is no user session key for the specified logon session.【指定的登录会话没有用户会话密钥。】
ERROR_LICENSE_QUOTA_EXCEEDED1395The 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_NAME1396Logon Failure: The target account name is incorrect.【登录失败:目标帐户名称不正确。】
ERROR_MUTUAL_AUTH_FAILED1397Mutual Authentication failed. The server’s password is out of date at the domain controller.【相互身份验证失败。域控制器上的服务器密码已过期。】
ERROR_TIME_SKEW1398There is a time and/or date difference between the client and server.【客户端和服务器之间存在时间和/或日期差异。】
ERROR_CURRENT_DOMAIN_NOT_ALLOWED1399This operation cannot be performed on the current domain.【无法在当前域上执行此操作。】
ERROR_INVALID_WINDOW_HANDLE1400Invalid window handle.【无效的窗口句柄。】
ERROR_INVALID_MENU_HANDLE1401Invalid menu handle.【无效的菜单句柄。】
ERROR_INVALID_CURSOR_HANDLE1402Invalid cursor handle.【无效的游标句柄。】
ERROR_INVALID_ACCEL_HANDLE1403Invalid accelerator table handle.【加速器表句柄无效。】
ERROR_INVALID_HOOK_HANDLE1404Invalid hook handle.【无效的钩子句柄。】
ERROR_INVALID_DWP_HANDLE1405Invalid handle to a multiple-window position structure.【多窗口位置结构的句柄无效。】
ERROR_TLW_WITH_WSCHILD1406Cannot create a top-level child window.【无法创建顶级子窗口。】
ERROR_CANNOT_FIND_WND_CLASS1407Cannot find window class.【找不到窗口类。】
ERROR_WINDOW_OF_OTHER_THREAD1408Invalid window; it belongs to other thread.【无效窗口;它属于其他线程。】
ERROR_HOTKEY_ALREADY_REGISTERED1409Hot key is already registered.【热键已注册。】
ERROR_CLASS_ALREADY_EXISTS1410Class already exists.【类已存在。】
ERROR_CLASS_DOES_NOT_EXIST1411Class does not exist.【类不存在。】
ERROR_CLASS_HAS_WINDOWS1412Class still has open windows.【类仍然有打开的窗口。】
ERROR_INVALID_INDEX1413Invalid index.【索引无效。】
ERROR_INVALID_ICON_HANDLE1414Invalid icon handle.【图标句柄无效。】
ERROR_PRIVATE_DIALOG_INDEX1415Using private DIALOG window words.【使用私有对话框窗口词。】
ERROR_LISTBOX_ID_NOT_FOUND1416The list box identifier was not found.【找不到列表框标识符。】
ERROR_NO_WILDCARD_CHARACTERS1417No wildcards were found.【找不到通配符。】
ERROR_CLIPBOARD_NOT_OPEN1418Thread does not have a clipboard open.【线程没有打开剪贴板。】
ERROR_HOTKEY_NOT_REGISTERED1419Hot key is not registered.【未注册热键。】
ERROR_WINDOW_NOT_DIALOG1420The window is not a valid dialog window.【窗口不是有效的对话框窗口。】
ERROR_CONTROL_ID_NOT_FOUND1421Control ID not found.【找不到控件ID。】
ERROR_INVALID_COMBOBOX_MESSAGE1422Invalid message for a combo box because it does not have an edit control.【组合框的消息无效,因为它没有编辑控件。】
ERROR_WINDOW_NOT_COMBOBOX1423The window is not a combo box.【窗口不是组合框。】
ERROR_INVALID_EDIT_HEIGHT1424Height must be less than 256.【高度必须小于256。】
ERROR_DC_NOT_FOUND1425Invalid device context (DC) handle.【无效的设备上下文(DC)句柄。】
ERROR_INVALID_HOOK_FILTER1426Invalid hook procedure type.【钩子过程类型无效。】
ERROR_INVALID_FILTER_PROC1427Invalid hook procedure.【钩子过程无效。】
ERROR_HOOK_NEEDS_HMOD1428Cannot set nonlocal hook without a module handle.【如果没有模块句柄,则无法设置非本地挂钩。】
ERROR_GLOBAL_ONLY_HOOK1429This hook procedure can only be set globally.【此钩子过程只能全局设置。】
ERROR_JOURNAL_HOOK_SET1430The journal hook procedure is already installed.【轴颈挂钩程序已安装。】
ERROR_HOOK_NOT_INSTALLED1431The hook procedure is not installed.【未安装挂钩程序。】
ERROR_INVALID_LB_MESSAGE1432Invalid message for single-selection list box.【单选列表框的消息无效。】
ERROR_SETCOUNT_ON_BAD_LB1433LB_SETCOUNT sent to non-lazy list box.【LB_SETCOUNT发送到非惰性列表框。】
ERROR_LB_WITHOUT_TABSTOPS1434This list box does not support tab stops.【此列表框不支持制表位。】
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD1435Cannot destroy object created by another thread.【无法销毁由另一个线程创建的对象。】
ERROR_CHILD_WINDOW_MENU1436Child windows cannot have menus.【子窗口不能有菜单。】
ERROR_NO_SYSTEM_MENU1437The window does not have a system menu.【窗口没有系统菜单。】
ERROR_INVALID_MSGBOX_STYLE1438Invalid message box style.【无效的消息框样式。】
ERROR_INVALID_SPI_VALUE1439Invalid system-wide (SPI_) parameter.【无效的系统范围(SPI)参数。】
ERROR_SCREEN_ALREADY_LOCKED1440Screen already locked.【屏幕已锁定。】
ERROR_HWNDS_HAVE_DIFF_PARENT1441All handles to windows in a multiple-window position structure must have the same parent.【多窗口位置结构中的所有窗口句柄必须具有相同的父级。】
ERROR_NOT_CHILD_WINDOW1442The window is not a child window.【窗口不是子窗口。】
ERROR_INVALID_GW_COMMAND1443Invalid GW_* command.【无效的GW*命令。】
ERROR_INVALID_THREAD_ID1444Invalid thread identifier.【线程标识符无效。】
ERROR_NON_MDICHILD_WINDOW1445Cannot process a message from a window that is not a multiple document interface (MDI) window.【无法处理来自非多文档界面(MDI)窗口的消息。】
ERROR_POPUP_ALREADY_ACTIVE1446Popup menu already active.【弹出菜单已激活。】
ERROR_NO_SCROLLBARS1447The window does not have scroll bars.【窗口没有滚动条。】
ERROR_INVALID_SCROLLBAR_RANGE1448Scroll bar range cannot be greater than MAXLONG.【滚动条范围不能大于MAXLONG。】
ERROR_INVALID_SHOWWIN_COMMAND1449Cannot show or remove the window in the way specified.【无法以指定的方式显示或删除窗口。】
ERROR_NO_SYSTEM_RESOURCES1450Insufficient system resources exist to complete the requested service.【系统资源不足,无法完成请求的服务。】
ERROR_NONPAGED_SYSTEM_RESOURCES1451Insufficient system resources exist to complete the requested service.【系统资源不足,无法完成请求的服务。】
ERROR_PAGED_SYSTEM_RESOURCES1452Insufficient system resources exist to complete the requested service.【系统资源不足,无法完成请求的服务。】
ERROR_WORKING_SET_QUOTA1453Insufficient quota to complete the requested service.【配额不足,无法完成请求的服务。】
ERROR_PAGEFILE_QUOTA1454Insufficient quota to complete the requested service.【配额不足,无法完成请求的服务。】
ERROR_COMMITMENT_LIMIT1455The paging file is too small for this operation to complete.【分页文件太小,无法完成此操作。】
ERROR_MENU_ITEM_NOT_FOUND1456A menu item was not found.【找不到菜单项。】
ERROR_INVALID_KEYBOARD_HANDLE1457Invalid keyboard layout handle.【键盘布局句柄无效。】
ERROR_HOOK_TYPE_NOT_ALLOWED1458Hook type not allowed.【不允许钩类型。】
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION1459This operation requires an interactive window station.【此操作需要一个交互式窗口站。】
ERROR_TIMEOUT1460This operation returned because the timeout period expired.【由于超时时间已过,此操作返回。】
ERROR_INVALID_MONITOR_HANDLE1461Invalid monitor handle.【监视器句柄无效。】
ERROR_INCORRECT_SIZE1462Incorrect size argument.【大小参数不正确。】
ERROR_SYMLINK_CLASS_DISABLED1463The symbolic link cannot be followed because its type is disabled.【无法跟随符号链接,因为其类型已禁用。】
ERROR_SYMLINK_NOT_SUPPORTED1464This application does not support the current operation on symbolic links.【此应用程序不支持对符号链接的当前操作。】
ERROR_XML_PARSE_ERROR1465Windows was unable to parse the requested XML data.【Windows无法分析请求的XML数据。】
ERROR_XMLDSIG_ERROR1466An error was encountered while processing an XML digital signature.【处理XML数字签名时遇到错误。】
ERROR_RESTART_APPLICATION1467This application must be restarted.【必须重新启动此应用程序。】
ERROR_WRONG_COMPARTMENT1468The caller made the connection request in the wrong routing compartment.【调用者在错误的路由分区中发出连接请求。】
ERROR_AUTHIP_FAILURE1469There was an AuthIP failure when attempting to connect to the remote host.【尝试连接到远程主机时发生AuthIP故障。】
ERROR_EVENTLOG_FILE_CORRUPT1500The event log file is corrupted.【事件日志文件已损坏。】
ERROR_EVENTLOG_CANT_START1501No event log file could be opened, so the event logging service did not start.【无法打开事件日志文件,因此事件日志服务未启动。】
ERROR_LOG_FILE_FULL1502The event log file is full.【事件日志文件已满。】
ERROR_EVENTLOG_FILE_CHANGED1503The event log file has changed between read operations.【事件日志文件在读取操作之间已更改。】
ERROR_INVALID_TASK_NAME1550The specified task name is invalid.【指定的任务名称无效。】
ERROR_INVALID_TASK_INDEX1551The specified task index is invalid.【指定的任务索引无效。】
ERROR_THREAD_ALREADY_IN_TASK1552The specified thread is already joining a task.【指定的线程已加入任务。】
ERROR_INSTALL_SERVICE_FAILURE1601The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.【无法访问Windows Installer服务。如果未正确安装Windows Installer,则可能发生这种情况。请与您的支持人员联系以获得帮助。】
ERROR_INSTALL_USEREXIT1602User canceled installation.【用户已取消安装。】
ERROR_INSTALL_FAILURE1603Fatal error during installation.【安装过程中出现致命错误。】
ERROR_INSTALL_SUSPEND1604Installation suspended, incomplete.【安装已暂停,未完成。】
ERROR_UNKNOWN_PRODUCT1605This action is only valid for products that are currently installed.【此操作仅对当前安装的产品有效。】
ERROR_UNKNOWN_FEATURE1606Feature ID not registered.【功能ID未注册。】
ERROR_UNKNOWN_COMPONENT1607Component ID not registered.【组件ID未注册。】
ERROR_UNKNOWN_PROPERTY1608Unknown property.【未知属性。】
ERROR_INVALID_HANDLE_STATE1609A handle is in an invalid state.【句柄处于无效状态。】
ERROR_BAD_CONFIGURATION1610The configuration data for this product is corrupt. Contact your support personnel.【此产品的配置数据已损坏。联系您的支持人员。】
ERROR_INDEX_ABSENT1611Component qualifier not present.【组件限定符不存在。】
ERROR_INSTALL_SOURCE_ABSENT1612The installation source for this product is not available. Verify that the source exists and that you can access it.【此产品的安装源不可用。验证源是否存在,以及您是否可以访问它。】
ERROR_INSTALL_PACKAGE_VERSION1613This 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.【Windows Installer服务无法安装此安装包。必须安装包含Windows Installer服务更新版本的Windows service pack。】
ERROR_PRODUCT_UNINSTALLED1614Product is uninstalled.【产品已卸载。】
ERROR_BAD_QUERY_SYNTAX1615SQL query syntax invalid or unsupported.【SQL查询语法无效或不受支持。】
ERROR_INVALID_FIELD1616Record field does not exist.【记录字段不存在。】
ERROR_DEVICE_REMOVED1617The device has been removed.【设备已被删除。】
ERROR_INSTALL_ALREADY_RUNNING1618Another installation is already in progress. Complete that installation before proceeding with this install.【另一个安装已在进行中。在继续此安装之前,请完成该安装。】
ERROR_INSTALL_PACKAGE_OPEN_FAILED1619This 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.【无法打开此安装包。请验证该软件包是否存在以及您是否可以访问它,或者与应用程序供应商联系以验证这是一个有效的Windows Installer软件包。】
ERROR_INSTALL_PACKAGE_INVALID1620This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.【无法打开此安装包。请与应用程序供应商联系,以验证这是有效的Windows Installer软件包。】
ERROR_INSTALL_UI_FAILURE1621There was an error starting the Windows Installer service user interface. Contact your support personnel.【启动Windows Installer服务用户界面时出错。联系您的支持人员。】
ERROR_INSTALL_LOG_FAILURE1622Error opening installation log file. Verify that the specified log file location exists and that you can write to it.【打开安装日志文件时出错。验证指定的日志文件位置是否存在,以及您是否可以对其进行写入。】
ERROR_INSTALL_LANGUAGE_UNSUPPORTED1623The language of this installation package is not supported by your system.【您的系统不支持此安装包的语言。】
ERROR_INSTALL_TRANSFORM_FAILURE1624Error applying transforms. Verify that the specified transform paths are valid.【应用转换时出错。验证指定的转换路径是否有效。】
ERROR_INSTALL_PACKAGE_REJECTED1625This installation is forbidden by system policy. Contact your system administrator.【系统策略禁止此安装。请与系统管理员联系。】
ERROR_FUNCTION_NOT_CALLED1626Function could not be executed.【无法执行函数。】
ERROR_FUNCTION_FAILED1627Function failed during execution.【函数在执行期间失败。】
ERROR_INVALID_TABLE1628Invalid or unknown table specified.【指定的表无效或未知。】
ERROR_DATATYPE_MISMATCH1629Data supplied is of wrong type.【提供的数据类型错误。】
ERROR_UNSUPPORTED_TYPE1630Data of this type is not supported.【不支持此类型的数据。】
ERROR_CREATE_FAILED1631The Windows Installer service failed to start. Contact your support personnel.【Windows Installer服务启动失败。联系您的支持人员。】
ERROR_INSTALL_TEMP_UNWRITABLE1632The 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_UNSUPPORTED1633This installation package is not supported by this processor type. Contact your product vendor.【此处理器类型不支持此安装包。联系您的产品供应商。】
ERROR_INSTALL_NOTUSED1634Component not used on this computer.【此计算机上未使用的组件。】
ERROR_PATCH_PACKAGE_OPEN_FAILED1635This 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.【无法打开此更新包。请验证更新包是否存在以及您是否可以访问它,或者与应用程序供应商联系以验证这是有效的Windows Installer更新包。】
ERROR_PATCH_PACKAGE_INVALID1636This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package.【无法打开此更新包。请与应用程序供应商联系以验证这是有效的Windows Installer更新包。】
ERROR_PATCH_PACKAGE_UNSUPPORTED1637This 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.【Windows Installer服务无法处理此更新包。必须安装包含Windows Installer服务更新版本的Windows service pack。】
ERROR_PRODUCT_VERSION1638Another 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_LINE1639Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.【命令行参数无效。有关详细的命令行帮助,请参阅Windows Installer SDK。】
ERROR_INSTALL_REMOTE_DISALLOWED1640Only 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_INITIATED1641The requested operation completed successfully. The system will be restarted so the changes can take effect.【请求的操作已成功完成。系统将重新启动,以便更改生效。】
ERROR_PATCH_TARGET_NOT_FOUND1642The 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.【Windows Installer服务无法安装升级,因为要升级的程序可能丢失,或者升级可能会更新程序的其他版本。请验证您的计算机上是否存在要升级的程序,以及您的升级是否正确。】
ERROR_PATCH_PACKAGE_REJECTED1643The update package is not permitted by software restriction policy.【软件限制策略不允许更新包。】
ERROR_INSTALL_TRANSFORM_REJECTED1644One or more customizations are not permitted by software restriction policy.【软件限制策略不允许一个或多个自定义。】
ERROR_INSTALL_REMOTE_PROHIBITED1645The Windows Installer does not permit installation from a Remote Desktop Connection.【Windows安装程序不允许从远程桌面连接进行安装。】
ERROR_PATCH_REMOVAL_UNSUPPORTED1646Uninstallation of the update package is not supported.【不支持卸载更新包。】
ERROR_UNKNOWN_PATCH1647The update is not applied to this product.【此更新不适用于此产品。】
ERROR_PATCH_NO_SEQUENCE1648No valid sequence could be found for the set of updates.【找不到更新集的有效序列。】
ERROR_PATCH_REMOVAL_DISALLOWED1649Update removal was disallowed by policy.【策略不允许删除更新。】
ERROR_INVALID_PATCH_XML1650The XML update data is invalid.【XML更新数据无效。】
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT1651Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update.【Windows Installer不允许更新托管广告产品。在应用更新之前,必须至少安装产品的一个功能。】
ERROR_INSTALL_SERVICE_SAFEBOOT1652The 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.【无法在安全模式下访问Windows Installer服务。请在计算机未处于安全模式时重试,或者可以使用系统还原将计算机恢复到以前的良好状态。】
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值