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

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

Uses of ITypeLib in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type ITypeLib
 void ITypeInfo.getContainingTypeLib(ITypeLib ppTLib, UInt pIndex)
           
 

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

Classes in com.jniwrapper.win32.automation.impl that implement ITypeLib
 class ITypeLibImpl
          Represents COM interface ITypeLib
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type ITypeLib
 void ITypeInfoImpl.getContainingTypeLib(ITypeLib typeLib, UInt index)