Search code examples
windowsexit-code

List of Windows application's exit codes


Where can I get the list of Windows application's exit codes?


Solution

  • An application can specify any exit code it wants. The convention is that zero indicates no error, but other than that there is no standard.

    Did you perhaps mean Win32 error codes ? Those are in winerror.h, and documented here