المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Is there any posssibility to see the function definitions of dll file?



C++ Programming
10-08-2009, 12:40 AM
Hi all

As you know, we can export a dll's functions using "dumpbin.exe" tool.
Now, I want to know if Is there any posssibility to see the function definitions of dll file?
That is, a complete definition of the functions with their input and output arguments in the dll?

THX.