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),
thanks in advance,
George
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