是否需要发布 HMONITOR?如果是这样,怎么办?

发布于 2024-10-13 08:08:48 字数 211 浏览 9 评论 0原文

Several multiple-monitor API functions (eg, MonitorFromRect) return a HMONITOR handle to the monitor in question. I have been unable to find the function to free this handle - does it need to be freed, and if so, how should I free it?

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

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

发布评论

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

评论(2

诺曦 2024-10-20 08:08:48

SDK 文档总是明确提及需要如何释放句柄。对于 HMONITOR 来说什么都没有,你只是获得了一个无论如何都存在的内部对象的句柄。

The SDK docs always explicitly mention how a handle needs to be released. Nothing for HMONITOR, you are just getting a handle to an internal object that's around anyway.

征﹌骨岁月お 2024-10-20 08:08:48

Microsoft 的示例程序不会尝试以释放手柄。虽然它们的示例可能并不完美,但它们很好地表明了函数的使用方式。

Microsoft's Example program doesn't try to free the handle. While their examples might not be perfect, they are a good indication of the way a function is meant to be used.

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