mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 15:31:36 +00:00
Add !error command which checks NtStatus, Winerror and hResult.
svn path=/trunk/; revision=20585
This commit is contained in:
parent
9edfccb5e4
commit
a61ec9018b
6 changed files with 100 additions and 4 deletions
|
@ -67,7 +67,7 @@ namespace TechBot.Library
|
|||
return "!hresult <value>";
|
||||
}
|
||||
|
||||
private string GetHresultDescription(long hresult)
|
||||
public string GetHresultDescription(long hresult)
|
||||
{
|
||||
XmlElement root = hresultXmlDocument.DocumentElement;
|
||||
XmlNode node = root.SelectSingleNode(String.Format("Hresult[@value='{0}']",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue