比如微软已经在官网上(https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes)收集了常见错误代码及其代码含义的简介。首先记住代码中的最后四位,如上图是3712;接着按照上述介绍的方法将其转换为10进制代码“14098”。打开上述的网站找到该代码,可以看到其代表的意思是“组件存储已损坏”(...
概要 本文涵盖了 Windows 中由“设备管理器”生成的错误代码。 你可能由于“设备管理器”或其他工具(如 DXDiag)报告了错误代码,而且你不知道如何解决,而访问过这篇文章。 在本文中,我们将帮助你找到你的错误代码,并提供你尝试纠正错误可能需要的建议。 有关设备管理器中的一般问题,请参阅以下文章: 设备管理器不显...
Windows Error Codes 除了ERROR_SUCCESS外,都是正数,也就是不能用SUCCEEDED宏来判断,因为这个宏只判断是不是非负数,对于它而言,所有的Windows Error Codes都是成功的。 常见的Windows Error Codes 所以前面的代码中,混淆了HRESULT和Windows Error Code,特别是第一种代码,当注册表失败时它也会判断为成功,第2种因为两...
Understand the error codes that may come up if something goes wrong during the Windows 10 upgrade process.
比如微软已经在官网上(https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes)收集了常见错误代码及其代码含义的简介。首先记住代码中的最后四位,如上图是3712;接着按照上述介绍的方法将其转换为10进制代码“14098”。打开上述的网站找到该代码,可以看到其代表的意思是“组件存储已损坏”(图6)...
本文涵盖了 Windows 中由“设备管理器”生成的错误代码。 你可能由于“设备管理器”或其他工具(如 DXDiag)报告了错误代码,而且你不知道如何解决,而访问过这篇文章。 在本文中,我们将帮助你找到你的错误代码,并提供你尝试纠正错误可能需要的建议。 有关设备管理器中的一般问题,请参阅以下文章: ...
[MS-ERREF]: Windows Error Codes [MS-EVEN]: EventLog Remoting Protocol [MS-EVEN6]: EventLog Remoting Protocol Version 6.0 [MS-FASP]: Firewall and Advanced Security Protocol [MS-FAX]: Fax Server and Client Remote Protocol [MS-FRS2]: Distributed File System Replication Protocol [MS-FSA]: ...
The error is: ERROR_DISK_FULL 0xC1900107 Based on the "C", this is an NTSTATUS error code. The last four digits are 0107, so look up 0x00000107 in the NTSTATUS value table. The error is: STATUS_SOME_NOT_MAPPED Some result codes are self-explanatory, whereas other...
Some error codes defined in the Winsock2.h header file are not returned from any function. Return code/value Description WSA_INVALID_HANDLE 6 Specified event object handle is invalid. An application attempts to use an event object, but the specified handle is not valid. Note that this error ...
Windows error codes refer to the error messages you may see on a Windows system when something goes wrong. You don’t need to worry too much since the error can be fixed most of the time. However, things become more complicated if the error leads to a blue screen. This post onMiniTool...