Vineeth's Blog

Bookmarks. Journal. Blog. Personal.

Archive for the day “June 3, 2011”

System Error Codes (Windows)

System Error Codes (Windows)

The System Error Codes are very broad. Each one can occur in one of many hundreds of locations in the system. Consequently the descriptions of these codes cannot be very specific. Use of these codes requires some amount of investigation and analysis. You need to note both the programmatic and the run-time context in which these errors occur. Because these codes are defined in winerror.h for anyone to use, sometimes the codes are returned by non-system software. Sometimes the code is returned by a function deep in the stack and far removed from your code that is handling the error.

The following topics provide lists of system error codes. These values are defined in the winerror.h header file.

Post Navigation