System Error Codes (Windows)

来源:互联网 发布:淘宝羽绒服儿童 编辑:程序博客网 时间:2024/05/22 08:07
227 out of 426 rated this helpful Rate this topic
Note  

The information on this page is intended to be used by programmers so that the software they write can better deal with errors. If you are an end-user that is experiencing difficulty with an application you are installing or running, contact customer support for the software that is displaying the error message. To obtain support for a Microsoft product, go tohttp://support.microsoft.com.

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.

  • System Error Codes (0-499)
  • System Error Codes (500-999)
  • System Error Codes (1000-1299)
  • System Error Codes (1300-1699)
  • System Error Codes (1700-3999)
  • System Error Codes (4000-5999)
  • System Error Codes (6000-8199)
  • System Error Codes (8200-8999)
  • System Error Codes (9000-11999)
  • System Error Codes (12000-15999)

Suggestions?

If you have additional suggestions regarding the System Error Codes documentation, given the constraints enumerated at the top of the page, please click the link labeled "Send comments about this topic to Microsoft" below. We appreciate the input.

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

转自:http://msdn.microsoft.com/en-us/library/windows/desktop/ms681381.aspx

原创粉丝点击