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

Packages that use IRecordInfo
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 IRecordInfo in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type IRecordInfo
 VariantBool IRecordInfo.isMatchingType(IRecordInfo pRecordInfo)
           
 

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

Classes in com.jniwrapper.win32.automation.impl that implement IRecordInfo
 class IRecordInfoImpl
          Represents COM interface IRecordInfo
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type IRecordInfo
 VariantBool IRecordInfoImpl.isMatchingType(IRecordInfo pRecordInfo)
           
 

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

Classes in com.jniwrapper.win32.automation.types that implement IRecordInfo
 class StructureInfo
           
 

Methods in com.jniwrapper.win32.automation.types that return IRecordInfo
 IRecordInfo Variant.getPRecInfo()
           
 

Methods in com.jniwrapper.win32.automation.types with parameters of type IRecordInfo
 VariantBool StructureInfo.isMatchingType(IRecordInfo pRecordInfo)