MFC System Error Codes (1700-3999)

System Error Codes 1700-3999


The table in this topic provides a list of system error codes for errors 1700 to 3999. 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.【本主题中的表提供了错误1700到3999的系统错误代码列表。这些值在WinError.h头文件中定义。当许多函数失败时,GetLastError函数返回它们。要检索应用程序中错误的描述文本,请使用FormatMessage函数和FORMAT\u MESSAGE \u FROM \u 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。】

RPC_S_INVALID_STRING_BINDING1700The string binding is invalid.【字符串绑定无效。】
RPC_S_WRONG_KIND_OF_BINDING1701The binding handle is not the correct type.【绑定句柄的类型不正确。】
RPC_S_INVALID_BINDING1702The binding handle is invalid.【绑定句柄无效。】
RPC_S_PROTSEQ_NOT_SUPPORTED1703The RPC protocol sequence is not supported.【不支持RPC协议序列。】
RPC_S_INVALID_RPC_PROTSEQ1704The RPC protocol sequence is invalid.【RPC协议序列无效。】
RPC_S_INVALID_STRING_UUID1705The string universal unique identifier (UUID) is invalid.【字符串通用唯一标识符(UUID)无效。】
RPC_S_INVALID_ENDPOINT_FORMAT1706The endpoint format is invalid.【终结点格式无效。】
RPC_S_INVALID_NET_ADDR1707The network address is invalid.【网络地址无效。】
RPC_S_NO_ENDPOINT_FOUND1708No endpoint was found.【找不到终结点。】
RPC_S_INVALID_TIMEOUT1709The timeout value is invalid.【超时值无效。】
RPC_S_OBJECT_NOT_FOUND1710The object universal unique identifier (UUID) was not found.【找不到对象通用唯一标识符(UUID)。】
RPC_S_ALREADY_REGISTERED1711The object universal unique identifier (UUID) has already been registered.【对象通用唯一标识符(UUID)已注册。】
RPC_S_TYPE_ALREADY_REGISTERED1712The type universal unique identifier (UUID) has already been registered.【类型通用唯一标识符(UUID)已注册。】
RPC_S_ALREADY_LISTENING1713The RPC server is already listening.【RPC服务器已在侦听。】
RPC_S_NO_PROTSEQS_REGISTERED1714No protocol sequences have been registered.【尚未注册任何协议序列。】
RPC_S_NOT_LISTENING1715The RPC server is not listening.【RPC服务器未在侦听。】
RPC_S_UNKNOWN_MGR_TYPE1716The manager type is unknown.【管理器类型未知。】
RPC_S_UNKNOWN_IF1717The interface is unknown.【接口未知。】
RPC_S_NO_BINDINGS1718There are no bindings.【没有绑定。】
RPC_S_NO_PROTSEQS1719There are no protocol sequences.【没有协议序列。】
RPC_S_CANT_CREATE_ENDPOINT1720The endpoint cannot be created.【无法创建终结点。】
RPC_S_OUT_OF_RESOURCES1721Not enough resources are available to complete this operation.【资源不足,无法完成此操作。】
RPC_S_SERVER_UNAVAILABLE1722The RPC server is unavailable.【RPC服务器不可用。】
RPC_S_SERVER_TOO_BUSY1723The RPC server is too busy to complete this operation.【RPC服务器太忙,无法完成此操作。】
RPC_S_INVALID_NETWORK_OPTIONS1724The network options are invalid.【网络选项无效。】
RPC_S_NO_CALL_ACTIVE1725There are no remote procedure calls active on this thread.【此线程上没有活动的远程过程调用。】
RPC_S_CALL_FAILED1726The remote procedure call failed.【远程过程调用失败。】
RPC_S_CALL_FAILED_DNE1727The remote procedure call failed and did not execute.【远程过程调用失败,未执行。】
RPC_S_PROTOCOL_ERROR1728A remote procedure call (RPC) protocol error occurred.【发生远程过程调用(RPC)协议错误。】
RPC_S_PROXY_ACCESS_DENIED1729Access to the HTTP proxy is denied.【对HTTP代理的访问被拒绝。】
RPC_S_UNSUPPORTED_TRANS_SYN1730The transfer syntax is not supported by the RPC server.【RPC服务器不支持传输语法。】
RPC_S_UNSUPPORTED_TYPE1732The universal unique identifier (UUID) type is not supported.【不支持通用唯一标识符(UUID)类型。】
RPC_S_INVALID_TAG1733The tag is invalid.【标记无效。】
RPC_S_INVALID_BOUND1734The array bounds are invalid.【数组边界无效。】
RPC_S_NO_ENTRY_NAME1735The binding does not contain an entry name.【绑定不包含条目名称。】
RPC_S_INVALID_NAME_SYNTAX1736The name syntax is invalid.【名称语法无效。】
RPC_S_UNSUPPORTED_NAME_SYNTAX1737The name syntax is not supported.【不支持名称语法。】
RPC_S_UUID_NO_ADDRESS1739No network address is available to use to construct a universal unique identifier (UUID).【没有可用于构造通用唯一标识符(UUID)的网络地址。】
RPC_S_DUPLICATE_ENDPOINT1740The endpoint is a duplicate.【终结点是重复的。】
RPC_S_UNKNOWN_AUTHN_TYPE1741The authentication type is unknown.【身份验证类型未知。】
RPC_S_MAX_CALLS_TOO_SMALL1742The maximum number of calls is too small.【最大呼叫数太小。】
RPC_S_STRING_TOO_LONG1743The string is too long.【绳子太长了。】
RPC_S_PROTSEQ_NOT_FOUND1744The RPC protocol sequence was not found.【找不到RPC协议序列。】
RPC_S_PROCNUM_OUT_OF_RANGE1745The procedure number is out of range.【程序号超出范围。】
RPC_S_BINDING_HAS_NO_AUTH1746The binding does not contain any authentication information.【绑定不包含任何身份验证信息。】
RPC_S_UNKNOWN_AUTHN_SERVICE1747The authentication service is unknown.【身份验证服务未知。】
RPC_S_UNKNOWN_AUTHN_LEVEL1748The authentication level is unknown.【身份验证级别未知。】
RPC_S_INVALID_AUTH_IDENTITY1749The security context is invalid.【安全上下文无效。】
RPC_S_UNKNOWN_AUTHZ_SERVICE1750The authorization service is unknown.【授权服务未知。】
EPT_S_INVALID_ENTRY1751The entry is invalid.【条目无效。】
EPT_S_CANT_PERFORM_OP1752The server endpoint cannot perform the operation.【服务器终结点无法执行该操作。】
EPT_S_NOT_REGISTERED1753There are no more endpoints available from the endpoint mapper.【终结点映射器中没有其他可用的终结点。】
RPC_S_NOTHING_TO_EXPORT1754No interfaces have been exported.【尚未导出任何接口。】
RPC_S_INCOMPLETE_NAME1755The entry name is incomplete.【条目名称不完整。】
RPC_S_INVALID_VERS_OPTION1756The version option is invalid.【版本选项无效。】
RPC_S_NO_MORE_MEMBERS1757There are no more members.【没有其他成员。】
RPC_S_NOT_ALL_OBJS_UNEXPORTED1758There is nothing to unexport.【没有什么可不说的。】
RPC_S_INTERFACE_NOT_FOUND1759The interface was not found.【找不到接口。】
RPC_S_ENTRY_ALREADY_EXISTS1760The entry already exists.【条目已存在。】
RPC_S_ENTRY_NOT_FOUND1761The entry is not found.【找不到条目。】
RPC_S_NAME_SERVICE_UNAVAILABLE1762The name service is unavailable.【名称服务不可用。】
RPC_S_INVALID_NAF_ID1763The network address family is invalid.【网络地址族无效。】
RPC_S_CANNOT_SUPPORT1764The requested operation is not supported.【不支持请求的操作。】
RPC_S_NO_CONTEXT_AVAILABLE1765No security context is available to allow impersonation.【没有允许模拟的安全上下文。】
RPC_S_INTERNAL_ERROR1766An internal error occurred in a remote procedure call (RPC).【远程过程调用(RPC)中发生内部错误。】
RPC_S_ZERO_DIVIDE1767The RPC server attempted an integer division by zero.【RPC服务器尝试将整数除以零。】
RPC_S_ADDRESS_ERROR1768An addressing error occurred in the RPC server.【RPC服务器中发生寻址错误。】
RPC_S_FP_DIV_ZERO1769A floating-point operation at the RPC server caused a division by zero.【RPC服务器上的浮点操作导致被零除。】
RPC_S_FP_UNDERFLOW1770A floating-point underflow occurred at the RPC server.【RPC服务器上发生浮点下溢。】
RPC_S_FP_OVERFLOW1771A floating-point overflow occurred at the RPC server.【RPC服务器上发生浮点溢出。】
RPC_X_NO_MORE_ENTRIES1772The list of RPC servers available for the binding of auto handles has been exhausted.【可用于绑定自动句柄的RPC服务器列表已用尽。】
RPC_X_SS_CHAR_TRANS_OPEN_FAIL1773Unable to open the character translation table file.【无法打开字符转换表文件。】
RPC_X_SS_CHAR_TRANS_SHORT_FILE1774The file containing the character translation table has fewer than 512 bytes.【包含字符转换表的文件少于512字节。】
RPC_X_SS_IN_NULL_CONTEXT1775A null context handle was passed from the client to the host during a remote procedure call.【在远程过程调用期间,从客户端向主机传递了空上下文句柄。】
RPC_X_SS_CONTEXT_DAMAGED1777The context handle changed during a remote procedure call.【在远程过程调用期间上下文句柄已更改。】
RPC_X_SS_HANDLES_MISMATCH1778The binding handles passed to a remote procedure call do not match.【传递给远程过程调用的绑定句柄不匹配。】
RPC_X_SS_CANNOT_GET_CALL_HANDLE1779The stub is unable to get the remote procedure call handle.【存根无法获取远程过程调用句柄。】
RPC_X_NULL_REF_POINTER1780A null reference pointer was passed to the stub.【向存根传递了空引用指针。】
RPC_X_ENUM_VALUE_OUT_OF_RANGE1781The enumeration value is out of range.【枚举值超出范围。】
RPC_X_BYTE_COUNT_TOO_SMALL1782The byte count is too small.【字节计数太小。】
RPC_X_BAD_STUB_DATA1783The stub received bad data.【存根接收到错误数据。】
ERROR_INVALID_USER_BUFFER1784The supplied user buffer is not valid for the requested operation.【提供的用户缓冲区对于请求的操作无效。】
ERROR_UNRECOGNIZED_MEDIA1785The disk media is not recognized. It may not be formatted.【无法识别磁盘介质。它可能没有格式化。】
ERROR_NO_TRUST_LSA_SECRET1786The workstation does not have a trust secret.【工作站没有信任密钥。】
ERROR_NO_TRUST_SAM_ACCOUNT1787The security database on the server does not have a computer account for this workstation trust relationship.【服务器上的安全数据库没有此工作站信任关系的计算机帐户。】
ERROR_TRUSTED_DOMAIN_FAILURE1788The trust relationship between the primary domain and the trusted domain failed.【主域和受信任域之间的信任关系失败。】
ERROR_TRUSTED_RELATIONSHIP_FAILURE1789The trust relationship between this workstation and the primary domain failed.【此工作站与主域之间的信任关系失败。】
ERROR_TRUST_FAILURE1790The network logon failed.【网络登录失败。】
RPC_S_CALL_IN_PROGRESS1791A remote procedure call is already in progress for this thread.【此线程的远程过程调用已在进行中。】
ERROR_NETLOGON_NOT_STARTED1792An attempt was made to logon, but the network logon service was not started.【尝试登录,但网络登录服务未启动。】
ERROR_ACCOUNT_EXPIRED1793The user’s account has expired.【用户的帐户已过期。】
ERROR_REDIRECTOR_HAS_OPEN_HANDLES1794The redirector is in use and cannot be unloaded.【重定向程序正在使用中,无法卸载。】
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED1795The specified printer driver is already installed.【指定的打印机驱动程序已安装。】
ERROR_UNKNOWN_PORT1796The specified port is unknown.【指定的端口未知。】
ERROR_UNKNOWN_PRINTER_DRIVER1797The printer driver is unknown.【打印机驱动程序未知。】
ERROR_UNKNOWN_PRINTPROCESSOR1798The print processor is unknown.【打印处理器未知。】
ERROR_INVALID_SEPARATOR_FILE1799The specified separator file is invalid.【指定的分隔符文件无效。】
ERROR_INVALID_PRIORITY1800The specified priority is invalid.【指定的优先级无效。】
ERROR_INVALID_PRINTER_NAME1801The printer name is invalid.【打印机名称无效。】
ERROR_PRINTER_ALREADY_EXISTS1802The printer already exists.【打印机已存在。】
ERROR_INVALID_PRINTER_COMMAND1803The printer command is invalid.【打印机命令无效。】
ERROR_INVALID_DATATYPE1804The specified datatype is invalid.【指定的数据类型无效。】
ERROR_INVALID_ENVIRONMENT1805The environment specified is invalid.【指定的环境无效。】
RPC_S_NO_MORE_BINDINGS1806There are no more bindings.【没有更多绑定。】
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT1807The account used is an interdomain trust account. Use your global user account or local user account to access this server.【使用的帐户是域间信任帐户。使用您的全局用户帐户或本地用户帐户访问此服务器。】
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT1808The account used is a computer account. Use your global user account or local user account to access this server.【使用的帐户是计算机帐户。使用您的全局用户帐户或本地用户帐户访问此服务器。】
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT1809The account used is a server trust account. Use your global user account or local user account to access this server.【使用的帐户是服务器信任帐户。使用您的全局用户帐户或本地用户帐户访问此服务器。】
ERROR_DOMAIN_TRUST_INCONSISTENT1810The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.【指定域的名称或安全ID(SID)与该域的信任信息不一致。】
ERROR_SERVER_HAS_OPEN_HANDLES1811The server is in use and cannot be unloaded.【服务器正在使用中,无法卸载。】
ERROR_RESOURCE_DATA_NOT_FOUND1812The specified image file did not contain a resource section.【指定的图像文件不包含资源节。】
ERROR_RESOURCE_TYPE_NOT_FOUND1813The specified resource type cannot be found in the image file.【在映像文件中找不到指定的资源类型。】
ERROR_RESOURCE_NAME_NOT_FOUND1814The specified resource name cannot be found in the image file.【在映像文件中找不到指定的资源名称。】
ERROR_RESOURCE_LANG_NOT_FOUND1815The specified resource language ID cannot be found in the image file.【在映像文件中找不到指定的资源语言ID。】
ERROR_NOT_ENOUGH_QUOTA1816Not enough quota is available to process this command.【配额不足,无法处理此命令。】
RPC_S_NO_INTERFACES1817No interfaces have been registered.【尚未注册任何接口。】
RPC_S_CALL_CANCELLED1818The remote procedure call was canceled.【远程过程调用已取消。】
RPC_S_BINDING_INCOMPLETE1819The binding handle does not contain all required information.【绑定句柄不包含所有必需的信息。】
RPC_S_COMM_FAILURE1820A communications failure occurred during a remote procedure call.【远程过程调用期间发生通信故障。】
RPC_S_UNSUPPORTED_AUTHN_LEVEL1821The requested authentication level is not supported.【不支持请求的身份验证级别。】
RPC_S_NO_PRINC_NAME1822No principal name registered.【没有注册主体名称。】
RPC_S_NOT_RPC_ERROR1823The error specified is not a valid Windows RPC error code.【指定的错误不是有效的Windows RPC错误代码。】
RPC_S_UUID_LOCAL_ONLY1824A UUID that is valid only on this computer has been allocated.【已分配仅在此计算机上有效的UUID。】
RPC_S_SEC_PKG_ERROR1825A security package specific error occurred.【出现特定于安全包的错误。】
RPC_S_NOT_CANCELLED1826Thread is not canceled.【线程未取消。】
RPC_X_INVALID_ES_ACTION1827Invalid operation on the encoding/decoding handle.【编码/解码句柄上的操作无效。】
RPC_X_WRONG_ES_VERSION1828Incompatible version of the serializing package.【序列化包的版本不兼容。】
RPC_X_WRONG_STUB_VERSION1829Incompatible version of the RPC stub.【RPC存根的不兼容版本。】
RPC_X_INVALID_PIPE_OBJECT1830The RPC pipe object is invalid or corrupted.【RPC管道对象无效或已损坏。】
RPC_X_WRONG_PIPE_ORDER1831An invalid operation was attempted on an RPC pipe object.【尝试对RPC管道对象执行无效操作。】
RPC_X_WRONG_PIPE_VERSION1832Unsupported RPC pipe version.【不支持的RPC管道版本。】
RPC_S_COOKIE_AUTH_FAILED1833HTTP proxy server rejected the connection because the cookie authentication failed.【HTTP代理服务器拒绝了连接,因为cookie身份验证失败。】
RPC_S_GROUP_MEMBER_NOT_FOUND1898The group member was not found.【找不到组成员。】
EPT_S_CANT_CREATE1899The endpoint mapper database entry could not be created.【无法创建终结点映射器数据库项。】
RPC_S_INVALID_OBJECT1900The object universal unique identifier (UUID) is the nil UUID.【对象通用唯一标识符(UUID)是nil UUID。】
ERROR_INVALID_TIME1901The specified time is invalid.【指定的时间无效。】
ERROR_INVALID_FORM_NAME1902The specified form name is invalid.【指定的表单名称无效。】
ERROR_INVALID_FORM_SIZE1903The specified form size is invalid.【指定的窗体大小无效。】
ERROR_ALREADY_WAITING1904The specified printer handle is already being waited on【已在等待指定的打印机句柄】
ERROR_PRINTER_DELETED1905The specified printer has been deleted.【指定的打印机已被删除。】
ERROR_INVALID_PRINTER_STATE1906The state of the printer is invalid.【打印机的状态无效。】
ERROR_PASSWORD_MUST_CHANGE1907The user’s password must be changed before logging on the first time.【首次登录前必须更改用户的密码。】
ERROR_DOMAIN_CONTROLLER_NOT_FOUND1908Could not find the domain controller for this domain.【找不到此域的域控制器。】
ERROR_ACCOUNT_LOCKED_OUT1909The referenced account is currently locked out and may not be logged on to.【引用的帐户当前被锁定,可能无法登录。】
OR_INVALID_OXID1910The object exporter specified was not found.【找不到指定的对象导出器。】
OR_INVALID_OID1911The object specified was not found.【找不到指定的对象。】
OR_INVALID_SET1912The object resolver set specified was not found.【找不到指定的对象解析程序集。】
RPC_S_SEND_INCOMPLETE1913Some data remains to be sent in the request buffer.【一些数据仍要在请求缓冲区中发送。】
RPC_S_INVALID_ASYNC_HANDLE1914Invalid asynchronous remote procedure call handle.【异步远程过程调用句柄无效。】
RPC_S_INVALID_ASYNC_CALL1915Invalid asynchronous RPC call handle for this operation.【此操作的异步RPC调用句柄无效。】
RPC_X_PIPE_CLOSED1916The RPC pipe object has already been closed.【RPC管道对象已关闭。】
RPC_X_PIPE_DISCIPLINE_ERROR1917The RPC call completed before all pipes were processed.【RPC调用在处理所有管道之前完成。】
RPC_X_PIPE_EMPTY1918No more data is available from the RPC pipe.【RPC管道中没有其他可用数据。】
ERROR_NO_SITENAME1919No site name is available for this machine.【此计算机没有可用的站点名称。】
ERROR_CANT_ACCESS_FILE1920The file cannot be accessed by the system.【系统无法访问该文件。】
ERROR_CANT_RESOLVE_FILENAME1921The name of the file cannot be resolved by the system.【系统无法解析文件名。】
RPC_S_ENTRY_TYPE_MISMATCH1922The entry is not of the expected type.【条目不是预期的类型。】
RPC_S_NOT_ALL_OBJS_EXPORTED1923Not all object UUIDs could be exported to the specified entry.【并非所有对象uuid都可以导出到指定的条目。】
RPC_S_INTERFACE_NOT_EXPORTED1924Interface could not be exported to the specified entry.【接口无法导出到指定的条目。】
RPC_S_PROFILE_NOT_ADDED1925The specified profile entry could not be added.【无法添加指定的配置文件条目。】
RPC_S_PRF_ELT_NOT_ADDED1926The specified profile element could not be added.【无法添加指定的配置文件元素。】
RPC_S_PRF_ELT_NOT_REMOVED1927The specified profile element could not be removed.【无法删除指定的配置文件元素。】
RPC_S_GRP_ELT_NOT_ADDED1928The group element could not be added.【无法添加组元素。】
RPC_S_GRP_ELT_NOT_REMOVED1929The group element could not be removed.【无法删除组元素。】
ERROR_KM_DRIVER_BLOCKED1930The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.【打印机驱动程序与计算机上启用的阻止NT 4.0驱动程序的策略不兼容。】
ERROR_CONTEXT_EXPIRED1931The context has expired and can no longer be used.【上下文已过期,无法再使用。】
ERROR_PER_USER_TRUST_QUOTA_EXCEEDED1932The current user’s delegated trust creation quota has been exceeded.【已超过当前用户的委托信任创建配额。】
ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED1933The total delegated trust creation quota has been exceeded.【已超过总委派信任创建配额。】
ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED1934The current user’s delegated trust deletion quota has been exceeded.【已超过当前用户的委托信任删除配额。】
ERROR_AUTHENTICATION_FIREWALL_FAILED1935Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.【登录失败:您登录的计算机受身份验证防火墙保护。不允许指定的帐户对计算机进行身份验证。】
ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED1936Remote connections to the Print Spooler are blocked by a policy set on your machine.【到后台打印程序的远程连接被计算机上设置的策略阻止。】
ERROR_NTLM_BLOCKED1937Authentication failed because NTLM authentication has been disabled.【身份验证失败,因为NTLM身份验证已被禁用。】
ERROR_INVALID_PIXEL_FORMAT2000The pixel format is invalid.【像素格式无效。】
ERROR_BAD_DRIVER2001The specified driver is invalid.【指定的驱动程序无效。】
ERROR_INVALID_WINDOW_STYLE2002The window style or class attribute is invalid for this operation.【窗口样式或类属性对此操作无效。】
ERROR_METAFILE_NOT_SUPPORTED2003The requested metafile operation is not supported.【不支持请求的元文件操作。】
ERROR_TRANSFORM_NOT_SUPPORTED2004The requested transformation operation is not supported.【不支持请求的转换操作。】
ERROR_CLIPPING_NOT_SUPPORTED2005The requested clipping operation is not supported.【不支持请求的剪辑操作。】
ERROR_INVALID_CMM2010The specified color management module is invalid.【指定的颜色管理模块无效。】
ERROR_INVALID_PROFILE2011The specified color profile is invalid.【指定的颜色配置文件无效。】
ERROR_TAG_NOT_FOUND2012The specified tag was not found.【找不到指定的标记。】
ERROR_TAG_NOT_PRESENT2013A required tag is not present.【所需的标记不存在。】
ERROR_DUPLICATE_TAG2014The specified tag is already present.【指定的标记已存在。】
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE2015The specified color profile is not associated with the specified device.【指定的颜色配置文件与指定的设备没有关联。】
ERROR_PROFILE_NOT_FOUND2016The specified color profile was not found.【找不到指定的颜色配置文件。】
ERROR_INVALID_COLORSPACE2017The specified color space is invalid.【指定的颜色空间无效。】
ERROR_ICM_NOT_ENABLED2018Image Color Management is not enabled.【未启用图像颜色管理。】
ERROR_DELETING_ICM_XFORM2019There was an error while deleting the color transform.【删除颜色转换时出错。】
ERROR_INVALID_TRANSFORM2020The specified color transform is invalid.【指定的颜色转换无效。】
ERROR_COLORSPACE_MISMATCH2021The specified transform does not match the bitmap’s color space.【指定的变换与位图的颜色空间不匹配。】
ERROR_INVALID_COLORINDEX2022The specified named color index is not present in the profile.【配置文件中不存在指定的命名颜色索引。】
ERROR_PROFILE_DOES_NOT_MATCH_DEVICE2023The specified profile is intended for a device of a different type than the specified device.【指定的配置文件适用于与指定设备类型不同的设备。】
ERROR_CONNECTED_OTHER_PASSWORD2108The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.【已成功建立网络连接,但必须提示用户输入最初指定密码以外的密码。】
ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT2109The network connection was made successfully using default credentials.【使用默认凭据成功建立了网络连接。】
ERROR_BAD_USERNAME2202The specified username is invalid.【指定的用户名无效。】
ERROR_NOT_CONNECTED2250This network connection does not exist.【此网络连接不存在。】
ERROR_OPEN_FILES2401This network connection has files open or requests pending.【此网络连接有打开的文件或挂起的请求。】
ERROR_ACTIVE_CONNECTIONS2402Active connections still exist.【活动连接仍然存在。】
ERROR_DEVICE_IN_USE2404The device is in use by an active process and cannot be disconnected.【设备正由活动进程使用,无法断开连接。】
ERROR_UNKNOWN_PRINT_MONITOR3000The specified print monitor is unknown.【指定的打印监视器未知。】
ERROR_PRINTER_DRIVER_IN_USE3001The specified printer driver is currently in use.【指定的打印机驱动程序当前正在使用中。】
ERROR_SPOOL_FILE_NOT_FOUND3002The spool file was not found.【找不到假脱机文件。】
ERROR_SPL_NO_STARTDOC3003A StartDocPrinter call was not issued.【未发出StartDocPrinter呼叫。】
ERROR_SPL_NO_ADDJOB3004An AddJob call was not issued.【未发出AddJob调用。】
ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED3005The specified print processor has already been installed.【已安装指定的打印处理器。】
ERROR_PRINT_MONITOR_ALREADY_INSTALLED3006The specified print monitor has already been installed.【已安装指定的打印监视器。】
ERROR_INVALID_PRINT_MONITOR3007The specified print monitor does not have the required functions.【指定的打印监视器没有所需的功能。】
ERROR_PRINT_MONITOR_IN_USE3008The specified print monitor is currently in use.【指定的打印监视器当前正在使用中。】
ERROR_PRINTER_HAS_JOBS_QUEUED3009The requested operation is not allowed when there are jobs queued to the printer.【当有作业排队等待打印机时,不允许请求的操作。】
ERROR_SUCCESS_REBOOT_REQUIRED3010The requested operation is successful. Changes will not be effective until the system is rebooted.【请求的操作成功。只有重新启动系统,更改才会生效。】
ERROR_SUCCESS_RESTART_REQUIRED3011The requested operation is successful. Changes will not be effective until the service is restarted.【请求的操作成功。只有重新启动服务,更改才会生效。】
ERROR_PRINTER_NOT_FOUND3012No printers were found.【找不到打印机。】
ERROR_PRINTER_DRIVER_WARNED3013The printer driver is known to be unreliable.【已知打印机驱动程序不可靠。】
ERROR_PRINTER_DRIVER_BLOCKED3014The printer driver is known to harm the system.【已知打印机驱动程序会损坏系统。】
ERROR_PRINTER_DRIVER_PACKAGE_IN_USE3015The specified printer driver package is currently in use.【指定的打印机驱动程序包当前正在使用。】
ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND3016Unable to find a core driver package that is required by the printer driver package.【找不到打印机驱动程序包所需的核心驱动程序包。】
ERROR_FAIL_REBOOT_REQUIRED3017The requested operation failed. A system reboot is required to roll back changes made.【请求的操作失败。需要重新启动系统才能回滚所做的更改。】
ERROR_FAIL_REBOOT_INITIATED3018The requested operation failed. A system reboot has been initiated to roll back changes made.【请求的操作失败。已启动系统重新启动以回滚所做的更改。】
ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED3019The specified printer driver was not found on the system and needs to be downloaded.【在系统上找不到指定的打印机驱动程序,需要下载。】
ERROR_PRINT_JOB_RESTART_REQUIRED3020The requested print job has failed to print. A print system update requires the job to be resubmitted.【请求的打印作业无法打印。打印系统更新要求重新提交作业。】
ERROR_IO_REISSUE_AS_CACHED3950Reissue the given operation as a cached I/O operation.【将给定的操作作为缓存的I/O操作重新发出。】
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值