Jump to content

Understanding DllCall?


thawee
 Share

Recommended Posts

I have seen many programs that use the DLLcall command, and I find myself very interested in using it.

The issue I am confused on is how do we know which DLLs have what we want in them?

Is there a good website I can go and read up on all the cool things stored in DLLs?

Thanks

Thawee

Link to comment
Share on other sites

If the Dll is documented you can see what functions store the dll.

About Windows DLLs this will help you

DLL

Description of Contents

GDI32.dll

Graphics Device Interface (GDI) functions for device output, such as those for drawing and font management.

Kernel32.dll

Low-level operating system functions for memory management and resource handling.

User32.dll

Windows management functions for message handling, timers, menus, and communications.

Check this link to see some of the windows functions that you can call by DllCall http://msdn.microsoft.com/en-us/library/ff468919%28v=VS.85%29.aspx

There is a lot more but you should search them in MSDN

Edited by monoscout999
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...