How to access enum of msword.olb in C++ using late binding

R

ravish

Hi all,
I want to access the enums those are defined in msword.olb from my VC++ code
using late binding.We access the available interface by just getting
IDISPATCH* of of corresponding Class.But How can we access enums
(eg.WdSeekView )from C++.
Thanks in advance.
 

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