Jump to content

Finding the Right DLL


Recommended Posts

Hi,

I want to find out how to use the built in windows DLLs, so I can do things like find out CPU usage ETC.

I know how to call a DLL, but how do you know what DLL does wht and the parameters?

Need Help. For windows ME and XP.

Cheers,

Hypoz

ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search

Link to comment
Share on other sites

  • Moderators

Hi,

I want to find out how to use the built in windows DLLs, so I can do things like find out CPU usage ETC.

I know how to call a DLL, but how do you know what DLL does wht and the parameters?

Need Help. For windows ME and XP.

Cheers,

Hypoz

http://msdn2.microsoft.com/en-us/default.aspx

Type in the function name you want to call in the dll, then look for that function name + "Function ()", then look at the parameters, figure out how to use them in a DllCall() with autoit.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...