PDA

Click to See Complete Forum and Search --> : finding out functions in windows dll files , please help


Hrishikesh
Oct 31st, 2000, 09:09 PM
Dear friends
Can you tell me of how to find out the various functions inside an .dll file . Is there any tools ? Please help .

Thanks ...

Hrishikesh

olaf_001
Nov 1st, 2000, 08:22 AM
In Visual Studio, there's a program called Dependency Walker (Depends in the MS VS 6.0 Tools menu). This will show you what the functions are, but it won't tell you the parameters or the return values.