can one automate office applications from c++ only through a dispinterface?

R

Roel Vanhout

Hi,

When automating Office applications (Word in my case), do I always have
to use the IDispatch interface or can I go directly through the vtable?
I'd like to get maximum performance, will the dispinterface introduce so
much overhead that it's noticeable (compared to the 'direct' way, if
there is one)? Thanks.

cheers,

roel
 

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