Hiya,
How do I find out what parameters a function has that is inside a DLL.
I can find out the function name but cant seem to locate any information on how to get the parameter list.
Thanks for reading this,
Phillip
Printable View
Hiya,
How do I find out what parameters a function has that is inside a DLL.
I can find out the function name but cant seem to locate any information on how to get the parameter list.
Thanks for reading this,
Phillip
Hi
You have to check the documentation of the supplier. Check out their homepage if you from who it is.
Some dll's have help-files for the programmer, or are supplied with a '.h' (header file) for the c programmer which contain all the declarations of the dll.
Crazy D