ITypeInfo2
The ITypeInfo2 interface provides an interface whereby one may query type information stored in MSFT format type library (.tlb) files.
This interface inherits from ITypeInfo, and can be freely cast back and forth between an ITypeInfo and an ITypeInfo2 on local clients. This dispensation applies only to ITypeInfo objects obtained on MSFT format type libraries (those made through CreateTypeLib2).
ITypeInfo2_GetRefTypeOfImplType.
ITypeInfo2_GetContainingTypeLib.
ITypeInfo2_GetFuncIndexOfMemId.
ITypeInfo2_GetVarIndexOfMemId.
ITypeInfo2_GetImplTypeCustData.
ITypeInfo2_GetAllFuncCustData.
ITypeInfo2_GetAllParamCustData.
ITypeInfo2_GetAllImplTypeCustData.
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.