> Hello,
>
> Here is the full list for all System errors:
>
> [wrapped link]
The list doesn't cover the 0x8??????? stuff.
BTW you might want to make yourself a simple utility that
allows you to enter a hex number and tries to get a description
using the FormatMessage function. Replace 0x800a???? by
0x0000???? (undwrap COM wrapped win32 error codes)
before passing to FormatMessage.
HTH/Ole Nielsby
Mattias Sjögren - 25 Nov 2005 06:49 GMT
>BTW you might want to make yourself a simple utility that
>allows you to enter a hex number and tries to get a description
>using the FormatMessage function.
Or just use Errlook.exe installed with VS.
>Replace 0x800a???? by
>0x0000???? (undwrap COM wrapped win32 error codes)
>before passing to FormatMessage.
FACILITY_WIN32 is 7 (so that would be 0x8007????).
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.