0

I am trying to find a web page that lists all the disp ids for msword c++ addin. I need all the dispids for my event handlers. I am interested in the DocumentEvents, Application events for my add-in. The most important id's that I need are for Open, Close, and New for the documentevents interface. Does anybody know where I can find these? I tried OleView and could not find the id's. Any suggestions would be greatly appreciated.

Thanks, Tom

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
Tom Lee
  • 11
  • 1
  • 3

1 Answers1

1

You can find the dispid in the type library. Looking at a method in the OLE viewer use the 'id' which apparently is the dispid.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45