Com Add In

V

Vitalya

Hello all,
I write COM Add In(C++).
I have to questions about Add-Ins.

1. There are two Add-Ins, which handle same event for example:
DocumentBeforePrint. How is defined order of Add-Ins DocumentBeforePrint
calls? Can I ensure that my Add-In call will be last?

2. I have API, which returns to me all Com Add-Ins:
Office::COMAddInsPtr comAddIns = spApp->GetCOMAddIns();
How can I check that specific Add-In enabled or disabled?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top