JNA 3.2.7 - CallWindowProc - 它在哪里?

发布于 2024-11-10 05:27:26 字数 412 浏览 2 评论 0原文

我在使用最新版本的 JNA 库时遇到问题。我曾经通过User32.INSTANCE.CallWindowProc调用CallWindowProc。该过程与此处描述的过程相同:在 JNA 中创建一个本机 Windows 窗口和一些带有 GWL_WNDPROC 的 GetWindowLong

在最新版本 3.2.7 中我找不到不再是CallWindowProc

有人能解释一下吗?

非常感谢!

I'm having troubles with the latest version of the JNA library. I used to call CallWindowProc by User32.INSTANCE.CallWindowProc. The process is the same as the one described here: Create a native Windows window in JNA and some GetWindowLong with GWL_WNDPROC

In the latest version 3.2.7 I can't find anymore CallWindowProc.

Can anyone shed some light on this?

Thank you very much!

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

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

发布评论

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

评论(1

青衫负雪 2024-11-17 05:27:26

看起来这个方法已经从3.2.7中删除了,虽然我不知道为什么。如果你想使用它,请使用SVN客户端查看JNA的最新源代码并将该函数添加到User32类中并重新编译平台。罐。

Looks like this method has been removed from 3.2.7 ,though i don't know why.If you want to use it , use an SVN client to checkout the latest source for JNA and add the function to the User32 class and recompile platform.jar.

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