这个!error扩展命令解码并显示有关错误值的信息。
!error Value [Flags]
参数:
DLL
Windows 2000 |
Ext.dll |
Windows XP 及更高版本 |
Ext.dll |
下面的示例演示如何使用!错误。
0:000> !error 2 Error code: (Win32) 0x2 (2) - The system cannot find the file specified. 0:000> !error 2 1 Error code: (NTSTATUS) 0x2 - STATUS_WAIT_2
原文:https://www.cnblogs.com/yilang/p/11574729.html