BlackHoleSun 1 Posted December 30, 2010 I've looked around and haven't been able to find a complete listing of all kernel32.dll functions. All I've found is references to individual functions. Is there a general list to look through? Or is there a tutorial with the most common functions and how to use them in AutoIt? I'm trying to see if it would be easier/quicker to use the dll (on remote machines) vs what I'm doing now (mostly Win32 DB queries). I'm not looking for anything specific, that's why I'd like a list of what's possible so I may get new ideas. Share this post Link to post Share on other sites
DarkAngel 0 Posted December 30, 2010 Theres a software called dll exporter .. You can try that for getting the names of the exported functions . Share this post Link to post Share on other sites
BlackHoleSun 1 Posted December 30, 2010 Theres a software called dll exporter .. You can try that for getting the names of the exported functions .Thanks! Share this post Link to post Share on other sites
Zedna 279 Posted December 30, 2010 These functions are part of Win32 API so you can search Win32 API documentation for example on www.msdn.com Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites
BlackHoleSun 1 Posted December 30, 2010 OK, now I need to find a guide for using DLLs, since it is way more complicated than I had initially thought. It's a lot more than just what functions are available. Share this post Link to post Share on other sites