출처 : https://msdn.microsoft.com/en-us/library/windows/desktop/ms681381(v=vs.85).aspx
System Error Codes
Note
The information on this page is intended to be used by programm s681383(v=vs.85).aspx ers 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.
'MFC' 카테고리의 다른 글
[스크랩] USB 시리얼 포트 자동 인식하기 (0) | 2015.07.31 |
---|---|
ChartDirector 한글 입력 문제 (ChartDirector Encoding) (0) | 2015.07.24 |
[MFC] ShellExecute function (0) | 2015.05.18 |
[MFC] 프로그램 중복실행 방지 (0) | 2014.12.04 |
[MFC] 다양한 문자열 형식간 변환 (0) | 2014.07.29 |