Uses of Class
com.jniwrapper.win32.com.types.HRefType

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

Methods in com.jniwrapper.win32.automation that return HRefType
 HRefType ITypeInfo.getRefTypeOfImplType(UInt index)
           
 

Methods in com.jniwrapper.win32.automation with parameters of type HRefType
 ITypeInfo ITypeInfo.getRefTypeInfo(HRefType hRefType)
           
 

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

Methods in com.jniwrapper.win32.automation.impl that return HRefType
 HRefType ITypeInfoImpl.getRefTypeOfImplType(UInt index)
           
 

Methods in com.jniwrapper.win32.automation.impl with parameters of type HRefType
 ITypeInfo ITypeInfoImpl.getRefTypeInfo(HRefType hRefType)
           
 

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

Methods in com.jniwrapper.win32.automation.types that return HRefType
 HRefType TypeDesc.getHreftype()