Where can I find out OR how can I look for myself What functions are in a DLL File.
Printable View
Where can I find out OR how can I look for myself What functions are in a DLL File.
Dependency Walker, comes with MS Visual Studio under Tools I beleive.
the dependancy walker shows functions inside.. although it falls very short of helping you if you want to know much about the functions themselves.. thats what documentation is for ;)
Do you know if this Documentation is Stored online somewhere?
Depends on the creator of the DLL. If its a private/custom DLL..... probably not.
What about Basic Dlls like "gdi32" or "user32" stuff like that?
http://msdn.microsoft.com
virtually all microsoft documentation is contained in the MSDN