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?
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?