Is there a way to find out all of the "exported" functions and it's parameters from a dynamic link library that is based on the Microsoft COM (Component Object Model) architecture ? I'm researching a DLL that interface directly to hardware. I'm unable to develop a client application without knowing the exported functions from the DLL.
A lot of COmponent manager utils are available at componentsource.com.. however...
if you have vb6 add the required dll in a blank project and then .. use Object Browser (F2) in IDE.. to see its exposed.. interface.