NAME

ITypeInfo2  

NOTES

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

METHODS

ITypeInfo2_QueryInterface.

ITypeInfo2_AddRef.

ITypeInfo2_Release.

ITypeInfo2_GetTypeAttr.

ITypeInfo2_GetTypeComp.

ITypeInfo2_GetFuncDesc.

ITypeInfo2_GetVarDesc.

ITypeInfo2_GetNames.

ITypeInfo2_GetRefTypeOfImplType.

ITypeInfo2_GetImplTypeFlags.

ITypeInfo2_GetIDsOfNames.

ITypeInfo2_Invoke.

ITypeInfo2_GetDocumentation.

ITypeInfo2_Getdll Entry.

ITypeInfo2_GetRefTypeInfo.

ITypeInfo2_AddressOfMember.

ITypeInfo2_CreateInstance.

ITypeInfo2_GetMops.

ITypeInfo2_GetContainingTypeLib.

ITypeInfo2_ReleaseTypeAttr.

ITypeInfo2_ReleaseFuncDesc.

ITypeInfo2_ReleaseVarDesc.

ITypeInfo2_GetTypeKind.

ITypeInfo2_GetTypeFlags.

ITypeInfo2_GetFuncIndexOfMemId.

ITypeInfo2_GetVarIndexOfMemId.

ITypeInfo2_GetCustData.

ITypeInfo2_GetFuncCustData.

ITypeInfo2_GetParamCustData.

ITypeInfo2_GetVarCustData.

ITypeInfo2_GetImplTypeCustData.

ITypeInfo2_GetDocumentation2.

ITypeInfo2_GetAllCustData.

ITypeInfo2_GetAllFuncCustData.

ITypeInfo2_GetAllParamCustData.

ITypeInfo2_GetAllVarCustData.

ITypeInfo2_GetAllImplTypeCustData.


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.