Uses of Class
com.jniwrapper.win32.automation.types.BindPtr

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

Methods in com.jniwrapper.win32.automation with parameters of type BindPtr
 void ITypeComp.bind(OleStr szName, ULongInt lHashVal, UInt16 wFlags, ITypeInfo ppTInfo, DescKind pDescKind, BindPtr pBindPtr)
           
 

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

Methods in com.jniwrapper.win32.automation.impl with parameters of type BindPtr
 void ITypeCompImpl.bind(OleStr szName, ULongInt lHashVal, UInt16 wFlags, ITypeInfo typeInfo, DescKind descKind, BindPtr bindPtr)
           
 

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

Constructors in com.jniwrapper.win32.automation.types with parameters of type BindPtr
BindPtr(BindPtr that)