2

Is there interfaces dependency graph for IWebBrowser2 component? I just want to make it clear what kind of dependencies exist between interfaces and who calls who?

C0x
  • 105
  • 12
  • 3
    Never seen one. Standard problem, you run out of paper before running out of interfaces on these kind of complicated object models. – Hans Passant Sep 14 '10 at 17:06
  • At times I found images like in this article quite helpful (showing some of the dependencies): http://www.codeguru.com/Cpp/W-P/system/security/article.php/c5697 But in general: +1 @Hans – Heinrich Ulbricht Nov 22 '11 at 16:13

1 Answers1

0

You can use dependencywalker http://www.dependencywalker.com/ on the file shdocvw.dll

MartyTPS
  • 530
  • 2
  • 5