Click to See Complete Forum and Search --> : Functions inside a DLL


phillip
January 12th, 1999, 09:01 AM
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

Phillip
January 12th, 1999, 09:01 AM
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

Crazy D
January 12th, 1999, 04:07 PM
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