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_ASSIGNED | 1300 | Not all privileges or groups referenced are assigned to the caller.【并不是所有引用的特权或组都分配给调用者。】 |
ERROR_SOME_NOT_MAPPED | 1301 | Some mapping between account names and security IDs was not done.【帐户名和安全ID之间的一些映射没有完成。】 |
ERROR_NO_QUOTAS_FOR_ACCOUNT | 1302 | No system quota limits are specifically set for this account.【没有为此帐户专门设置系统配额限制。】 |
ERROR_LOCAL_USER_SESSION_KEY | 1303 | No encryption key is available. A well-known encryption key was returned.【没有可用的加密密钥。返回了一个已知的加密密钥。】 |
ERROR_NULL_LM_PASSWORD | 1304 | The 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_REVISION | 1305 | The revision level is unknown.【修订级别未知。】 |
ERROR_REVISION_MISMATCH | 1306 | Indicates two revision levels are incompatible.【表示两个修订级别不兼容。】 |
ERROR_INVALID_OWNER | 1307 | This security ID may not be assigned as the owner of this object.【不能将此安全ID指定为此对象的所有者。】 |
ERROR_INVALID_PRIMARY_GROUP | 1308 | This security ID may not be assigned as the primary group of an object.【不能将此安全ID指定为对象的主要组。】 |
ERROR_NO_IMPERSONATION_TOKEN | 1309 | An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.【当前未模拟客户端的线程尝试对模拟令牌进行操作。】 |
ERROR_CANT_DISABLE_MANDATORY | 1310 | The group may not be disabled.【不能禁用该组。】 |
ERROR_NO_LOGON_SERVERS | 1311 | There are currently no logon servers available to service the logon request.【当前没有可用于服务登录请求的登录服务器。】 |
ERROR_NO_SUCH_LOGON_SESSION | 1312 | A specified logon session does not exist. It may already have been terminated.【指定的登录会话不存在。它可能已经被终止了。】 |
ERROR_NO_SUCH_PRIVILEGE | 1313 | A specified privilege does not exist.【指定的权限不存在。】 |
ERROR_PRIVILEGE_NOT_HELD | 1314 | A required privilege is not held by the client.【客户端没有所需的权限。】 |
ERROR_INVALID_ACCOUNT_NAME | 1315 | The name provided is not a properly formed account name.【提供的名称不是格式正确的帐户名称。】 |
ERROR_USER_EXISTS | 1316 | The specified account already exists.【指定的帐户已存在。】 |
ERROR_NO_SUCH_USER | 1317 | The specified account does not exist.【指定的帐户不存在。】 |
ERROR_GROUP_EXISTS | 1318 | The specified group already exists.【指定的组已存在。】 |
ERROR_NO_SUCH_GROUP | 1319 | The specified group does not exist.【指定的组不存在。】 |
ERROR_MEMBER_IN_GROUP | 1320 | Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.【指定的用户帐户已经是指定组的成员,或者无法删除指定组,因为它包含一个成员。】 |
ERROR_MEMBER_NOT_IN_GROUP | 1321 | The specified user account is not a member of the specified group account.【指定的用户帐户不是指定组帐户的成员。】 |
ERROR_LAST_ADMIN | 1322 | The last remaining administration account cannot be disabled or deleted.【无法禁用或删除最后一个剩余的管理帐户。】 |
ERROR_WRONG_PASSWORD | 1323 | Unable to update the password. The value provided as the current password is incorrect.【无法更新密码。作为当前密码提供的值不正确。】 |
ERROR_ILL_FORMED_PASSWORD | 1324 | Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.【无法更新密码。为新密码提供的值包含密码中不允许的值。】 |
ERROR_PASSWORD_RESTRICTION | 1325 | Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain.【无法更新密码。为新密码提供的值不符合域的长度、复杂性或历史记录要求。】 |
ERROR_LOGON_FAILURE | 1326 | Logon failure: unknown user name or bad password.【登录失败:未知用户名或错误密码。】 |
ERROR_ACCOUNT_RESTRICTION | 1327 | Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.【登录失败:用户帐户限制。可能的原因是不允许使用空密码、登录时间限制或强制执行了策略限制。】 |
ERROR_INVALID_LOGON_HOURS | 1328 | Logon failure: account logon time restriction violation.【登录失败:违反帐户登录时间限制。】 |
ERROR_INVALID_WORKSTATION | 1329 | Logon failure: user not allowed to log on to this computer.【登录失败:不允许用户登录到此计算机。】 |
ERROR_PASSWORD_EXPIRED | 1330 | Logon failure: the specified account password has expired.【登录失败:指定的帐户密码已过期。】 |
ERROR_ACCOUNT_DISABLED | 1331 | Logon failure: account currently disabled.【登录失败:帐户当前已禁用。】 |
ERROR_NONE_MAPPED | 1332 | No mapping between account names and security IDs was done.【帐户名和安全ID之间没有进行映射。】 |
ERROR_TOO_MANY_LUIDS_REQUESTED | 1333 | Too many local user identifiers (LUIDs) were requested at one time.【一次请求的本地用户标识符(LUID)太多。】 |
ERROR_LUIDS_EXHAUSTED | 1334 | No more local user identifiers (LUIDs) are available.【没有更多的本地用户标识符(LUID)。】 |
ERROR_INVALID_SUB_AUTHORITY | 1335 | The subauthority part of a security ID is invalid for this particular use.【安全ID的子权限部分对此特定用途无效。】 |
ERROR_INVALID_ACL | 1336 | The access control list (ACL) structure is invalid.【访问控制列表(ACL)结构无效。】 |
ERROR_INVALID_SID | 1337 | The security ID structure is invalid.【安全ID结构无效。】 |
ERROR_INVALID_SECURITY_DESCR | 1338 | The security descriptor structure is invalid.【安全描述符结构无效。】 |
ERROR_BAD_INHERITANCE_ACL | 1340 | The inherited access control list (ACL) or access control entry (ACE) could not be built.【无法生成继承的访问控制列表(ACL)或访问控制条目(ACE)。】 |
ERROR_SERVER_DISABLED | 1341 | The server is currently disabled.【服务器当前已禁用。】 |
ERROR_SERVER_NOT_DISABLED | 1342 | The server is currently enabled.【服务器当前已启用。】 |
ERROR_INVALID_ID_AUTHORITY | 1343 | The value provided was an invalid value for an identifier authority.【提供的值对于标识符授权是无效的值。】 |
ERROR_ALLOTTED_SPACE_EXCEEDED | 1344 | No more memory is available for security information updates.【没有更多内存可用于安全信息更新。】 |
ERROR_INVALID_GROUP_ATTRIBUTES | 1345 | The specified attributes are invalid, or incompatible with the attributes for the group as a whole.【指定的属性无效,或与整个组的属性不兼容。】 |
ERROR_BAD_IMPERSONATION_LEVEL | 1346 | Either a required impersonation level was not provided, or the provided impersonation level is invalid.【未提供所需的模拟级别,或者提供的模拟级别无效。】 |
ERROR_CANT_OPEN_ANONYMOUS | 1347 | Cannot open an anonymous level security token.【无法打开匿名级别的安全令牌。】 |
ERROR_BAD_VALIDATION_CLASS | 1348 | The validation information class requested was invalid.【请求的验证信息类无效。】 |
ERROR_BAD_TOKEN_TYPE | 1349 | The type of the token is inappropriate for its attempted use.【令牌的类型不适合其尝试使用。】 |
ERROR_NO_SECURITY_ON_OBJECT | 1350 | Unable to perform a security operation on an object that has no associated security.【无法对没有关联安全性的对象执行安全性操作。】 |
ERROR_CANT_ACCESS_DOMAIN_INFO | 1351 | Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.【由于计算机不可用或访问被拒绝,无法从域控制器读取配置信息。】 |
ERROR_INVALID_SERVER_STATE | 1352 | The 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_STATE | 1353 | The domain was in the wrong state to perform the security operation.【域处于执行安全操作的错误状态。】 |
ERROR_INVALID_DOMAIN_ROLE | 1354 | This operation is only allowed for the Primary Domain Controller of the domain.【此操作仅允许用于域的主域控制器。】 |
ERROR_NO_SUCH_DOMAIN | 1355 | The specified domain either does not exist or could not be contacted.【指定的域不存在或无法联系。】 |
ERROR_DOMAIN_EXISTS | 1356 | The specified domain already exists.【指定的域已存在。】 |
ERROR_DOMAIN_LIMIT_EXCEEDED | 1357 | An attempt was made to exceed the limit on the number of domains per server.【试图超过每台服务器的域数限制。】 |
ERROR_INTERNAL_DB_CORRUPTION | 1358 | Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.【由于灾难性的介质故障或磁盘上的数据结构损坏,无法完成请求的操作。】 |
ERROR_INTERNAL_ERROR | 1359 | An internal error occurred.【发生内部错误。】 |
ERROR_GENERIC_NOT_MAPPED | 1360 | Generic access types were contained in an access mask which should already be mapped to nongeneric types.【泛型访问类型包含在访问掩码中,该掩码应已映射到非泛型类型。】 |
ERROR_BAD_DESCRIPTOR_FORMAT | 1361 | A security descriptor is not in the right format (absolute or self-relative).【安全描述符的格式不正确(绝对或自相关)。】 |
ERROR_NOT_LOGON_PROCESS | 1362 | The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.【请求的操作仅限于登录进程使用。调用进程尚未注册为登录进程。】 |
ERROR_LOGON_SESSION_EXISTS | 1363 | Cannot start a new logon session with an ID that is already in use.【无法使用已在使用的ID启动新的登录会话。】 |
ERROR_NO_SUCH_PACKAGE | 1364 | A specified authentication package is unknown.【指定的身份验证包未知。】 |
ERROR_BAD_LOGON_SESSION_STATE | 1365 | The logon session is not in a state that is consistent with the requested operation.【登录会话的状态与请求的操作不一致。】 |
ERROR_LOGON_SESSION_COLLISION | 1366 | The logon session ID is already in use.【登录会话ID已在使用中。】 |
ERROR_INVALID_LOGON_TYPE | 1367 | A logon request contained an invalid logon type value.【登录请求包含无效的登录类型值。】 |
ERROR_CANNOT_IMPERSONATE | 1368 | Unable to impersonate using a named pipe until data has been read from that pipe.【在从指定管道读取数据之前,无法使用该管道进行模拟。】 |
ERROR_RXACT_INVALID_STATE | 1369 | The transaction state of a registry subtree is incompatible with the requested operation.【注册表子树的事务状态与请求的操作不兼容。】 |
ERROR_RXACT_COMMIT_FAILURE | 1370 | An internal security database corruption has been encountered.【遇到内部安全数据库损坏。】 |
ERROR_SPECIAL_ACCOUNT | 1371 | Cannot perform this operation on built-in accounts.【无法对内置帐户执行此操作。】 |
ERROR_SPECIAL_GROUP | 1372 | Cannot perform this operation on this built-in special group.【无法对此内置特殊组执行此操作。】 |
ERROR_SPECIAL_USER | 1373 | Cannot perform this operation on this built-in special user.【无法对此内置特殊用户执行此操作。】 |
ERROR_MEMBERS_PRIMARY_GROUP | 1374 | The user cannot be removed from a group because the group is currently the user’s primary group.【无法从组中删除用户,因为该组当前是用户的主要组。】 |
ERROR_TOKEN_ALREADY_IN_USE | 1375 | The token is already in use as a primary token.【令牌已被用作主令牌。】 |
ERROR_NO_SUCH_ALIAS | 1376 | The specified local group does not exist.【指定的本地组不存在。】 |
ERROR_MEMBER_NOT_IN_ALIAS | 1377 | The specified account name is not a member of the group.【指定的帐户名不是该组的成员。】 |
ERROR_MEMBER_IN_ALIAS | 1378 | The specified account name is already a member of the group.【指定的帐户名已经是组的成员。】 |
ERROR_ALIAS_EXISTS | 1379 | The specified local group already exists.【指定的本地组已存在。】 |
ERROR_LOGON_NOT_GRANTED | 1380 | Logon failure: the user has not been granted the requested logon type at this computer.【登录失败:此计算机上尚未授予用户请求的登录类型。】 |
ERROR_TOO_MANY_SECRETS | 1381 | The maximum number of secrets that may be stored in a single system has been exceeded.【已超过单个系统中可存储的最大机密数。】 |
ERROR_SECRET_TOO_LONG | 1382 | The length of a secret exceeds the maximum length allowed.【秘密的长度超过了允许的最大长度。】 |
ERROR_INTERNAL_DB_ERROR | 1383 | The local security authority database contains an internal inconsistency.【本地安全机构数据库包含内部不一致。】 |
ERROR_TOO_MANY_CONTEXT_IDS | 1384 | During a logon attempt, the user’s security context accumulated too many security IDs.【在登录尝试期间,用户的安全上下文积累了太多的安全ID。】 |
ERROR_LOGON_TYPE_NOT_GRANTED | 1385 | Logon failure: the user has not been granted the requested logon type at this computer.【登录失败:此计算机上尚未授予用户请求的登录类型。】 |
ERROR_NT_CROSS_ENCRYPTION_REQUIRED | 1386 | A cross-encrypted password is necessary to change a user password.【更改用户密码需要交叉加密的密码。】 |
ERROR_NO_SUCH_MEMBER | 1387 | A member could not be added to or removed from the local group because the member does not exist.【无法将成员添加到本地组或从中删除,因为该成员不存在。】 |
ERROR_INVALID_MEMBER | 1388 | A new member could not be added to a local group because the member has the wrong account type.【无法将新成员添加到本地组,因为该成员的帐户类型错误。】 |
ERROR_TOO_MANY_SIDS | 1389 | Too many security IDs have been specified.【指定的安全ID太多。】 |
ERROR_LM_CROSS_ENCRYPTION_REQUIRED | 1390 | A cross-encrypted password is necessary to change this user password.【更改此用户密码需要交叉加密的密码。】 |
ERROR_NO_INHERITANCE | 1391 | Indicates an ACL contains no inheritable components.【指示ACL不包含可继承组件。】 |
ERROR_FILE_CORRUPT | 1392 | The file or directory is corrupted and unreadable.【文件或目录已损坏且无法读取。】 |
ERROR_DISK_CORRUPT | 1393 | The disk structure is corrupted and unreadable.【磁盘结构已损坏且无法读取。】 |
ERROR_NO_USER_SESSION_KEY | 1394 | There is no user session key for the specified logon session.【指定的登录会话没有用户会话密钥。】 |
ERROR_LICENSE_QUOTA_EXCEEDED | 1395 | The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept.【正在访问的服务被授权用于特定数量的连接。此时无法再与该服务建立连接,因为该服务可以接受的连接已经足够多。】 |
ERROR_WRONG_TARGET_NAME | 1396 | Logon Failure: The target account name is incorrect.【登录失败:目标帐户名称不正确。】 |
ERROR_MUTUAL_AUTH_FAILED | 1397 | Mutual Authentication failed. The server’s password is out of date at the domain controller.【相互身份验证失败。域控制器上的服务器密码已过期。】 |
ERROR_TIME_SKEW | 1398 | There is a time and/or date difference between the client and server.【客户端和服务器之间存在时间和/或日期差异。】 |
ERROR_CURRENT_DOMAIN_NOT_ALLOWED | 1399 | This operation cannot be performed on the current domain.【无法在当前域上执行此操作。】 |
ERROR_INVALID_WINDOW_HANDLE | 1400 | Invalid window handle.【无效的窗口句柄。】 |
ERROR_INVALID_MENU_HANDLE | 1401 | Invalid menu handle.【无效的菜单句柄。】 |
ERROR_INVALID_CURSOR_HANDLE | 1402 | Invalid cursor handle.【无效的游标句柄。】 |
ERROR_INVALID_ACCEL_HANDLE | 1403 | Invalid accelerator table handle.【加速器表句柄无效。】 |
ERROR_INVALID_HOOK_HANDLE | 1404 | Invalid hook handle.【无效的钩子句柄。】 |
ERROR_INVALID_DWP_HANDLE | 1405 | Invalid handle to a multiple-window position structure.【多窗口位置结构的句柄无效。】 |
ERROR_TLW_WITH_WSCHILD | 1406 | Cannot create a top-level child window.【无法创建顶级子窗口。】 |
ERROR_CANNOT_FIND_WND_CLASS | 1407 | Cannot find window class.【找不到窗口类。】 |
ERROR_WINDOW_OF_OTHER_THREAD | 1408 | Invalid window; it belongs to other thread.【无效窗口;它属于其他线程。】 |
ERROR_HOTKEY_ALREADY_REGISTERED | 1409 | Hot key is already registered.【热键已注册。】 |
ERROR_CLASS_ALREADY_EXISTS | 1410 | Class already exists.【类已存在。】 |
ERROR_CLASS_DOES_NOT_EXIST | 1411 | Class does not exist.【类不存在。】 |
ERROR_CLASS_HAS_WINDOWS | 1412 | Class still has open windows.【类仍然有打开的窗口。】 |
ERROR_INVALID_INDEX | 1413 | Invalid index.【索引无效。】 |
ERROR_INVALID_ICON_HANDLE | 1414 | Invalid icon handle.【图标句柄无效。】 |
ERROR_PRIVATE_DIALOG_INDEX | 1415 | Using private DIALOG window words.【使用私有对话框窗口词。】 |
ERROR_LISTBOX_ID_NOT_FOUND | 1416 | The list box identifier was not found.【找不到列表框标识符。】 |
ERROR_NO_WILDCARD_CHARACTERS | 1417 | No wildcards were found.【找不到通配符。】 |
ERROR_CLIPBOARD_NOT_OPEN | 1418 | Thread does not have a clipboard open.【线程没有打开剪贴板。】 |
ERROR_HOTKEY_NOT_REGISTERED | 1419 | Hot key is not registered.【未注册热键。】 |
ERROR_WINDOW_NOT_DIALOG | 1420 | The window is not a valid dialog window.【窗口不是有效的对话框窗口。】 |
ERROR_CONTROL_ID_NOT_FOUND | 1421 | Control ID not found.【找不到控件ID。】 |
ERROR_INVALID_COMBOBOX_MESSAGE | 1422 | Invalid message for a combo box because it does not have an edit control.【组合框的消息无效,因为它没有编辑控件。】 |
ERROR_WINDOW_NOT_COMBOBOX | 1423 | The window is not a combo box.【窗口不是组合框。】 |
ERROR_INVALID_EDIT_HEIGHT | 1424 | Height must be less than 256.【高度必须小于256。】 |
ERROR_DC_NOT_FOUND | 1425 | Invalid device context (DC) handle.【无效的设备上下文(DC)句柄。】 |
ERROR_INVALID_HOOK_FILTER | 1426 | Invalid hook procedure type.【钩子过程类型无效。】 |
ERROR_INVALID_FILTER_PROC | 1427 | Invalid hook procedure.【钩子过程无效。】 |
ERROR_HOOK_NEEDS_HMOD | 1428 | Cannot set nonlocal hook without a module handle.【如果没有模块句柄,则无法设置非本地挂钩。】 |
ERROR_GLOBAL_ONLY_HOOK | 1429 | This hook procedure can only be set globally.【此钩子过程只能全局设置。】 |
ERROR_JOURNAL_HOOK_SET | 1430 | The journal hook procedure is already installed.【轴颈挂钩程序已安装。】 |
ERROR_HOOK_NOT_INSTALLED | 1431 | The hook procedure is not installed.【未安装挂钩程序。】 |
ERROR_INVALID_LB_MESSAGE | 1432 | Invalid message for single-selection list box.【单选列表框的消息无效。】 |
ERROR_SETCOUNT_ON_BAD_LB | 1433 | LB_SETCOUNT sent to non-lazy list box.【LB_SETCOUNT发送到非惰性列表框。】 |
ERROR_LB_WITHOUT_TABSTOPS | 1434 | This list box does not support tab stops.【此列表框不支持制表位。】 |
ERROR_DESTROY_OBJECT_OF_OTHER_THREAD | 1435 | Cannot destroy object created by another thread.【无法销毁由另一个线程创建的对象。】 |
ERROR_CHILD_WINDOW_MENU | 1436 | Child windows cannot have menus.【子窗口不能有菜单。】 |
ERROR_NO_SYSTEM_MENU | 1437 | The window does not have a system menu.【窗口没有系统菜单。】 |
ERROR_INVALID_MSGBOX_STYLE | 1438 | Invalid message box style.【无效的消息框样式。】 |
ERROR_INVALID_SPI_VALUE | 1439 | Invalid system-wide (SPI_) parameter.【无效的系统范围(SPI)参数。】 |
ERROR_SCREEN_ALREADY_LOCKED | 1440 | Screen already locked.【屏幕已锁定。】 |
ERROR_HWNDS_HAVE_DIFF_PARENT | 1441 | All handles to windows in a multiple-window position structure must have the same parent.【多窗口位置结构中的所有窗口句柄必须具有相同的父级。】 |
ERROR_NOT_CHILD_WINDOW | 1442 | The window is not a child window.【窗口不是子窗口。】 |
ERROR_INVALID_GW_COMMAND | 1443 | Invalid GW_* command.【无效的GW*命令。】 |
ERROR_INVALID_THREAD_ID | 1444 | Invalid thread identifier.【线程标识符无效。】 |
ERROR_NON_MDICHILD_WINDOW | 1445 | Cannot process a message from a window that is not a multiple document interface (MDI) window.【无法处理来自非多文档界面(MDI)窗口的消息。】 |
ERROR_POPUP_ALREADY_ACTIVE | 1446 | Popup menu already active.【弹出菜单已激活。】 |
ERROR_NO_SCROLLBARS | 1447 | The window does not have scroll bars.【窗口没有滚动条。】 |
ERROR_INVALID_SCROLLBAR_RANGE | 1448 | Scroll bar range cannot be greater than MAXLONG.【滚动条范围不能大于MAXLONG。】 |
ERROR_INVALID_SHOWWIN_COMMAND | 1449 | Cannot show or remove the window in the way specified.【无法以指定的方式显示或删除窗口。】 |
ERROR_NO_SYSTEM_RESOURCES | 1450 | Insufficient system resources exist to complete the requested service.【系统资源不足,无法完成请求的服务。】 |
ERROR_NONPAGED_SYSTEM_RESOURCES | 1451 | Insufficient system resources exist to complete the requested service.【系统资源不足,无法完成请求的服务。】 |
ERROR_PAGED_SYSTEM_RESOURCES | 1452 | Insufficient system resources exist to complete the requested service.【系统资源不足,无法完成请求的服务。】 |
ERROR_WORKING_SET_QUOTA | 1453 | Insufficient quota to complete the requested service.【配额不足,无法完成请求的服务。】 |
ERROR_PAGEFILE_QUOTA | 1454 | Insufficient quota to complete the requested service.【配额不足,无法完成请求的服务。】 |
ERROR_COMMITMENT_LIMIT | 1455 | The paging file is too small for this operation to complete.【分页文件太小,无法完成此操作。】 |
ERROR_MENU_ITEM_NOT_FOUND | 1456 | A menu item was not found.【找不到菜单项。】 |
ERROR_INVALID_KEYBOARD_HANDLE | 1457 | Invalid keyboard layout handle.【键盘布局句柄无效。】 |
ERROR_HOOK_TYPE_NOT_ALLOWED | 1458 | Hook type not allowed.【不允许钩类型。】 |
ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION | 1459 | This operation requires an interactive window station.【此操作需要一个交互式窗口站。】 |
ERROR_TIMEOUT | 1460 | This operation returned because the timeout period expired.【由于超时时间已过,此操作返回。】 |
ERROR_INVALID_MONITOR_HANDLE | 1461 | Invalid monitor handle.【监视器句柄无效。】 |
ERROR_INCORRECT_SIZE | 1462 | Incorrect size argument.【大小参数不正确。】 |
ERROR_SYMLINK_CLASS_DISABLED | 1463 | The symbolic link cannot be followed because its type is disabled.【无法跟随符号链接,因为其类型已禁用。】 |
ERROR_SYMLINK_NOT_SUPPORTED | 1464 | This application does not support the current operation on symbolic links.【此应用程序不支持对符号链接的当前操作。】 |
ERROR_XML_PARSE_ERROR | 1465 | Windows was unable to parse the requested XML data.【Windows无法分析请求的XML数据。】 |
ERROR_XMLDSIG_ERROR | 1466 | An error was encountered while processing an XML digital signature.【处理XML数字签名时遇到错误。】 |
ERROR_RESTART_APPLICATION | 1467 | This application must be restarted.【必须重新启动此应用程序。】 |
ERROR_WRONG_COMPARTMENT | 1468 | The caller made the connection request in the wrong routing compartment.【调用者在错误的路由分区中发出连接请求。】 |
ERROR_AUTHIP_FAILURE | 1469 | There was an AuthIP failure when attempting to connect to the remote host.【尝试连接到远程主机时发生AuthIP故障。】 |
ERROR_EVENTLOG_FILE_CORRUPT | 1500 | The event log file is corrupted.【事件日志文件已损坏。】 |
ERROR_EVENTLOG_CANT_START | 1501 | No event log file could be opened, so the event logging service did not start.【无法打开事件日志文件,因此事件日志服务未启动。】 |
ERROR_LOG_FILE_FULL | 1502 | The event log file is full.【事件日志文件已满。】 |
ERROR_EVENTLOG_FILE_CHANGED | 1503 | The event log file has changed between read operations.【事件日志文件在读取操作之间已更改。】 |
ERROR_INVALID_TASK_NAME | 1550 | The specified task name is invalid.【指定的任务名称无效。】 |
ERROR_INVALID_TASK_INDEX | 1551 | The specified task index is invalid.【指定的任务索引无效。】 |
ERROR_THREAD_ALREADY_IN_TASK | 1552 | The specified thread is already joining a task.【指定的线程已加入任务。】 |
ERROR_INSTALL_SERVICE_FAILURE | 1601 | The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance.【无法访问Windows Installer服务。如果未正确安装Windows Installer,则可能发生这种情况。请与您的支持人员联系以获得帮助。】 |
ERROR_INSTALL_USEREXIT | 1602 | User canceled installation.【用户已取消安装。】 |
ERROR_INSTALL_FAILURE | 1603 | Fatal error during installation.【安装过程中出现致命错误。】 |
ERROR_INSTALL_SUSPEND | 1604 | Installation suspended, incomplete.【安装已暂停,未完成。】 |
ERROR_UNKNOWN_PRODUCT | 1605 | This action is only valid for products that are currently installed.【此操作仅对当前安装的产品有效。】 |
ERROR_UNKNOWN_FEATURE | 1606 | Feature ID not registered.【功能ID未注册。】 |
ERROR_UNKNOWN_COMPONENT | 1607 | Component ID not registered.【组件ID未注册。】 |
ERROR_UNKNOWN_PROPERTY | 1608 | Unknown property.【未知属性。】 |
ERROR_INVALID_HANDLE_STATE | 1609 | A handle is in an invalid state.【句柄处于无效状态。】 |
ERROR_BAD_CONFIGURATION | 1610 | The configuration data for this product is corrupt. Contact your support personnel.【此产品的配置数据已损坏。联系您的支持人员。】 |
ERROR_INDEX_ABSENT | 1611 | Component qualifier not present.【组件限定符不存在。】 |
ERROR_INSTALL_SOURCE_ABSENT | 1612 | The installation source for this product is not available. Verify that the source exists and that you can access it.【此产品的安装源不可用。验证源是否存在,以及您是否可以访问它。】 |
ERROR_INSTALL_PACKAGE_VERSION | 1613 | This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.【Windows Installer服务无法安装此安装包。必须安装包含Windows Installer服务更新版本的Windows service pack。】 |
ERROR_PRODUCT_UNINSTALLED | 1614 | Product is uninstalled.【产品已卸载。】 |
ERROR_BAD_QUERY_SYNTAX | 1615 | SQL query syntax invalid or unsupported.【SQL查询语法无效或不受支持。】 |
ERROR_INVALID_FIELD | 1616 | Record field does not exist.【记录字段不存在。】 |
ERROR_DEVICE_REMOVED | 1617 | The device has been removed.【设备已被删除。】 |
ERROR_INSTALL_ALREADY_RUNNING | 1618 | Another installation is already in progress. Complete that installation before proceeding with this install.【另一个安装已在进行中。在继续此安装之前,请完成该安装。】 |
ERROR_INSTALL_PACKAGE_OPEN_FAILED | 1619 | This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.【无法打开此安装包。请验证该软件包是否存在以及您是否可以访问它,或者与应用程序供应商联系以验证这是一个有效的Windows Installer软件包。】 |
ERROR_INSTALL_PACKAGE_INVALID | 1620 | This 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_FAILURE | 1621 | There was an error starting the Windows Installer service user interface. Contact your support personnel.【启动Windows Installer服务用户界面时出错。联系您的支持人员。】 |
ERROR_INSTALL_LOG_FAILURE | 1622 | Error opening installation log file. Verify that the specified log file location exists and that you can write to it.【打开安装日志文件时出错。验证指定的日志文件位置是否存在,以及您是否可以对其进行写入。】 |
ERROR_INSTALL_LANGUAGE_UNSUPPORTED | 1623 | The language of this installation package is not supported by your system.【您的系统不支持此安装包的语言。】 |
ERROR_INSTALL_TRANSFORM_FAILURE | 1624 | Error applying transforms. Verify that the specified transform paths are valid.【应用转换时出错。验证指定的转换路径是否有效。】 |
ERROR_INSTALL_PACKAGE_REJECTED | 1625 | This installation is forbidden by system policy. Contact your system administrator.【系统策略禁止此安装。请与系统管理员联系。】 |
ERROR_FUNCTION_NOT_CALLED | 1626 | Function could not be executed.【无法执行函数。】 |
ERROR_FUNCTION_FAILED | 1627 | Function failed during execution.【函数在执行期间失败。】 |
ERROR_INVALID_TABLE | 1628 | Invalid or unknown table specified.【指定的表无效或未知。】 |
ERROR_DATATYPE_MISMATCH | 1629 | Data supplied is of wrong type.【提供的数据类型错误。】 |
ERROR_UNSUPPORTED_TYPE | 1630 | Data of this type is not supported.【不支持此类型的数据。】 |
ERROR_CREATE_FAILED | 1631 | The Windows Installer service failed to start. Contact your support personnel.【Windows Installer服务启动失败。联系您的支持人员。】 |
ERROR_INSTALL_TEMP_UNWRITABLE | 1632 | The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.【临时文件夹位于已满或无法访问的驱动器上。释放驱动器上的空间或验证您对临时文件夹是否具有写入权限。】 |
ERROR_INSTALL_PLATFORM_UNSUPPORTED | 1633 | This installation package is not supported by this processor type. Contact your product vendor.【此处理器类型不支持此安装包。联系您的产品供应商。】 |
ERROR_INSTALL_NOTUSED | 1634 | Component not used on this computer.【此计算机上未使用的组件。】 |
ERROR_PATCH_PACKAGE_OPEN_FAILED | 1635 | This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.【无法打开此更新包。请验证更新包是否存在以及您是否可以访问它,或者与应用程序供应商联系以验证这是有效的Windows Installer更新包。】 |
ERROR_PATCH_PACKAGE_INVALID | 1636 | This 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_UNSUPPORTED | 1637 | This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.【Windows Installer服务无法处理此更新包。必须安装包含Windows Installer服务更新版本的Windows service pack。】 |
ERROR_PRODUCT_VERSION | 1638 | Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.【已安装此产品的另一个版本。无法继续安装此版本。要配置或删除此产品的现有版本,请使用“控制面板”上的“添加/删除程序”。】 |
ERROR_INVALID_COMMAND_LINE | 1639 | Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.【命令行参数无效。有关详细的命令行帮助,请参阅Windows Installer SDK。】 |
ERROR_INSTALL_REMOTE_DISALLOWED | 1640 | Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator.【只有管理员有权在终端服务远程会话期间添加、删除或配置服务器软件。如果要在服务器上安装或配置软件,请与网络管理员联系。】 |
ERROR_SUCCESS_REBOOT_INITIATED | 1641 | The requested operation completed successfully. The system will be restarted so the changes can take effect.【请求的操作已成功完成。系统将重新启动,以便更改生效。】 |
ERROR_PATCH_TARGET_NOT_FOUND | 1642 | The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.【Windows Installer服务无法安装升级,因为要升级的程序可能丢失,或者升级可能会更新程序的其他版本。请验证您的计算机上是否存在要升级的程序,以及您的升级是否正确。】 |
ERROR_PATCH_PACKAGE_REJECTED | 1643 | The update package is not permitted by software restriction policy.【软件限制策略不允许更新包。】 |
ERROR_INSTALL_TRANSFORM_REJECTED | 1644 | One or more customizations are not permitted by software restriction policy.【软件限制策略不允许一个或多个自定义。】 |
ERROR_INSTALL_REMOTE_PROHIBITED | 1645 | The Windows Installer does not permit installation from a Remote Desktop Connection.【Windows安装程序不允许从远程桌面连接进行安装。】 |
ERROR_PATCH_REMOVAL_UNSUPPORTED | 1646 | Uninstallation of the update package is not supported.【不支持卸载更新包。】 |
ERROR_UNKNOWN_PATCH | 1647 | The update is not applied to this product.【此更新不适用于此产品。】 |
ERROR_PATCH_NO_SEQUENCE | 1648 | No valid sequence could be found for the set of updates.【找不到更新集的有效序列。】 |
ERROR_PATCH_REMOVAL_DISALLOWED | 1649 | Update removal was disallowed by policy.【策略不允许删除更新。】 |
ERROR_INVALID_PATCH_XML | 1650 | The XML update data is invalid.【XML更新数据无效。】 |
ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT | 1651 | Windows 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_SAFEBOOT | 1652 | The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.【无法在安全模式下访问Windows Installer服务。请在计算机未处于安全模式时重试,或者可以使用系统还原将计算机恢复到以前的良好状态。】 |