Re: !gle by Bonj
Bonj
Tue Mar 02 14:30:47 CST 2004
!gle
is what you can type into windbg.exe *when debugging* the program, just to
see it at that particular instance of debugging, not to actually use the
value in the code permanently.
It seems the thing to type is simply ERR, this is what I wanted to know.
"Mark" <anonymous@discussions.microsoft.com> wrote in message
news:37741A1A-BC59-4C95-972C-B61DB3266188@microsoft.com...
> I'm not sure what !gle is.
> There is a GetLastError API you could use, which will return the Windows
Error code. You could use ERRLOOK.EXE or the FormatMessage API to get the
message.
> Mark