WinDbg常用命令系列---錯誤消息顯示!error


!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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM