Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

GET WINDOW MESSAGE FROM JNA

843829Sep 7 2010 — edited Sep 9 2010
Hi all,
I have a problem when get result from function dll.
This is content of header file:

" extern "C" BOOL _stdcall MFSCdrIntake2();"

Following document description, after excute this function with JNA, result will be pass to window message.
This is description of window message. example

"Message: WM_MFS_CRD_MAGREAD
Return Value:
(WPARAM) : NONE
(LPARAM) : CDR_MAGTRACK magtrack(OUT)
=================================================

Big question: how to get window message after call function dll. (using JNA)

Please help me . thank and regards.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 7 2010
Added on Sep 7 2010
5 comments
326 views