Windows System Error Code
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Error codes and messages }} '''Windows System Error Codes''' are numeric error codes used by many Microsoft Windows API functions. ...") |  (Category:Windows) | ||
| Line 15: | Line 15: | ||
| [[Category:Microsoft]] | [[Category:Microsoft]] | ||
| + | [[Category:Windows]] | ||
Latest revision as of 14:55, 22 May 2017
Windows System Error Codes are numeric error codes used by many Microsoft Windows API functions. Earlier operating systems, notably MS-DOS, use a subset of these codes.
Code 0 means "success", and positive integers represent errors.
See also HRESULT.
[edit] Links
- Windows Dev Center: System Error Codes
- Win32-, DOS and OS/2-Errors (from archive.org) (Also includes some HRESULT codes.)
- Windows Dev Center: GetLastError function

