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.
 
Top