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

Packages that use ITypeComp
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. 
 

Uses of ITypeComp in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation that return ITypeComp
 ITypeComp ITypeLib.getTypeComp()
           
 ITypeComp ITypeInfo.getTypeComp()
           
 

Methods in com.jniwrapper.win32.automation with parameters of type ITypeComp
 void ITypeComp.bindType(OleStr szName, ULongInt lHashVal, ITypeInfo ppTInfo, ITypeComp ppTComp)
           
 

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

Classes in com.jniwrapper.win32.automation.impl that implement ITypeComp
 class ITypeCompImpl
          Represents COM interface ITypeComp
 

Methods in com.jniwrapper.win32.automation.impl that return ITypeComp
 ITypeComp ITypeLibImpl.getTypeComp()
           
 ITypeComp ITypeInfoImpl.getTypeComp()
           
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type ITypeComp
 void ITypeCompImpl.bindType(OleStr szName, ULongInt lHashVal, ITypeInfo typeInfo, ITypeComp typeComp)
           
 

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

Methods in com.jniwrapper.win32.automation.types that return ITypeComp
 ITypeComp BindPtr.getLptcomp()