开发者

List of Windows application's exit codes

Where can I get the list of Windows application's exit 开发者_C百科codes?


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


I know this question has already been answered, but the link to winerror.h no longer works. Here is a more up-to-date resource.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜