使用 Win32 API 在 Windows 进入待机或休眠状态之前接收事件

发布于 2024-10-26 22:32:15 字数 121 浏览 1 评论 0原文

我正在开发一个用 C++/Qt 编写的小型聊天应用程序。我的用户抱怨当他们关闭笔记本电脑盖并且计算机进入待机状态时,连接没有正常关闭。

是否有一个 Win32 钩子可以在 Windows 即将进入待机状态时调用?

I'm working on a small chat application written in C++/Qt. My users are complaining that the connection is not shut down gracefully when they are closing the laptop lid and the computer enters standby.

Is there a Win32 hook available that is called when Windows is about to enter standby?

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

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

发布评论

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

评论(2

小兔几 2024-11-02 22:32:15

在应用程序中重新实现 QCoreApplication::winEventFilter 以处理 Windows 待机事件。

Reimplement QCoreApplication::winEventFilter in your application to handle Windows standby events.

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