P
Phil
I am creating a class to connect to Microsoft Word using VC++ 6.0 ClassWizard
and the object library MSWORD.OLB.
Most of the function calls in this class use the Varient type to pass
parameters, but I cannot find the actual values for the enumeration types so
I can pass in that value. Does anyone know how or where these enumeration
types are defined.
For example, WdUnits is composed of wdCharacter, wdWord, wnSentence, etc.
Thanks for your help.
Phil
and the object library MSWORD.OLB.
Most of the function calls in this class use the Varient type to pass
parameters, but I cannot find the actual values for the enumeration types so
I can pass in that value. Does anyone know how or where these enumeration
types are defined.
For example, WdUnits is composed of wdCharacter, wdWord, wnSentence, etc.
Thanks for your help.
Phil