How To Know the Function Parameters and Types of DLL
-
Hello, I am having a win32 dll in which there are some exported funation. i want to use the that dll from another win32 application and call its functions. How can i know the the no of parameters to be passed and its datatypes. The name of function i get from the Dependency tool of visual studio but it does not shows the no of parameters and its types. Plz help me regarding that. Thanks Kuldeep:doh:
-
Hello, I am having a win32 dll in which there are some exported funation. i want to use the that dll from another win32 application and call its functions. How can i know the the no of parameters to be passed and its datatypes. The name of function i get from the Dependency tool of visual studio but it does not shows the no of parameters and its types. Plz help me regarding that. Thanks Kuldeep:doh:
You can't find out the parameter list of functions in a dll. You need a description or a header file. MS