Reputation: 597
Where can I get the list of Windows application's exit codes?
Upvotes: 23
Views: 43224
Reputation: 6894
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