Windows 应用程序的退出代码列表

发布于 2024-09-08 21:30:14 字数 35 浏览 4 评论 0原文

在哪里可以获得 Windows 应用程序的退出代码列表?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

下雨或天晴 2024-09-15 21:30:14

应用程序可以指定它想要的任何退出代码。惯例是零表示没有错误,但除此之外没有标准。

您可能指的是 Win32 错误代码吗?这些位于 winerror.h 中,并记录在

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文