bring HRESULT values in the right order

svn path=/trunk/; revision=17840
This commit is contained in:
Ulf Lamping 2006-04-07 22:05:34 +00:00
parent 69f822f177
commit 384c960017
1 changed files with 1 additions and 1 deletions

View File

@ -338,9 +338,9 @@ const value_string dcom_hresult_vals[] = {
{ 0x8000FFFF, "E_UNEXPECTED" },
{ 0x80004001, "E_NOTIMPL" },
{ 0x80004002, "E_NOINTERFACE" },
{ 0x80004003, "E_POINTER" },
{ 0x80004004, "E_ABORT" },
{ 0x80004005, "E_FAIL" },
{ 0x80004003, "E_POINTER" },
{ 0x80070005, "E_ACCESSDENIED" },
{ 0x80070006, "E_HANDLE" },
{ 0x8007000E, "E_OUTOFMEMORY" },