!error

这个!error扩展命令解码并显示有关错误值的信息。

!error Value [Flags]

参数:

  • Value
    指定以下错误代码之一:Win32、Winsock、NTSTATUS、NetAPI
  • Flags
    如果标志设置为1,则错误代码将作为ntstatus代码读取。

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

相关文章:

  • 2021-06-22
  • 2021-07-07
  • 2021-08-01
  • 2021-07-10
  • 2021-06-18
  • 2021-06-07
  • 2021-06-11
  • 2021-12-28
猜你喜欢
  • 2021-10-01
  • 2022-03-04
  • 2022-01-07
  • 2021-10-10
  • 2021-07-09
  • 2021-11-25
  • 2021-09-11
相关资源
相似解决方案