开发者

List of Windows application's exit codes

开发者 https://www.devze.com 2023-01-07 14:24 出处:网络
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 i

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

精彩评论

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