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!