!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