Can anyone direct me to a way I can see what kind of interfaces I have access to in any DLL on my machine?
Specifically, I want to hook into MOO.DLL (You IRC goers will know what I mean) to get some system stats of the machine. Problem is, I can't find ANY documentation on how to link into this, or any other DLL that I don't have the calling functions and procedures.
What I'd like is a running application that will show me a list of interfaces (Like version, cpuinfo, and uptime, and anything else thats available within moo.dll) and the type of parameters it takes, if any. I realize I won't get exact names for parameters, but, if I can find out if its a string, pchar, or int type, that'd be just fine.
The other option is, if anyone can show me how to get Delphi 7 to link to at least what I've mentioned above, I'd greatly appreciate it too.
You can find the MOO.DLL file at: [URL unfurl="true"]http://www.hm2k.org/projects/moo[/url]
Thanks in advance.
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=
NEVER send the boss to do a techs job
Specifically, I want to hook into MOO.DLL (You IRC goers will know what I mean) to get some system stats of the machine. Problem is, I can't find ANY documentation on how to link into this, or any other DLL that I don't have the calling functions and procedures.
What I'd like is a running application that will show me a list of interfaces (Like version, cpuinfo, and uptime, and anything else thats available within moo.dll) and the type of parameters it takes, if any. I realize I won't get exact names for parameters, but, if I can find out if its a string, pchar, or int type, that'd be just fine.
The other option is, if anyone can show me how to get Delphi 7 to link to at least what I've mentioned above, I'd greatly appreciate it too.
You can find the MOO.DLL file at: [URL unfurl="true"]http://www.hm2k.org/projects/moo[/url]
Thanks in advance.
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=
NEVER send the boss to do a techs job