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

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

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

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

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