definition of ITypeInfo

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George3

    definition of ITypeInfo


    Hello everyone,


    Could anyone post or let me know where is the definition of ITypeInfo
    please?

    (my purpose is to find its inheritance relationship, i.e. whether
    inherits from IUnknown or something)

    I searched all VC sub-directory and only get (in afxstat_.h),


    Code:
    --------------------

    struct ITypeInfo;
    typedef ITypeInfo* LPTYPEINFO;

    --------------------



    thanks in advance,
    George



    --
    George3
    ------------------------------------------------------------------------
    Posted via http://www.codecomments.com
    ------------------------------------------------------------------------

Working...