Where are error identifiers defined?

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

How do you look up error identifiers. I am particulary interested in
'0x80070005'


Don J
 
Archived from groups: microsoft.public.windowsxp.basics (More info?)

0x8007 indicates it is a Windows 32 error code. Anything other than 8007 indicates the error code is specific to that application, and has no universal meaning.

Type in a command prompt
net helpmsg 5

to see what the error is.

--
----------------------------------------------------------
'Not happy John! Defending our democracy',
http://www.smh.com.au/articles/2004/06/29/1088392635123.html

"Don J" <dej4000@comcast.net> wrote in message news:avydnd9autUmbr7cRVn-tg@comcast.com...
> How do you look up error identifiers. I am particulary interested in
> '0x80070005'
>
>
> Don J
>
>