Jefe
Dec 6th, 1999, 02:03 PM
Hello, I have a question about DLLs. Is there a way to get the parameter info on functions that are included inside a DLL? I have this 'Dependency Walker' that was included with Visual Studio 6 Pro, but it only shows the DLL's functions, but not their parameters. Does anyone have any ideas?
Crazy D
Dec 6th, 1999, 02:14 PM
There's only one way, and that is, documentation provided by the supplier of the dll. If it's M$ dll's, big chance you'll find something in MSDN. If it's from some one else, you're stuck to their documentation. Sometimes there's a header file (.h) included for usuage from C/C++, but if you don't have any documentation, there's no way you can find out the parameters.