Hi is there a simple way to turn the value returned by GetLastError() into a readable string thanks

  • Follow


as it says
0
Reply Jack 12/22/2010 4:58:01 PM

Why not ask in a Windows-specific newsgroup?  You are more likely
to get a helpful answer there.
-- 
Ben Pfaff 
http://benpfaff.org
0
Reply Ben 12/22/2010 5:15:51 PM


Ben Pfaff <blp@cs.stanford.edu> writes:

> Why not ask in a Windows-specific newsgroup?  You are more likely
> to get a helpful answer there.

http://msdn.microsoft.com/en-us/library/ms679360(v=vs.85).aspx

,----
| To obtain an error string for system error codes, use the FormatMessage
| function. For a complete list of error codes provided by the operating
| system, see System Error Codes.
`----


-- 
"Avoid hyperbole at all costs, its the most destructive argument on
the planet" - Mark McIntyre in comp.lang.c
0
Reply Richard 12/22/2010 5:50:39 PM

2 Replies
203 Views

(page loaded in 0.049 seconds)

Similiar Articles:




7/20/2012 2:47:17 PM


Reply: