GET WINDOW MESSAGE FROM JNA
843829Sep 7 2010 — edited Sep 9 2010Hi 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.