AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

list of dll functions for use with DllCall()

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
infogulch



Joined: 27 Mar 2008
Posts: 150
Location: USA

PostPosted: Fri May 30, 2008 7:06 pm    Post subject: list of dll functions for use with DllCall() Reply with quote

I'm trying to learn about DllCall(), and what functions can be called with it, but i'm having trouble figuring out what's out there.

Is there some kind of resource/list enumerating functions and their uses in commonly used dlls somewhere? I know there's gotta be, but i couldn't find it on mdsn or from google (and here). Just some links would be great.

Thanks. Very Happy
_________________
Back to top
View user's profile Send private message
holomind



Joined: 11 Mar 2006
Posts: 300
Location: Munich, Germany

PostPosted: Fri May 30, 2008 8:03 pm    Post subject: Reply with quote

Hi, like the functionname already says, you call a function inside a dll. Normally you call functions in common dlls, for example gdi32.dll for drawing. you need to look up the funktions and more important the parameters in msdn, which is the "documentation" for all windows dlls.

eg.
http://msdn.microsoft.com/en-us/library/ms532314%28VS.85%29.aspx

if you dont know how dlls work, you should not use this advanced feature of ahk. because its more MFC programming than ahk. you should search the scripts+functions section in the forum to get many-many examples, especially gdi.

grettings
holomind
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group