|
-
Dec 6th, 1999, 03:03 PM
#1
Thread Starter
New Member
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?
-
Dec 6th, 1999, 03:14 PM
#2
Hyperactive Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|