Uses of Interface
com.jniwrapper.win32.automation.ITypeInfo

Packages that use ITypeInfo
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.automation.impl The com.jniwrapper.win32.automation.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.automation package. 
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
com.jniwrapper.win32.com.server The com.jniwrapper.win32.com.server package contains VTBL classes for COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
 

Uses of ITypeInfo in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation that return ITypeInfo
 ITypeInfo ITypeInfo.getRefTypeInfo(HRefType hRefType)
           
 ITypeInfo IRecordInfo.getTypeInfo()
           
 ITypeInfo ITypeLib.getTypeInfo(UInt index)
           
 ITypeInfo IDispatch.getTypeInfo(UInt itinfo, LocaleID lcid)
           
 ITypeInfo ITypeLib.getTypeInfoOfGuid(GUID iid)
           
 

Methods in com.jniwrapper.win32.automation with parameters of type ITypeInfo
 void ITypeComp.bind(OleStr szName, ULongInt lHashVal, UInt16 wFlags, ITypeInfo ppTInfo, DescKind pDescKind, BindPtr pBindPtr)
           
 void ITypeComp.bindType(OleStr szName, ULongInt lHashVal, ITypeInfo ppTInfo, ITypeComp ppTComp)
           
 void ITypeLib.findName(BStr szNameBuf, ULongInt lHashVal, ITypeInfo ppTInfo, MemberID rgMemId, UInt16 pcFound)
           
 

Uses of ITypeInfo in com.jniwrapper.win32.automation.impl
 

Classes in com.jniwrapper.win32.automation.impl that implement ITypeInfo
 class ITypeInfoImpl
          Represents COM interface ITypeInfo
 

Methods in com.jniwrapper.win32.automation.impl that return ITypeInfo
 ITypeInfo ITypeInfoImpl.getRefTypeInfo(HRefType hRefType)
           
 ITypeInfo IRecordInfoImpl.getTypeInfo()
           
 ITypeInfo ITypeLibImpl.getTypeInfo(UInt index)
           
 ITypeInfo IDispatchImpl.getTypeInfo(UInt iTInfo, LocaleID lcid)
           
 ITypeInfo ITypeLibImpl.getTypeInfoOfGuid(GUID guid)
           
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type ITypeInfo
 void ITypeCompImpl.bind(OleStr szName, ULongInt lHashVal, UInt16 wFlags, ITypeInfo typeInfo, DescKind descKind, BindPtr bindPtr)
           
 void ITypeCompImpl.bindType(OleStr szName, ULongInt lHashVal, ITypeInfo typeInfo, ITypeComp typeComp)
           
 void ITypeLibImpl.findName(BStr bstrNameBuf, ULongInt lHashVal, ITypeInfo pTInfo, MemberID memid, UInt16 cFound)
           
 

Uses of ITypeInfo in com.jniwrapper.win32.automation.types
 

Methods in com.jniwrapper.win32.automation.types that return ITypeInfo
 ITypeInfo StructureInfo.getTypeInfo()
           
 

Uses of ITypeInfo in com.jniwrapper.win32.com.server
 

Methods in com.jniwrapper.win32.com.server that return ITypeInfo
 ITypeInfo IDispatchServer.getTypeInfo(UInt itinfo, LocaleID lcid)
           
 

Uses of ITypeInfo in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return ITypeInfo
 ITypeInfo IProvideClassInfo.GetClassInfo()
           
 

Uses of ITypeInfo in com.jniwrapper.win32.ole.impl
 

Methods in com.jniwrapper.win32.ole.impl that return ITypeInfo
 ITypeInfo IProvideClassInfoImpl.GetClassInfo()