简体   繁体   中英

How to call winapi from java with jna

I want to be able to call all of the available winapi functions (or at least the most popular functions).

On jna, first you have to implement the interface of the DLL you want to use and then the prototypes of the functions.

Is there anything that might help me to be able to create a library that exports all of the available winapi functions?

也许Jawin项目可以帮助您http://sourceforge.net/projects/jawinproject/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM