How can I get interface of a COM object

I have a library that is COM library.
How can I find out objects and interfaces they implement?
Do a search on your computer for OleView.exe. With that program you can view the TypeLib. You can even dis-assemble to get the original *.idl file the programmer used to define the interfaces.
Topic archived. No new replies allowed.